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

A

ADMIN_PRINCIPAL - Static variable in class org.apache.ldap.server.partition.ContextPartitionNexus
the default user principal or DN
ADMIN_PW - Static variable in class org.apache.ldap.server.partition.ContextPartitionNexus
the initial admin passwd set on startup
ADMIN_UID - Static variable in class org.apache.ldap.server.partition.ContextPartitionNexus
the admin super user uid
ALIAS - Static variable in class org.apache.ldap.server.partition.Oid
Private OID (1.2.6.1.4.1.18060.1.1.1.3.7) for _alias index
ALIASMODE_KEY - Static variable in interface org.apache.ldap.server.partition.impl.btree.SearchEngine
 
ALIAS_ATTRIBUTE - Static variable in interface org.apache.ldap.server.partition.ContextPartition
The aliased Dn attribute name: aliasedObjectName for LDAP and aliasedEntryName or X.500.
ALIAS_OBJECT - Static variable in interface org.apache.ldap.server.partition.ContextPartition
The objectClass name for aliases: 'alias'
ALWAYS - Static variable in interface org.apache.ldap.server.partition.impl.btree.SearchEngine
 
ANNOTATE_MODE - Static variable in class org.apache.ldap.server.partition.impl.btree.gui.FilterDialog
 
ANONYMOUS - Static variable in class org.apache.ldap.server.authn.LdapPrincipal
the no name anonymous user whose DN is the empty String
ASTNode - class org.apache.ldap.server.partition.impl.btree.gui.ASTNode.
A node representing an entry.
ASTNode(ASTNode, ExprNode) - Constructor for class org.apache.ldap.server.partition.impl.btree.gui.ASTNode
 
ATTRIBUTE_TYPE_PRODUCER - Static variable in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
enum for BootstrapProducers of AttributeType schema objects
ATTRIBUTE_TYPE_PRODUCER_VAL - Static variable in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
value for AttributeType BootstrapProducers
AboutDialog - class org.apache.ldap.server.partition.impl.btree.gui.AboutDialog.
An about dialog for the introspector GUI.
AboutDialog(Frame, boolean) - Constructor for class org.apache.ldap.server.partition.impl.btree.gui.AboutDialog
Creates new About Dialog
AboutDialog() - Constructor for class org.apache.ldap.server.partition.impl.btree.gui.AboutDialog
 
AbstractAdminTestCase - class org.apache.ldap.server.AbstractAdminTestCase.
A simple testcase for testing JNDI provider functionality.
AbstractAdminTestCase() - Constructor for class org.apache.ldap.server.AbstractAdminTestCase
 
AbstractAuthenticator - class org.apache.ldap.server.authn.AbstractAuthenticator.
Base class for all Authenticators.
AbstractAuthenticator(String) - Constructor for class org.apache.ldap.server.authn.AbstractAuthenticator
Creates a new instance.
AbstractBootstrapProducer - class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.
An abstract producer implementation.
AbstractBootstrapProducer(ProducerTypeEnum) - Constructor for class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer
Creates a producer of a specific type.
AbstractBootstrapProducer.BootstrapAttributeType - class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType.
A concrete mutable attributeType implementation for bootstrapping which uses registries for dynamically resolving dependent objects.
AbstractBootstrapProducer.BootstrapAttributeType(String, BootstrapRegistries) - Constructor for class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
AbstractBootstrapProducer.BootstrapMatchingRule - class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapMatchingRule.
 
AbstractBootstrapProducer.BootstrapMatchingRule(String, BootstrapRegistries) - Constructor for class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapMatchingRule
 
AbstractBootstrapProducer.BootstrapObjectClass - class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapObjectClass.
A concrete mutable objectClass implementation for bootstrapping which uses registries for dynamically resolving dependent objects.
AbstractBootstrapProducer.BootstrapObjectClass(String, BootstrapRegistries) - Constructor for class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapObjectClass
Creates a mutable ObjectClass for the bootstrap process.
AbstractBootstrapProducer.BootstrapSyntax - class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapSyntax.
A mutable Syntax for the bootstrap phase that uses the syntaxCheckerRegistry to dynamically resolve syntax checkers.
AbstractBootstrapProducer.BootstrapSyntax(String, SyntaxCheckerRegistry) - Constructor for class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapSyntax
 
AbstractBootstrapSchema - class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapSchema.
Abstract bootstrap schema implementation.
AbstractBootstrapSchema(String) - Constructor for class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapSchema
 
AbstractBootstrapSchema(String, String) - Constructor for class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapSchema
 
AbstractBootstrapSchema(String, String, String) - Constructor for class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapSchema
 
AbstractBootstrapSchema(String, String, String, String[]) - Constructor for class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapSchema
 
AbstractContextFactory - class org.apache.ldap.server.jndi.AbstractContextFactory.
A server-side JNDI provider implementation of InitialContextFactory.
AbstractContextFactory() - Constructor for class org.apache.ldap.server.jndi.AbstractContextFactory
Creates a new instance.
AbstractContextPartition - class org.apache.ldap.server.partition.AbstractContextPartition.
A ContextPartition that helps users to implement their own partition.
AbstractContextPartition() - Constructor for class org.apache.ldap.server.partition.AbstractContextPartition
 
AbstractNonAdminTestCase - class org.apache.ldap.server.AbstractNonAdminTestCase.
Adds extra code to perform operations as another user besides the admin user.
AbstractNonAdminTestCase() - Constructor for class org.apache.ldap.server.AbstractNonAdminTestCase
 
AbstractSyntaxChecker - class org.apache.ldap.server.schema.AbstractSyntaxChecker.
Document me.
AbstractSyntaxChecker(String) - Constructor for class org.apache.ldap.server.schema.AbstractSyntaxChecker
Creates a SyntaxChecker with a unique OID.
AbstractTestCase - class org.apache.ldap.server.AbstractTestCase.
A simple testcase for testing JNDI provider functionality.
AbstractTestCase(String, String) - Constructor for class org.apache.ldap.server.AbstractTestCase
 
AddContextPartitionConfiguration - class org.apache.ldap.server.configuration.AddContextPartitionConfiguration.
A Configuration that adds a new ContextPartition to the current ContextPartitionNexus.
AddContextPartitionConfiguration(ContextPartitionConfiguration) - Constructor for class org.apache.ldap.server.configuration.AddContextPartitionConfiguration
 
AddEntryDialog - class org.apache.ldap.server.partition.impl.btree.gui.AddEntryDialog.
Allows for operations on entries.
AddEntryDialog(Frame, boolean) - Constructor for class org.apache.ldap.server.partition.impl.btree.gui.AddEntryDialog
Creates new entry addition dialog.
AnnotatedFilterTreeDialog - class org.apache.ldap.server.partition.impl.btree.gui.AnnotatedFilterTreeDialog.
Dialog for showing annotated filter trees.
AnnotatedFilterTreeDialog(Frame, boolean) - Constructor for class org.apache.ldap.server.partition.impl.btree.gui.AnnotatedFilterTreeDialog
Creates new form JDialog
AnonymousAuthenticator - class org.apache.ldap.server.authn.AnonymousAuthenticator.
An Authenticator that handles anonymous connections (type 'none').
AnonymousAuthenticator() - Constructor for class org.apache.ldap.server.authn.AnonymousAuthenticator
Creates a new instance.
ApacheComparatorProducer - class org.apache.ldap.server.schema.bootstrap.ApacheComparatorProducer.
A producer of Comparator objects for the eve schema.
ApacheComparatorProducer() - Constructor for class org.apache.ldap.server.schema.bootstrap.ApacheComparatorProducer
 
ApacheMatchingRuleProducer - class org.apache.ldap.server.schema.bootstrap.ApacheMatchingRuleProducer.
A producer of MatchingRule objects for the eve schema.
ApacheMatchingRuleProducer() - Constructor for class org.apache.ldap.server.schema.bootstrap.ApacheMatchingRuleProducer
 
ApacheNormalizerProducer - class org.apache.ldap.server.schema.bootstrap.ApacheNormalizerProducer.
A producer of Normalizer objects for the eve schema.
ApacheNormalizerProducer() - Constructor for class org.apache.ldap.server.schema.bootstrap.ApacheNormalizerProducer
 
AttributeTypeLiteral - class org.apache.ldap.server.tools.schema.AttributeTypeLiteral.
A bean used to hold the literal values of an AttributeType parsed out of an OpenLDAP schema configuration file.
AttributeTypeLiteral(String) - Constructor for class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
AttributeTypeRegistry - interface org.apache.ldap.server.schema.AttributeTypeRegistry.
An AttributeType registry service interface.
AttributeTypeRegistryMonitor - interface org.apache.ldap.server.schema.AttributeTypeRegistryMonitor.
Interface for AttributeTypeRegitery callback event monitors.
AttributeTypeRegistryMonitorAdapter - class org.apache.ldap.server.schema.AttributeTypeRegistryMonitorAdapter.
A simple do nothing monitor adapter for AttributeTypeRegistries.
AttributeTypeRegistryMonitorAdapter() - Constructor for class org.apache.ldap.server.schema.AttributeTypeRegistryMonitorAdapter
 
AttributesPropertyEditor - class org.apache.ldap.server.configuration.AttributesPropertyEditor.
A JavaBeans PropertyEditor that can convert Attributes to LDIF string and vice versa.
AttributesPropertyEditor() - Constructor for class org.apache.ldap.server.configuration.AttributesPropertyEditor
Creates a new instance.
AttributesPropertyEditor(Object) - Constructor for class org.apache.ldap.server.configuration.AttributesPropertyEditor
Creates a new instance with source object.
AttributesTableModel - class org.apache.ldap.server.partition.impl.btree.gui.AttributesTableModel.
A general purpose table model for entry attributes.
AttributesTableModel(Attributes, BigInteger, String, boolean) - Constructor for class org.apache.ldap.server.partition.impl.btree.gui.AttributesTableModel
Creates a table model for entry attributes.
AuthenticationService - class org.apache.ldap.server.authn.AuthenticationService.
An Interceptor that authenticates users.
AuthenticationService() - Constructor for class org.apache.ldap.server.authn.AuthenticationService
Creates an authentication service interceptor.
AuthenticationService.TrustedPrincipalWrapper - class org.apache.ldap.server.authn.AuthenticationService.TrustedPrincipalWrapper.
FIXME This doesn't secure anything actually.
Authenticator - interface org.apache.ldap.server.authn.Authenticator.
Authenticates users who access ContextPartitionNexus.
AuthenticatorConfiguration - class org.apache.ldap.server.configuration.AuthenticatorConfiguration.
A configuration for Authenticator.
AuthenticatorConfiguration() - Constructor for class org.apache.ldap.server.configuration.AuthenticatorConfiguration
Creates a new instance.
AuthorizationService - class org.apache.ldap.server.authz.AuthorizationService.
An Interceptor that controls access to ContextPartitionNexus.
AuthorizationService() - Constructor for class org.apache.ldap.server.authz.AuthorizationService
Creates a new instance.
accept(LdapContext, SearchResult, SearchControls) - Method in interface org.apache.ldap.server.enumeration.SearchResultFilter
Filters the contents of search results on the way out the door to client callers.
actionPerformed(ActionEvent) - Method in class org.apache.ldap.server.partition.impl.btree.gui.AddEntryDialog
 
add(NextInterceptor, String, Name, Attributes) - Method in class org.apache.ldap.server.authn.AuthenticationService
 
add(NextInterceptor, String, Name, Attributes) - Method in class org.apache.ldap.server.exception.ExceptionService
In the pre-invocation state this interceptor method checks to see if the entry to be added already exists.
add(NextInterceptor, String, Name, Attributes) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
add(NextInterceptor, String, Name, Attributes) - Method in interface org.apache.ldap.server.interceptor.Interceptor
Filters ContextPartition.add(String, Name, Attributes) call.
add(String, Name, Attributes) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
 
add(String, Name, Attributes) - Method in interface org.apache.ldap.server.interceptor.NextInterceptor
Calls the next interceptor's Interceptor.add(NextInterceptor, String, Name, Attributes).
add(NextInterceptor, String, Name, Attributes) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
add(NextInterceptor, String, Name, Attributes) - Method in class org.apache.ldap.server.operational.OperationalAttributeService
Adds extra operational attributes to the entry before it is added.
add(String, Name, Attributes) - Method in interface org.apache.ldap.server.partition.ContextPartition
Adds an entry to this ContextPartition.
add(String, Name, Attributes) - Method in class org.apache.ldap.server.partition.DefaultContextPartitionNexus
Looks up the backend corresponding to the entry first, then checks to see if the entry already exists.
add(String, Name, Attributes) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
add(Object, BigInteger) - Method in interface org.apache.ldap.server.partition.impl.btree.Index
 
add(Attribute, BigInteger) - Method in interface org.apache.ldap.server.partition.impl.btree.Index
 
add(Attributes, BigInteger) - Method in interface org.apache.ldap.server.partition.impl.btree.Index
 
add(String, Name, Attributes) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
add(Object, BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
 
add(Attribute, BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
 
add(Attributes, BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
 
addActionListener(ActionListener) - Method in class org.apache.ldap.server.partition.impl.btree.gui.FilterDialog
 
addAfter(String, InterceptorConfiguration) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
 
addBefore(String, InterceptorConfiguration) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
 
addContextPartition(NextInterceptor, ContextPartitionConfiguration) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
addContextPartition(NextInterceptor, ContextPartitionConfiguration) - Method in interface org.apache.ldap.server.interceptor.Interceptor
Filters ContextPartitionNexus.addContextPartition(ContextPartitionConfiguration) call.
addContextPartition(ContextPartitionConfiguration) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
 
addContextPartition(ContextPartitionConfiguration) - Method in interface org.apache.ldap.server.interceptor.NextInterceptor
Calls the next interceptor's ContextPartitionNexus.addContextPartition(ContextPartitionConfiguration).
addContextPartition(ContextPartitionConfiguration) - Method in class org.apache.ldap.server.partition.ContextPartitionNexus
 
addContextPartition(ContextPartitionConfiguration) - Method in class org.apache.ldap.server.partition.DefaultContextPartitionNexus
 
addFirst(InterceptorConfiguration) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
 
addIndexOn(AttributeType) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
addIndexOn(AttributeType) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
addLast(InterceptorConfiguration) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
 
addResultFilter(SearchResultFilter) - Method in class org.apache.ldap.server.enumeration.SearchResultFilteringEnumeration
Adds a database search result filter to this filtering enumeration at the very end of the filter list.
addToEnvironment(String, Object) - Method in class org.apache.ldap.server.jndi.ServerContext
 
afterShutdown(ContextFactoryService) - Method in interface org.apache.ldap.server.jndi.ContextFactoryServiceListener
Invoked after shutting down ContextFactoryService.
afterShutdown(ContextFactoryService) - Method in class org.apache.ldap.server.jndi.CoreContextFactory
Does nothing by default.
afterShutdown(ContextFactoryService) - Method in class org.apache.ldap.server.jndi.ServerContextFactory
 
afterStartup(ContextFactoryService) - Method in interface org.apache.ldap.server.jndi.ContextFactoryServiceListener
Invoked after starting up ContextFactoryService.
afterStartup(ContextFactoryService) - Method in class org.apache.ldap.server.jndi.CoreContextFactory
Does nothing by default.
afterStartup(ContextFactoryService) - Method in class org.apache.ldap.server.jndi.ServerContextFactory
 
afterSync(ContextFactoryService) - Method in interface org.apache.ldap.server.jndi.ContextFactoryServiceListener
Invoked after calling ContextFactoryService.sync().
afterSync(ContextFactoryService) - Method in class org.apache.ldap.server.jndi.CoreContextFactory
Does nothing by default.
annotate(ExprNode) - Method in class org.apache.ldap.server.partition.impl.btree.DefaultOptimizer
Annotates the expression tree to determine optimal evaluation order based on the scan count for indices that exist for each expression node.
annotate(ExprNode) - Method in interface org.apache.ldap.server.partition.impl.btree.Optimizer
Annotates the expression node tree for optimized traversal metrics.
assertCandidate(IndexRecord) - Method in interface org.apache.ldap.server.partition.impl.btree.IndexAssertion
Tests to see if a perspective candidate should be returned based on the evaluation of hard coded logic.
assertOneLevelScope(ScopeNode, BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.ScopeEvaluator
Asserts whether or not a candidate has one level scope while taking alias dereferencing into account.
assertSubtreeScope(ScopeNode, BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.ScopeEvaluator
Asserts whether or not a candidate has one level scope while taking alias dereferencing into account.
authenticate(ServerContext) - Method in class org.apache.ldap.server.authn.AbstractAuthenticator
 
authenticate(ServerContext) - Method in class org.apache.ldap.server.authn.AnonymousAuthenticator
If the context is not configured to allow anonymous connections, this method throws a NoPermissionException.
authenticate(ServerContext) - Method in interface org.apache.ldap.server.authn.Authenticator
Performs authentication and returns the principal if succeeded.
authenticate(ServerContext) - Method in class org.apache.ldap.server.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.
authenticators - Variable in class org.apache.ldap.server.authn.AuthenticationService
authenticators

B

BASE_SCOPE - Static variable in class org.apache.ldap.server.partition.impl.btree.gui.FilterDialog
 
BTreeContextPartition - class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition.
An abstract ContextPartition that uses general BTree operations.
BTreeContextPartition() - Constructor for class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
Creates a B-tree based context partition.
BTreeSearchResult - class org.apache.ldap.server.partition.impl.btree.BTreeSearchResult.
A special search result that includes the unique database primary key or 'row id' of the entry in the master table for quick lookup.
BTreeSearchResult(BigInteger, String, Object, Attributes) - Constructor for class org.apache.ldap.server.partition.impl.btree.BTreeSearchResult
Creates a database search result.
BTreeSearchResult(BigInteger, String, Object, Attributes, boolean) - Constructor for class org.apache.ldap.server.partition.impl.btree.BTreeSearchResult
Creates a database search result.
BTreeSearchResult(BigInteger, String, String, Object, Attributes) - Constructor for class org.apache.ldap.server.partition.impl.btree.BTreeSearchResult
Creates a database search result.
BTreeSearchResult(BigInteger, String, String, Object, Attributes, boolean) - Constructor for class org.apache.ldap.server.partition.impl.btree.BTreeSearchResult
Creates a database search result.
BTreeSearchResultEnumeration - class org.apache.ldap.server.partition.impl.btree.BTreeSearchResultEnumeration.
An enumeration that transforms another underlying enumeration over a set of IndexRecords into an enumeration over a set of SearchResults.
BTreeSearchResultEnumeration(String[], NamingEnumeration, BTreeContextPartition, AttributeTypeRegistry) - Constructor for class org.apache.ldap.server.partition.impl.btree.BTreeSearchResultEnumeration
Creates an enumeration that returns entries packaged within SearchResults using the search parameters supplied to a search call.
BaseInterceptor - class org.apache.ldap.server.interceptor.BaseInterceptor.
A easy-to-use implementation of Interceptor.
BaseInterceptor() - Constructor for class org.apache.ldap.server.interceptor.BaseInterceptor
Creates a new instance.
BootstrapAttributeTypeRegistry - class org.apache.ldap.server.schema.bootstrap.BootstrapAttributeTypeRegistry.
A plain old java object implementation of an AttributeTypeRegistry.
BootstrapAttributeTypeRegistry(OidRegistry) - Constructor for class org.apache.ldap.server.schema.bootstrap.BootstrapAttributeTypeRegistry
Creates an empty BootstrapAttributeTypeRegistry.
BootstrapComparatorRegistry - class org.apache.ldap.server.schema.bootstrap.BootstrapComparatorRegistry.
A simple POJO implementation of the ComparatorRegistry service interface.
BootstrapComparatorRegistry() - Constructor for class org.apache.ldap.server.schema.bootstrap.BootstrapComparatorRegistry
Creates a default ComparatorRegistry by initializing the map and the montior.
BootstrapDitContentRuleRegistry - class org.apache.ldap.server.schema.bootstrap.BootstrapDitContentRuleRegistry.
A plain old java object implementation of an DITContentRuleRegistry.
BootstrapDitContentRuleRegistry(OidRegistry) - Constructor for class org.apache.ldap.server.schema.bootstrap.BootstrapDitContentRuleRegistry
Creates an empty BootstrapDitContentRuleRegistry.
BootstrapDitStructureRuleRegistry - class org.apache.ldap.server.schema.bootstrap.BootstrapDitStructureRuleRegistry.
A plain old java object implementation of an DITStructureRuleRegistry.
BootstrapDitStructureRuleRegistry(OidRegistry) - Constructor for class org.apache.ldap.server.schema.bootstrap.BootstrapDitStructureRuleRegistry
Creates an empty BootstrapDitStructureRuleRegistry.
BootstrapMatchingRuleRegistry - class org.apache.ldap.server.schema.bootstrap.BootstrapMatchingRuleRegistry.
A MatchingRuleRegistry service used to lookup matching rules by OID.
BootstrapMatchingRuleRegistry(OidRegistry) - Constructor for class org.apache.ldap.server.schema.bootstrap.BootstrapMatchingRuleRegistry
Creates a BootstrapMatchingRuleRegistry using existing MatchingRulees for lookups.
BootstrapMatchingRuleUseRegistry - class org.apache.ldap.server.schema.bootstrap.BootstrapMatchingRuleUseRegistry.
A plain old java object implementation of an MatchingRuleUseRegistry.
BootstrapMatchingRuleUseRegistry() - Constructor for class org.apache.ldap.server.schema.bootstrap.BootstrapMatchingRuleUseRegistry
Creates an empty BootstrapMatchingRuleUseRegistry.
BootstrapNameFormRegistry - class org.apache.ldap.server.schema.bootstrap.BootstrapNameFormRegistry.
A plain old java object implementation of an NameFormRegistry.
BootstrapNameFormRegistry(OidRegistry) - Constructor for class org.apache.ldap.server.schema.bootstrap.BootstrapNameFormRegistry
Creates an empty BootstrapNameFormRegistry.
BootstrapNormalizerRegistry - class org.apache.ldap.server.schema.bootstrap.BootstrapNormalizerRegistry.
The POJO implementation for the NormalizerRegistry service.
BootstrapNormalizerRegistry() - Constructor for class org.apache.ldap.server.schema.bootstrap.BootstrapNormalizerRegistry
Creates a default normalizer registry.
BootstrapObjectClassRegistry - class org.apache.ldap.server.schema.bootstrap.BootstrapObjectClassRegistry.
A plain old java object implementation of an ObjectClassRegistry.
BootstrapObjectClassRegistry(OidRegistry) - Constructor for class org.apache.ldap.server.schema.bootstrap.BootstrapObjectClassRegistry
Creates an empty BootstrapObjectClassRegistry.
BootstrapObjectFactoryRegistry - class org.apache.ldap.server.schema.bootstrap.BootstrapObjectFactoryRegistry.
A boostrap service implementation for an ObjectFactoryRegistry.
BootstrapObjectFactoryRegistry(OidRegistry) - Constructor for class org.apache.ldap.server.schema.bootstrap.BootstrapObjectFactoryRegistry
Creates an ObjectFactoryRegistry that looks up an object factory to use.
BootstrapOidRegistry - class org.apache.ldap.server.schema.bootstrap.BootstrapOidRegistry.
Default OID registry implementation used to resolve a schema object OID to a name and vice-versa.
BootstrapOidRegistry() - Constructor for class org.apache.ldap.server.schema.bootstrap.BootstrapOidRegistry
 
BootstrapProducer - interface org.apache.ldap.server.schema.bootstrap.BootstrapProducer.
A schema object producer which uses a callback to announce object creation rather than completely returning objects in bulk.
BootstrapRegistries - class org.apache.ldap.server.schema.bootstrap.BootstrapRegistries.
A set of boostrap registries used to fire up the server.
BootstrapRegistries() - Constructor for class org.apache.ldap.server.schema.bootstrap.BootstrapRegistries
 
BootstrapSchema - interface org.apache.ldap.server.schema.bootstrap.BootstrapSchema.
A configuration of related Schema objects bundled together and identified as a group.
BootstrapSchemaLoader - class org.apache.ldap.server.schema.bootstrap.BootstrapSchemaLoader.
Class which handles bootstrap schema class file loading.
BootstrapSchemaLoader() - Constructor for class org.apache.ldap.server.schema.bootstrap.BootstrapSchemaLoader
Creates a BootstrapSchema loader.
BootstrapStateFactoryRegistry - class org.apache.ldap.server.schema.bootstrap.BootstrapStateFactoryRegistry.
A bootstrap service implementation for a state factory registry.
BootstrapStateFactoryRegistry() - Constructor for class org.apache.ldap.server.schema.bootstrap.BootstrapStateFactoryRegistry
 
BootstrapSyntaxCheckerRegistry - class org.apache.ldap.server.schema.bootstrap.BootstrapSyntaxCheckerRegistry.
The POJO implementation for the SyntaxCheckerRegistry service.
BootstrapSyntaxCheckerRegistry() - Constructor for class org.apache.ldap.server.schema.bootstrap.BootstrapSyntaxCheckerRegistry
Creates an instance of a BootstrapSyntaxRegistry.
BootstrapSyntaxRegistry - class org.apache.ldap.server.schema.bootstrap.BootstrapSyntaxRegistry.
A SyntaxRegistry service available during server startup when other resources like a syntax backing store is unavailable.
BootstrapSyntaxRegistry(OidRegistry) - Constructor for class org.apache.ldap.server.schema.bootstrap.BootstrapSyntaxRegistry
Creates a BootstrapSyntaxRegistry.
beforeShutdown(ContextFactoryService) - Method in interface org.apache.ldap.server.jndi.ContextFactoryServiceListener
Invoked before shutting down ContextFactoryService.
beforeShutdown(ContextFactoryService) - Method in class org.apache.ldap.server.jndi.CoreContextFactory
Does nothing by default.
beforeStartup(ContextFactoryService) - Method in interface org.apache.ldap.server.jndi.ContextFactoryServiceListener
Invoked before starting up ContextFactoryService.
beforeStartup(ContextFactoryService) - Method in class org.apache.ldap.server.jndi.CoreContextFactory
Does nothing by default.
beforeSync(ContextFactoryService) - Method in interface org.apache.ldap.server.jndi.ContextFactoryServiceListener
Invoked before calling ContextFactoryService.sync().
beforeSync(ContextFactoryService) - Method in class org.apache.ldap.server.jndi.CoreContextFactory
Does nothing by default.
bind(String, Object) - Method in class org.apache.ldap.server.jndi.ServerContext
 
bind(Name, Object) - Method in class org.apache.ldap.server.jndi.ServerContext
 
bind(String, Object, Attributes) - Method in class org.apache.ldap.server.jndi.ServerDirContext
 
bind(Name, Object, Attributes) - Method in class org.apache.ldap.server.jndi.ServerDirContext
 
buildIndicesMenu(BTreeContextPartition) - Method in class org.apache.ldap.server.partition.impl.btree.gui.MainFrame
 

C

CANCEL_CMD - Static variable in class org.apache.ldap.server.partition.impl.btree.gui.FilterDialog
 
COMPARATOR_PRODUCER - Static variable in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
enum for BootstrapProducers of Comparator schema objects
COMPARATOR_PRODUCER_VAL - Static variable in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
value for Comparator BootstrapProducers
ComparatorRegistry - interface org.apache.ldap.server.schema.ComparatorRegistry.
Comparator registry component's service interface.
ComparatorRegistryMonitor - interface org.apache.ldap.server.schema.ComparatorRegistryMonitor.
Monitor interface for a ComparatorRegistry.
ComparatorRegistryMonitorAdapter - class org.apache.ldap.server.schema.ComparatorRegistryMonitorAdapter.
An adapter for the ComparatorRegistry's monitor.
ComparatorRegistryMonitorAdapter() - Constructor for class org.apache.ldap.server.schema.ComparatorRegistryMonitorAdapter
 
ConcreteNameComponentNormalizer - class org.apache.ldap.server.schema.ConcreteNameComponentNormalizer.
A DN Name component Normalizer which uses the bootstrap registries to find the appropriate normalizer for the attribute of the name component with which to normalize the name component value.
ConcreteNameComponentNormalizer(AttributeTypeRegistry) - Constructor for class org.apache.ldap.server.schema.ConcreteNameComponentNormalizer
Creates a DN Name component Normalizer which uses the bootstrap registries to find the appropriate normalizer for the attribute of the name component with which to normalize the name component value.
Configuration - class org.apache.ldap.server.configuration.Configuration.
A configuration that provides required, optional, or default properties to configure ContextFactoryService.
Configuration() - Constructor for class org.apache.ldap.server.configuration.Configuration
Creates a new instance.
ConfigurationException - exception org.apache.ldap.server.configuration.ConfigurationException.
A RuntimeException that is thrown when configuration is not valid.
ConfigurationException() - Constructor for class org.apache.ldap.server.configuration.ConfigurationException
Creates a new instance.
ConfigurationException(String) - Constructor for class org.apache.ldap.server.configuration.ConfigurationException
Creates a new instance.
ConfigurationException(String, Throwable) - Constructor for class org.apache.ldap.server.configuration.ConfigurationException
Creates a new instance.
ConfigurationException(Throwable) - Constructor for class org.apache.ldap.server.configuration.ConfigurationException
Creates a new instance.
ContextFactoryConfiguration - interface org.apache.ldap.server.jndi.ContextFactoryConfiguration.
Represents the global configuration of currently running ContextFactoryService.
ContextFactoryService - class org.apache.ldap.server.jndi.ContextFactoryService.
Provides JNDI service to AbstractContextFactory.
ContextFactoryService() - Constructor for class org.apache.ldap.server.jndi.ContextFactoryService
 
ContextFactoryServiceListener - interface org.apache.ldap.server.jndi.ContextFactoryServiceListener.
An event handler that listens to the changes occurs to ContextFactoryService.
ContextPartition - interface org.apache.ldap.server.partition.ContextPartition.
An interfaces that bridges between underlying JNDI entries and JNDI Context API.
ContextPartitionConfiguration - class org.apache.ldap.server.configuration.ContextPartitionConfiguration.
A configuration for ContextPartition.
ContextPartitionConfiguration() - Constructor for class org.apache.ldap.server.configuration.ContextPartitionConfiguration
Creates a new instance.
ContextPartitionNexus - class org.apache.ldap.server.partition.ContextPartitionNexus.
A root ContextPartition that contains all other partitions, and routes all operations to the child partition that matches to its base suffixes.
ContextPartitionNexus() - Constructor for class org.apache.ldap.server.partition.ContextPartitionNexus
 
CoreContextFactory - class org.apache.ldap.server.jndi.CoreContextFactory.
A simplistic implementation of AbstractContextFactory.
CoreContextFactory() - Constructor for class org.apache.ldap.server.jndi.CoreContextFactory
Creates a new instance.
checkRefInteg() - Method in class org.apache.ldap.server.schema.GlobalRegistries
Attempts to resolve the dependent schema objects of all entities that refer to other objects within the registries.
checkRefInteg() - Method in interface org.apache.ldap.server.schema.Registries
 
checkRefInteg() - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapRegistries
Attempts to resolve the dependent schema objects of all entities that refer to other objects within the registries.
childSpi(String) - Method in class org.apache.ldap.server.prefs.ServerSystemPreferences
 
children() - Method in class org.apache.ldap.server.partition.impl.btree.gui.ASTNode
 
children() - Method in class org.apache.ldap.server.partition.impl.btree.gui.EntryNode
 
childrenNamesSpi() - Method in class org.apache.ldap.server.prefs.ServerSystemPreferences
 
clear() - Method in class org.apache.ldap.server.partition.impl.btree.IndexRecord
Clears the tuple key, the tuple value and the entry fields.
clear() - Method in class org.apache.ldap.server.tools.schema.OpenLdapSchemaParser
 
clone() - Method in class org.apache.ldap.server.configuration.Configuration
 
close() - Method in class org.apache.ldap.server.enumeration.SearchResultFilteringEnumeration
 
close() - Method in class org.apache.ldap.server.jndi.ServerContext
 
close() - Method in class org.apache.ldap.server.partition.impl.btree.BTreeSearchResultEnumeration
 
close() - Method in class org.apache.ldap.server.partition.impl.btree.DisjunctionEnumeration
Closes all the underlying Cursors and not fail fast.
close() - Method in class org.apache.ldap.server.partition.impl.btree.DupsEnumeration
Closes the underlying NamingEnumeration
close() - Method in interface org.apache.ldap.server.partition.impl.btree.Index
 
close() - Method in class org.apache.ldap.server.partition.impl.btree.IndexAssertionEnumeration
 
close() - Method in class org.apache.ldap.server.partition.impl.btree.IndexEnumeration
 
close() - Method in class org.apache.ldap.server.partition.impl.btree.NoDupsEnumeration
Sets hasNext to false.
close() - Method in interface org.apache.ldap.server.partition.impl.btree.Table
Closes the underlying Db of this Table.
close() - Method in class org.apache.ldap.server.partition.impl.btree.TupleEnumeration
 
close() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
 
close() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
 
close() - Method in class org.apache.ldap.server.prefs.ServerSystemPreferences
 
closeDialog(WindowEvent) - Method in class org.apache.ldap.server.partition.impl.btree.gui.FilterDialog
Closes the dialog
compare(Object, Object) - Method in class org.apache.ldap.server.schema.SerializableComparator
 
compareKey(Object, Object) - Method in class org.apache.ldap.server.partition.impl.btree.IndexComparator
Compares key Object to determine their sorting order returning a value = to, < or > than 0.
compareKey(Object, Object) - Method in class org.apache.ldap.server.partition.impl.btree.KeyOnlyComparator
Compares key Object to determine their sorting order returning a value = to, < or > than 0.
compareKey(Object, Object) - Method in interface org.apache.ldap.server.partition.impl.btree.TupleComparator
Compares key Object to determine their sorting order returning a value = to, < or > than 0.
compareValue(Object, Object) - Method in class org.apache.ldap.server.partition.impl.btree.IndexComparator
Comparse value Objects to determine their sorting order returning a value = to, < or > than 0.
compareValue(Object, Object) - Method in class org.apache.ldap.server.partition.impl.btree.KeyOnlyComparator
Comparse value Objects to determine their sorting order returning a value = to, < or > than 0.
compareValue(Object, Object) - Method in interface org.apache.ldap.server.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.ldap.server.jndi.ServerContext
 
composeName(Name, Name) - Method in class org.apache.ldap.server.jndi.ServerContext
 
configuration - Variable in class org.apache.ldap.server.AbstractTestCase
 
copy(IndexRecord) - Method in class org.apache.ldap.server.partition.impl.btree.IndexRecord
Utility method used to copy the contents of one IndexRecord into this IndexRecord.
count() - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
Gets the count of the total number of entries in the database.
count() - Method in interface org.apache.ldap.server.partition.impl.btree.Index
Gets the total scan count for this index.
count(Object) - Method in interface org.apache.ldap.server.partition.impl.btree.Index
Gets the scan count for the occurance of a specific attribute value within the index.
count(Object, boolean) - Method in interface org.apache.ldap.server.partition.impl.btree.Index
 
count() - Method in interface org.apache.ldap.server.partition.impl.btree.Table
Gets the count of the number of records in this Table.
count(Object) - Method in interface org.apache.ldap.server.partition.impl.btree.Table
Gets the count of the number of records in this Table with a specific key: returns the number of duplicates for a key.
count(Object, boolean) - Method in interface org.apache.ldap.server.partition.impl.btree.Table
Returns the number of records greater than or less than a key value.
count() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
count() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
 
count(Object) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
 
count(Object, boolean) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
 
count(Object, boolean) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
 
count(Object) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
 
count() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
 
createLdapPrincipal(String) - Static method in class org.apache.ldap.server.authn.AbstractAuthenticator
Returns a new LdapPrincipal instance whose value is the specified name.
createSubcontext(String) - Method in class org.apache.ldap.server.jndi.ServerContext
 
createSubcontext(Name) - Method in class org.apache.ldap.server.jndi.ServerContext
 
createSubcontext(String, Attributes) - Method in class org.apache.ldap.server.jndi.ServerDirContext
 
createSubcontext(Name, Attributes) - Method in class org.apache.ldap.server.jndi.ServerDirContext
 

D

DBF - Static variable in interface org.apache.ldap.server.partition.impl.btree.MasterTable
the name of the dbf file for this table
DEBUG_MODE - Static variable in class org.apache.ldap.server.partition.impl.btree.gui.FilterDialog
 
DEFAULT_CURSOR - Static variable in class org.apache.ldap.server.partition.impl.btree.gui.IndexDialog
 
DEFAULT_DEPS - Static variable in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapSchema
 
DEFAULT_INSTANCE_ID - Static variable in class org.apache.ldap.server.configuration.Configuration
The default ID of ContextFactoryService that is used when no instance ID is specified.
DELETE_OLD_RDN_PROP - Static variable in class org.apache.ldap.server.jndi.ServerContext
property key used for deleting the old RDN on a rename
DITContentRuleRegistry - interface org.apache.ldap.server.schema.DITContentRuleRegistry.
An DITContentRule registry's service interface.
DITContentRuleRegistryMonitor - interface org.apache.ldap.server.schema.DITContentRuleRegistryMonitor.
Interface for DITContentRuleRegitery callback event monitors.
DITContentRuleRegistryMonitorAdapter - class org.apache.ldap.server.schema.DITContentRuleRegistryMonitorAdapter.
A simple do nothing monitor adapter for DITContentRuleRegistries.
DITContentRuleRegistryMonitorAdapter() - Constructor for class org.apache.ldap.server.schema.DITContentRuleRegistryMonitorAdapter
 
DITStructureRuleRegistry - interface org.apache.ldap.server.schema.DITStructureRuleRegistry.
An DITStructureRule registry service interface.
DITStructureRuleRegistryMonitor - interface org.apache.ldap.server.schema.DITStructureRuleRegistryMonitor.
Interface for DITStructureRuleRegitery callback event monitors.
DITStructureRuleRegistryMonitorAdapter - class org.apache.ldap.server.schema.DITStructureRuleRegistryMonitorAdapter.
A simple do nothing monitor adapter for DITStructureRuleRegistries.
DITStructureRuleRegistryMonitorAdapter() - Constructor for class org.apache.ldap.server.schema.DITStructureRuleRegistryMonitorAdapter
 
DIT_CONTENT_RULE_PRODUCER - Static variable in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
enum for BootstrapProducers of DitContentRule schema objects
DIT_CONTENT_RULE_PRODUCER_VAL - Static variable in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
value for DitContentRule BootstrapProducers
DIT_STRUCTURE_RULE_PRODUCER - Static variable in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
enum for BootstrapProducers of DitStructureRule schema objects
DIT_STRUCTURE_RULE_PRODUCER_VAL - Static variable in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
value for DitStructureRule BootstrapProducers
DefaultContextPartitionNexus - class org.apache.ldap.server.partition.DefaultContextPartitionNexus.
A nexus for partitions dedicated for storing entries specific to a naming context.
DefaultContextPartitionNexus(Attributes) - Constructor for class org.apache.ldap.server.partition.DefaultContextPartitionNexus
Creates the root nexus singleton of the entire system.
DefaultOptimizer - class org.apache.ldap.server.partition.impl.btree.DefaultOptimizer.
Optimizer that annotates the filter using scan counts.
DefaultOptimizer(BTreeContextPartition) - Constructor for class org.apache.ldap.server.partition.impl.btree.DefaultOptimizer
Creates an optimizer on a database.
DefaultSearchEngine - class org.apache.ldap.server.partition.impl.btree.DefaultSearchEngine.
Given a search filter and a scope the search engine identifies valid candidate entries returning their ids.
DefaultSearchEngine(BTreeContextPartition, ExpressionEvaluator, ExpressionEnumerator) - Constructor for class org.apache.ldap.server.partition.impl.btree.DefaultSearchEngine
Creates a DefaultSearchEngine for searching a Database without setting up the database.
DirectorySchemaTool - class org.apache.ldap.server.tools.schema.DirectorySchemaTool.
Generates Eve schema classses from OpenLDAP schema files.
DirectorySchemaTool() - Constructor for class org.apache.ldap.server.tools.schema.DirectorySchemaTool
 
DirectorySchemaToolTask - class org.apache.ldap.server.tools.schema.DirectorySchemaToolTask.
Document this class.
DirectorySchemaToolTask() - Constructor for class org.apache.ldap.server.tools.schema.DirectorySchemaToolTask
 
DisjunctionEnumeration - class org.apache.ldap.server.partition.impl.btree.DisjunctionEnumeration.
A Cursor of Cursors performing a union on all underlying Cursors resulting in the disjunction of expressions represented by the constituant child Cursors.
DisjunctionEnumeration(NamingEnumeration[]) - Constructor for class org.apache.ldap.server.partition.impl.btree.DisjunctionEnumeration
Creates a DisjunctionEnumeration over a set of child NamingEnumerations.
DupsEnumeration - class org.apache.ldap.server.partition.impl.btree.DupsEnumeration.
NamingEnumeration that enumerates over duplicate values nested into a value using a TreeSet.
DupsEnumeration(NoDupsEnumeration) - Constructor for class org.apache.ldap.server.partition.impl.btree.DupsEnumeration
Creates a DupsEnumeration over a enumeration of Tuples holding TreeSets for values that have the same key.
delete(NextInterceptor, Name) - Method in class org.apache.ldap.server.authn.AuthenticationService
 
delete(NextInterceptor, Name) - Method in class org.apache.ldap.server.authz.AuthorizationService
 
delete(NextInterceptor, Name) - Method in class org.apache.ldap.server.exception.ExceptionService
Checks to make sure the entry being deleted exists, and has no children, otherwise throws the appropriate LdapException.
delete(NextInterceptor, Name) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
delete(NextInterceptor, Name) - Method in interface org.apache.ldap.server.interceptor.Interceptor
Filters ContextPartition.delete(Name) call.
delete(Name) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
 
delete(Name) - Method in interface org.apache.ldap.server.interceptor.NextInterceptor
Calls the next interceptor's Interceptor.delete(NextInterceptor, Name).
delete(NextInterceptor, Name) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
delete(Name) - Method in interface org.apache.ldap.server.partition.ContextPartition
Deletes a leaf entry from this ContextPartition: non-leaf entries cannot be deleted until this operation has been applied to their children.
delete(Name) - Method in class org.apache.ldap.server.partition.DefaultContextPartitionNexus
 
delete(Name) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
delete(BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
delete(BigInteger) - Method in interface org.apache.ldap.server.partition.impl.btree.MasterTable
Deletes a entry from the master table at an index specified by id.
delete(int) - Method in class org.apache.ldap.server.partition.impl.btree.gui.AttributesTableModel
Deletes a row within the table model.
delete(BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
delete(BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmMasterTable
Deletes a entry from the master table at an index specified by id.
destroy() - Method in class org.apache.ldap.server.authn.AbstractAuthenticator
Calls AbstractAuthenticator.doDestroy() method, and clears default properties (factoryConfiguration and configuration).
destroy() - Method in class org.apache.ldap.server.authn.AuthenticationService
Deinitializes and deregisters all Authenticators from this service.
destroy() - Method in interface org.apache.ldap.server.authn.Authenticator
Called by AuthenticationService to indicate that this authenticator is being removed from service.
destroy() - Method in class org.apache.ldap.server.exception.ExceptionService
 
destroy() - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
This method does nothing by default.
destroy() - Method in interface org.apache.ldap.server.interceptor.Interceptor
Deinitializes this interceptor.
destroy() - Method in class org.apache.ldap.server.interceptor.InterceptorChain
Deinitializes and deregisters all interceptors this chain contains.
destroy() - Method in class org.apache.ldap.server.normalization.NormalizationService
 
destroy() - Method in class org.apache.ldap.server.operational.OperationalAttributeService
 
destroy() - Method in class org.apache.ldap.server.partition.AbstractContextPartition
Calls AbstractContextPartition.doDestroy() where you have to put your destroy code in, and clears default properties.
destroy() - Method in interface org.apache.ldap.server.partition.ContextPartition
Deinitialized this partition.
destroy() - Method in class org.apache.ldap.server.partition.DefaultContextPartitionNexus
 
destroy() - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
destroy() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
destroy() - Method in class org.apache.ldap.server.schema.SchemaService
 
destroySubcontext(String) - Method in class org.apache.ldap.server.jndi.ServerContext
 
destroySubcontext(Name) - Method in class org.apache.ldap.server.jndi.ServerContext
 
doAddDialog() - Method in class org.apache.ldap.server.partition.impl.btree.gui.MainFrame
Displays a entry addition dialog.
doAnnotate(String) - Method in class org.apache.ldap.server.partition.impl.btree.gui.MainFrame
 
doDebug(String, String, String, String) - Method in class org.apache.ldap.server.partition.impl.btree.gui.MainFrame
 
doDelete - Variable in class org.apache.ldap.server.AbstractTestCase
flag whether to delete database files for each test or not
doDelete(File) - Method in class org.apache.ldap.server.AbstractTestCase
Deletes the Eve working directory.
doDestroy() - Method in class org.apache.ldap.server.authn.AbstractAuthenticator
Implement your deinitialization code here.
doDestroy() - Method in class org.apache.ldap.server.partition.AbstractContextPartition
Override this method to put your initialization code.
doFilterDialog(String) - Method in class org.apache.ldap.server.partition.impl.btree.gui.MainFrame
 
doImport() - Method in class org.apache.ldap.server.partition.impl.btree.gui.MainFrame
 
doInit() - Method in class org.apache.ldap.server.authn.AbstractAuthenticator
Implement your initialization code here.
doInit() - Method in class org.apache.ldap.server.partition.AbstractContextPartition
Override this method to put your initialization code.
doRun(String, String, String, String) - Method in class org.apache.ldap.server.partition.impl.btree.gui.MainFrame
 
doRunDebugAnnotate(FilterDialog, String) - Method in class org.apache.ldap.server.partition.impl.btree.gui.MainFrame
 
doScan(String, String) - Method in class org.apache.ldap.server.partition.impl.btree.gui.IndexDialog
 
drop(BigInteger) - Method in interface org.apache.ldap.server.partition.impl.btree.Index
 
drop(Object, BigInteger) - Method in interface org.apache.ldap.server.partition.impl.btree.Index
 
drop(Attribute, BigInteger) - Method in interface org.apache.ldap.server.partition.impl.btree.Index
If the Attribute does not have any values then this reduces to a drop(BigInteger) call.
drop(Attributes, BigInteger) - Method in interface org.apache.ldap.server.partition.impl.btree.Index
If the Attribute for this index within the Attributes does not have any values then this reduces to a drop(BigInteger) call.
drop(Object, BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
 
drop(BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
 
drop(Attribute, BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
 
drop(Attributes, BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
 

E

EMPTY - Static variable in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer
a reused empty String array
EQUALITY_CURSOR - Static variable in class org.apache.ldap.server.partition.impl.btree.gui.IndexDialog
 
EXISTANCE - Static variable in class org.apache.ldap.server.partition.Oid
Private OID (1.2.6.1.4.1.18060.1.1.1.3.3) for _existance op attrib
EntryDialog - class org.apache.ldap.server.partition.impl.btree.gui.EntryDialog.
Allows for operations on entries.
EntryDialog(Frame, String, boolean) - Constructor for class org.apache.ldap.server.partition.impl.btree.gui.EntryDialog
Creates new form JDialog
EntryNode - class org.apache.ldap.server.partition.impl.btree.gui.EntryNode.
A node representing an entry.
EntryNode(BigInteger, EntryNode, BTreeContextPartition, Attributes, HashMap) - Constructor for class org.apache.ldap.server.partition.impl.btree.gui.EntryNode
 
EntryNode(BigInteger, EntryNode, BTreeContextPartition, Attributes, HashMap, ExprNode, SearchEngine) - Constructor for class org.apache.ldap.server.partition.impl.btree.gui.EntryNode
 
Enumerator - interface org.apache.ldap.server.partition.impl.btree.Enumerator.
An enumeration builder or factory for filter expressions.
Evaluator - interface org.apache.ldap.server.partition.impl.btree.Evaluator.
Tests if an entry is eligable for return by evaluating a filter expression on the candidate.
ExceptionService - class org.apache.ldap.server.exception.ExceptionService.
An Interceptor that detects any operations that breaks integrity of ContextPartition and terminates the current invocation chain by throwing a NamingException.
ExceptionService() - Constructor for class org.apache.ldap.server.exception.ExceptionService
Creates an interceptor that is also the exception handling service.
ExpressionEnumerator - class org.apache.ldap.server.partition.impl.btree.ExpressionEnumerator.
Enumerates over candidates that satisfy a filter expression.
ExpressionEnumerator(BTreeContextPartition, AttributeTypeRegistry, ExpressionEvaluator) - Constructor for class org.apache.ldap.server.partition.impl.btree.ExpressionEnumerator
Creates an expression tree enumerator.
ExpressionEvaluator - class org.apache.ldap.server.partition.impl.btree.ExpressionEvaluator.
Top level filter expression evaluator implemenation.
ExpressionEvaluator(LeafEvaluator) - Constructor for class org.apache.ldap.server.partition.impl.btree.ExpressionEvaluator
Creates a top level Evaluator where leaves are delegated to a leaf node evaluator which is already provided.
ExpressionEvaluator(BTreeContextPartition, OidRegistry, AttributeTypeRegistry) - Constructor for class org.apache.ldap.server.partition.impl.btree.ExpressionEvaluator
Creates a top level Evaluator where leaves are delegated to a leaf node evaluator which will be created.
enumerate(ExprNode) - Method in interface org.apache.ldap.server.partition.impl.btree.Enumerator
Creates an enumeration to enumerate through the set of candidates satisfying a filter expression.
enumerate(ExprNode) - Method in class org.apache.ldap.server.partition.impl.btree.ExpressionEnumerator
Creates an enumeration to enumerate through the set of candidates satisfying a filter expression.
enumerate(ExprNode) - Method in class org.apache.ldap.server.partition.impl.btree.ScopeEnumerator
Builds an enumeration over all entries that satisfy the constraints of the scope assertion node.
enumerate(ExprNode) - Method in class org.apache.ldap.server.partition.impl.btree.SubstringEnumerator
 
equals(Object) - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
equals(Object) - Method in class org.apache.ldap.server.tools.schema.ObjectClassLiteral
 
evaluate(ExprNode, BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.DefaultSearchEngine
 
evaluate(ExprNode, IndexRecord) - Method in interface org.apache.ldap.server.partition.impl.btree.Evaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(ExprNode, IndexRecord) - Method in class org.apache.ldap.server.partition.impl.btree.ExpressionEvaluator
 
evaluate(ExprNode, IndexRecord) - Method in class org.apache.ldap.server.partition.impl.btree.LeafEvaluator
 
evaluate(ExprNode, IndexRecord) - Method in class org.apache.ldap.server.partition.impl.btree.ScopeEvaluator
 
evaluate(ExprNode, BigInteger) - Method in interface org.apache.ldap.server.partition.impl.btree.SearchEngine
Evaluates a filter on an entry with a id.
evaluate(ExprNode, IndexRecord) - Method in class org.apache.ldap.server.partition.impl.btree.SubstringEvaluator
 
execute() - Method in class org.apache.ldap.server.partition.impl.btree.gui.PartitionViewer
 
execute() - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaToolTask
 
exists(ProducerTypeEnum) - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
 
extendedOperation(ExtendedRequest) - Method in class org.apache.ldap.server.jndi.ServerLdapContext
 

F

FINDING - Static variable in interface org.apache.ldap.server.partition.impl.btree.SearchEngine
 
FORWARD_BTREE - Static variable in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
 
FilterDialog - class org.apache.ldap.server.partition.impl.btree.gui.FilterDialog.
A dialog for the filter.
FilterDialog(String, JFrame, boolean) - Constructor for class org.apache.ldap.server.partition.impl.btree.gui.FilterDialog
Creates new form JDialog
finishedParse(String) - Method in interface org.apache.ldap.server.tools.schema.ParserMonitor
 
finishedParse(String) - Method in class org.apache.ldap.server.tools.schema.ParserMonitorAdapter
 
flushSpi() - Method in class org.apache.ldap.server.prefs.ServerSystemPreferences
 
forwardLookup(Object) - Method in interface org.apache.ldap.server.partition.impl.btree.Index
 
forwardLookup(Object) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
 

G

GREATER_CURSOR - Static variable in class org.apache.ldap.server.partition.impl.btree.gui.IndexDialog
 
GROUPS_BASE_NAME - Static variable in class org.apache.ldap.server.partition.ContextPartitionNexus
the base dn under which all groups reside
GlobalAttributeTypeRegistry - class org.apache.ldap.server.schema.GlobalAttributeTypeRegistry.
A plain old java object implementation of an AttributeTypeRegistry.
GlobalAttributeTypeRegistry(BootstrapAttributeTypeRegistry, OidRegistry) - Constructor for class org.apache.ldap.server.schema.GlobalAttributeTypeRegistry
Creates a GlobalAttributeTypeRegistry which accesses data stored within the system partition and within the bootstrapping registry to service AttributeType lookup requests.
GlobalComparatorRegistry - class org.apache.ldap.server.schema.GlobalComparatorRegistry.
A simple POJO implementation of the ComparatorRegistry service interface.
GlobalComparatorRegistry(BootstrapComparatorRegistry) - Constructor for class org.apache.ldap.server.schema.GlobalComparatorRegistry
Creates a default ComparatorRegistry by initializing the map and the montior.
GlobalDitContentRuleRegistry - class org.apache.ldap.server.schema.GlobalDitContentRuleRegistry.
A plain old java object implementation of an DITContentRuleRegistry.
GlobalDitContentRuleRegistry(BootstrapDitContentRuleRegistry, OidRegistry) - Constructor for class org.apache.ldap.server.schema.GlobalDitContentRuleRegistry
Creates an empty BootstrapDitContentRuleRegistry.
GlobalDitStructureRuleRegistry - class org.apache.ldap.server.schema.GlobalDitStructureRuleRegistry.
A plain old java object implementation of an DITStructureRuleRegistry.
GlobalDitStructureRuleRegistry(BootstrapDitStructureRuleRegistry, OidRegistry) - Constructor for class org.apache.ldap.server.schema.GlobalDitStructureRuleRegistry
Creates an empty BootstrapDitStructureRuleRegistry.
GlobalMatchingRuleRegistry - class org.apache.ldap.server.schema.GlobalMatchingRuleRegistry.
A plain old java object implementation of an MatchingRuleRegistry.
GlobalMatchingRuleRegistry(BootstrapMatchingRuleRegistry, OidRegistry) - Constructor for class org.apache.ldap.server.schema.GlobalMatchingRuleRegistry
Creates an empty BootstrapMatchingRuleRegistry.
GlobalMatchingRuleUseRegistry - class org.apache.ldap.server.schema.GlobalMatchingRuleUseRegistry.
A plain old java object implementation of an MatchingRuleUseRegistry.
GlobalMatchingRuleUseRegistry(BootstrapMatchingRuleUseRegistry, OidRegistry) - Constructor for class org.apache.ldap.server.schema.GlobalMatchingRuleUseRegistry
Creates an empty BootstrapMatchingRuleUseRegistry.
GlobalNameFormRegistry - class org.apache.ldap.server.schema.GlobalNameFormRegistry.
A plain old java object implementation of an NameFormRegistry.
GlobalNameFormRegistry(BootstrapNameFormRegistry, OidRegistry) - Constructor for class org.apache.ldap.server.schema.GlobalNameFormRegistry
Creates an empty BootstrapNameFormRegistry.
GlobalNormalizerRegistry - class org.apache.ldap.server.schema.GlobalNormalizerRegistry.
A simple POJO implementation of the NormalizerRegistry service interface.
GlobalNormalizerRegistry(BootstrapNormalizerRegistry) - Constructor for class org.apache.ldap.server.schema.GlobalNormalizerRegistry
Creates a default NormalizerRegistry by initializing the map and the montior.
GlobalObjectClassRegistry - class org.apache.ldap.server.schema.GlobalObjectClassRegistry.
A plain old java object implementation of an ObjectClassRegistry.
GlobalObjectClassRegistry(BootstrapObjectClassRegistry, OidRegistry) - Constructor for class org.apache.ldap.server.schema.GlobalObjectClassRegistry
Creates an empty BootstrapObjectClassRegistry.
GlobalOidRegistry - class org.apache.ldap.server.schema.GlobalOidRegistry.
Default OID registry implementation used to resolve a schema object OID to a name and vice-versa.
GlobalOidRegistry(BootstrapOidRegistry) - Constructor for class org.apache.ldap.server.schema.GlobalOidRegistry
Creates a default OidRegistry by initializing the map and the montior.
GlobalRegistries - class org.apache.ldap.server.schema.GlobalRegistries.
Document me.
GlobalRegistries(BootstrapRegistries) - Constructor for class org.apache.ldap.server.schema.GlobalRegistries
 
GlobalSyntaxCheckerRegistry - class org.apache.ldap.server.schema.GlobalSyntaxCheckerRegistry.
A simple POJO implementation of the SyntaxCheckerRegistry service interface.
GlobalSyntaxCheckerRegistry(BootstrapSyntaxCheckerRegistry) - Constructor for class org.apache.ldap.server.schema.GlobalSyntaxCheckerRegistry
Creates a default SyntaxCheckerRegistry by initializing the map and the montior.
GlobalSyntaxRegistry - class org.apache.ldap.server.schema.GlobalSyntaxRegistry.
A plain old java object implementation of an SyntaxRegistry.
GlobalSyntaxRegistry(BootstrapSyntaxRegistry, OidRegistry) - Constructor for class org.apache.ldap.server.schema.GlobalSyntaxRegistry
Creates an empty BootstrapSyntaxRegistry.
generate() - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
 
generateAttributeTypes() - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
 
generateObjectClasses() - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
 
generateRest() - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
 
generateSchema() - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
 
get(String) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
Returns the registered interceptor with the specified name.
get(BigInteger) - Method in interface org.apache.ldap.server.partition.impl.btree.MasterTable
Gets the Attributes of an entry from this MasterTable.
get(Object) - Method in interface org.apache.ldap.server.partition.impl.btree.Table
Gets the value of a record by key if the key exists.
get(BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmMasterTable
Gets the Attributes of an entry from this MasterTable.
get(Object) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
 
getAdminName() - Static method in class org.apache.ldap.server.partition.ContextPartitionNexus
Gets the DN for the admin user.
getAliasIndex() - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
Gets the system index defined on the ALIAS_ATTRIBUTE which for LDAP would be the aliasedObjectName and for X.500 would be aliasedEntryName.
getAliasIndex() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
getAll() - Method in class org.apache.ldap.server.interceptor.InterceptorChain
Returns the list of all registered interceptors.
getAllInstances() - Static method in class org.apache.ldap.server.jndi.ContextFactoryService
Returns all instances of instantiated ContextFactoryService.
getAllowsChildren() - Method in class org.apache.ldap.server.partition.impl.btree.gui.ASTNode
 
getAllowsChildren() - Method in class org.apache.ldap.server.partition.impl.btree.gui.EntryNode
 
getAsText() - Method in class org.apache.ldap.server.configuration.AttributesPropertyEditor
Returns LDIF string of Attributes object.
getAssociatedClass() - Method in interface org.apache.ldap.server.jndi.ServerDirObjectFactory
Gets the Class instance associated with this ObjectFactory.
getAssociatedClass() - Method in interface org.apache.ldap.server.jndi.ServerDirStateFactory
Gets the Class instance associated with this StateFactory.
getAttribute() - Method in interface org.apache.ldap.server.partition.impl.btree.Index
Gets the attribute this Index is built upon.
getAttribute() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
 
getAttributeTypeRegistry() - Method in class org.apache.ldap.server.schema.GlobalRegistries
 
getAttributeTypeRegistry() - Method in interface org.apache.ldap.server.schema.Registries
 
getAttributeTypeRegistry() - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapRegistries
 
getAttributeTypes() - Method in class org.apache.ldap.server.tools.schema.OpenLdapSchemaParser
 
getAttributes(String) - Method in class org.apache.ldap.server.jndi.ServerDirContext
 
getAttributes(Name) - Method in class org.apache.ldap.server.jndi.ServerDirContext
 
getAttributes(String, String[]) - Method in class org.apache.ldap.server.jndi.ServerDirContext
 
getAttributes(Name, String[]) - Method in class org.apache.ldap.server.jndi.ServerDirContext
 
getAttributes() - Method in class org.apache.ldap.server.partition.impl.btree.IndexRecord
Gets the entry of this IndexRecord if one was resusitated form the master table.
getAuthenticator() - Method in class org.apache.ldap.server.configuration.AuthenticatorConfiguration
Returns the Authenticator this configuration is configuring.
getAuthenticatorConfigurations() - Method in class org.apache.ldap.server.configuration.StartupConfiguration
Returns AuthenticatorConfigurations to use for authenticating clients.
getAuthenticatorType() - Method in class org.apache.ldap.server.authn.AbstractAuthenticator
 
getAuthenticatorType() - Method in interface org.apache.ldap.server.authn.Authenticator
Returns the type of this authenticator (e.g.
getBase() - Method in class org.apache.ldap.server.partition.impl.btree.gui.FilterDialog
 
getBaseClassName() - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapSchema
 
getBaseClassName() - Method in interface org.apache.ldap.server.schema.bootstrap.BootstrapSchema
Gets the base class name for bootstrap Schema class files.
getBootstrapSchemas() - Method in class org.apache.ldap.server.configuration.StartupConfiguration
Returns BootstrapSchemas to load while bootstrapping.
getCaller() - Method in class org.apache.ldap.server.invocation.Invocation
Returns the JNDI Context which made this invocation.
getChildAt(int) - Method in class org.apache.ldap.server.partition.impl.btree.gui.ASTNode
 
getChildAt(int) - Method in class org.apache.ldap.server.partition.impl.btree.gui.EntryNode
 
getChildCount(BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
getChildCount() - Method in class org.apache.ldap.server.partition.impl.btree.gui.ASTNode
 
getChildCount() - Method in class org.apache.ldap.server.partition.impl.btree.gui.EntryNode
 
getChildCount(BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
getChildDn() - Method in class org.apache.ldap.server.partition.impl.btree.gui.AddEntryDialog
 
getChildEntry() - Method in class org.apache.ldap.server.partition.impl.btree.gui.AddEntryDialog
 
getClassType() - Method in class org.apache.ldap.server.tools.schema.ObjectClassLiteral
 
getColumnClass(int) - Method in class org.apache.ldap.server.partition.impl.btree.gui.AttributesTableModel
 
getColumnCount() - Method in class org.apache.ldap.server.partition.impl.btree.gui.AttributesTableModel
 
getColumnName(int) - Method in class org.apache.ldap.server.partition.impl.btree.gui.AttributesTableModel
 
getComparator() - Method in interface org.apache.ldap.server.partition.impl.btree.Table
Gets the comparator used by this Table: may be null if this Table was not initialized with one.
getComparator() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
 
getComparator() - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapMatchingRule
 
getComparatorRegistry() - Method in class org.apache.ldap.server.schema.GlobalRegistries
 
getComparatorRegistry() - Method in interface org.apache.ldap.server.schema.Registries
 
getComparatorRegistry() - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapRegistries
 
getConfiguration() - Method in class org.apache.ldap.server.authn.AbstractAuthenticator
Returns the configuration of this authenticator.
getConfiguration() - Method in class org.apache.ldap.server.jndi.ContextFactoryService
Returns the configuration of this service.
getConfiguration() - Method in class org.apache.ldap.server.partition.AbstractContextPartition
Returns ContextPartitionConfiguration that is provided from AbstractContextPartition.init(ContextFactoryConfiguration, ContextPartitionConfiguration).
getConnectControls() - Method in class org.apache.ldap.server.jndi.ServerLdapContext
 
getContext() - Static method in class org.apache.ldap.server.interceptor.BaseInterceptor
Returns the current JNDI Context.
getContextEntry() - Method in class org.apache.ldap.server.configuration.ContextPartitionConfiguration
Returns root entry that will be added to the ContextPartition after it is initialized.
getContextPartition() - Method in class org.apache.ldap.server.configuration.ContextPartitionConfiguration
Returns the ContextPartition that this configuration configures.
getContextPartitionConfiguration() - Method in class org.apache.ldap.server.configuration.AddContextPartitionConfiguration
 
getContextPartitionConfigurations() - Method in class org.apache.ldap.server.configuration.StartupConfiguration
Returns ContextPartitionConfigurations to configure context partitions.
getCurrentId() - Method in interface org.apache.ldap.server.partition.impl.btree.MasterTable
Get's the current id value from this master database's sequence without affecting the seq.
getCurrentId() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmMasterTable
Get's the current id value from this master database's sequence without affecting the seq.
getDefaultBaseClassName() - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapSchema
 
getDefaultBaseClassName() - Method in interface org.apache.ldap.server.schema.bootstrap.BootstrapSchema
Gets the default base class name for bootstrap Schema class files.
getDependencies() - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapSchema
 
getDependencies() - Method in interface org.apache.ldap.server.schema.bootstrap.BootstrapSchema
Gets the names of other schemas that this objects within this BootstrapSchema depends upon.
getDescription() - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
getDescription() - Method in class org.apache.ldap.server.tools.schema.ObjectClassLiteral
 
getDitContentRuleRegistry() - Method in class org.apache.ldap.server.schema.GlobalRegistries
 
getDitContentRuleRegistry() - Method in interface org.apache.ldap.server.schema.Registries
 
getDitContentRuleRegistry() - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapRegistries
 
getDitStructureRuleRegistry() - Method in class org.apache.ldap.server.schema.GlobalRegistries
 
getDitStructureRuleRegistry() - Method in interface org.apache.ldap.server.schema.Registries
 
getDitStructureRuleRegistry() - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapRegistries
 
getDn() - Method in class org.apache.ldap.server.jndi.ServerContext
Gets the distinguished name of the entry associated with this Context.
getEntryDn(BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
getEntryDn() - Method in class org.apache.ldap.server.partition.impl.btree.gui.AttributesTableModel
Gets the distinguished name of the entry.
getEntryDn() - Method in class org.apache.ldap.server.partition.impl.btree.gui.EntryNode
 
getEntryDn(BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
getEntryId(String) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
getEntryId() - Method in class org.apache.ldap.server.partition.impl.btree.IndexRecord
Gets the entry id for this IndexRecord.
getEntryId() - Method in class org.apache.ldap.server.partition.impl.btree.gui.AttributesTableModel
Gets the unique id for the entry.
getEntryId() - Method in class org.apache.ldap.server.partition.impl.btree.gui.EntryNode
 
getEntryId(String) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
getEntryUpdn(BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
Gets the user provided distinguished name.
getEntryUpdn(String) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
Gets the user provided distinguished name.
getEntryUpdn(BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
getEntryUpdn(String) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
getEnvironment() - Method in interface org.apache.ldap.server.jndi.ContextFactoryConfiguration
Returns the initial context environment of the ContextFactoryService.
getEnvironment() - Method in class org.apache.ldap.server.jndi.ServerContext
 
getEquality() - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
getEquality() - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
getExistanceIndex() - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
getExistanceIndex() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
getExprNode() - Method in class org.apache.ldap.server.partition.impl.btree.gui.ASTNode
 
getFactoryConfiguration() - Method in class org.apache.ldap.server.authn.AbstractAuthenticator
Returns ContextFactoryConfiguration of InitialContextFactory which initialized this authenticator.
getFactoryConfiguration() - Method in class org.apache.ldap.server.partition.AbstractContextPartition
Returns ContextFactoryConfiguration that is provided from AbstractContextPartition.init(ContextFactoryConfiguration, ContextPartitionConfiguration).
getFilter() - Method in class org.apache.ldap.server.partition.impl.btree.gui.FilterDialog
 
getFilters() - Method in class org.apache.ldap.server.enumeration.SearchResultFilteringEnumeration
Gets an unmodifiable list of filters.
getFullClassName(ProducerTypeEnum) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapSchema
 
getFullClassName(ProducerTypeEnum) - Method in interface org.apache.ldap.server.schema.bootstrap.BootstrapSchema
Gets the class name for bootstrap Schema class producer type.
getFullDefaultBaseClassName(ProducerTypeEnum) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapSchema
 
getFullDefaultBaseClassName(ProducerTypeEnum) - Method in interface org.apache.ldap.server.schema.bootstrap.BootstrapSchema
If the base class name for the target class does not resolve, we attempt to load another backup class using this default base class name which tries another package for the target class factory to load.
getGlobalRegistries() - Method in interface org.apache.ldap.server.jndi.ContextFactoryConfiguration
Returns the registries for system schema objects of the ContextFactoryService.
getGroupsBaseName() - Static method in class org.apache.ldap.server.partition.ContextPartitionNexus
Gets the DN for the base entry under which all groups reside.
getHierarchyIndex() - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
Gets the Index mapping the BigInteger primary keys of parents to the BigInteger primary keys of their children.
getHierarchyIndex() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
getId() - Method in class org.apache.ldap.server.partition.impl.btree.BTreeSearchResult
Gets the unique row id of the entry into the master table.
getIndex(TreeNode) - Method in class org.apache.ldap.server.partition.impl.btree.gui.ASTNode
 
getIndex(TreeNode) - Method in class org.apache.ldap.server.partition.impl.btree.gui.EntryNode
 
getIndexKey() - Method in class org.apache.ldap.server.partition.impl.btree.IndexRecord
Gets the index key ( the attribute's value ) for this IndexRecord.
getIndexName() - Method in class org.apache.ldap.server.partition.impl.btree.IndexNotFoundException
Gets the name of the attribute the index was missing for.
getIndexedAttributes() - Method in class org.apache.ldap.server.configuration.ContextPartitionConfiguration
Returns the set of attribute type strings to create an index on.
getIndices(BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
getIndices(BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
getInitialContext(Hashtable) - Method in class org.apache.ldap.server.jndi.AbstractContextFactory
 
getInstance() - Static method in class org.apache.ldap.server.invocation.InvocationStack
Returns the invocation stack of current thread.
getInstance() - Static method in class org.apache.ldap.server.jndi.ContextFactoryService
Returns the default instance.
getInstance(String) - Static method in class org.apache.ldap.server.jndi.ContextFactoryService
Returns ContextFactoryService with the specified instance ID.
getInstanceId() - Method in class org.apache.ldap.server.configuration.Configuration
Returns the ID of ContextFactoryService instance to configure.
getInstanceId() - Method in interface org.apache.ldap.server.jndi.ContextFactoryConfiguration
Returns the instance ID of the ContextFactoryService.
getInterceptor() - Method in class org.apache.ldap.server.configuration.InterceptorConfiguration
Returns the Interceptor that this configuration configures.
getInterceptor() - Method in class org.apache.ldap.server.interceptor.InterceptorException
Gets the interceptor this exception is associated with.
getInterceptorChain() - Method in interface org.apache.ldap.server.jndi.ContextFactoryConfiguration
Returns the interceptor chain of the ContextFactoryService.
getInterceptorConfigurations() - Method in class org.apache.ldap.server.configuration.StartupConfiguration
Returns interceptor chain.
getJavaSrcDir() - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
 
getJndiContext(String) - Method in class org.apache.ldap.server.jndi.ContextFactoryService
Returns an anonymous JNDI Context with the specified baseName
getJndiContext(String, byte[], String, String) - Method in class org.apache.ldap.server.jndi.ContextFactoryService
Returns a JNDI Context with the specified authentication information (principal, credential, and authentication) and baseName.
getJndiName() - Method in class org.apache.ldap.server.authn.LdapPrincipal
Gets a cloned copy of the normalized distinguished name of this principal as a JNDI Name.
getKey() - Method in class org.apache.ldap.server.partition.impl.btree.Tuple
Gets the key for this Tuple.
getKeyComparator() - Method in class org.apache.ldap.server.partition.impl.btree.IndexComparator
Gets the comparator used to compare keys.
getKeyComparator() - Method in class org.apache.ldap.server.partition.impl.btree.KeyOnlyComparator
Gets the comparator used to compare keys.
getKeyComparator() - Method in interface org.apache.ldap.server.partition.impl.btree.TupleComparator
Gets the comparator used to compare keys.
getKeyString(Object) - Method in interface org.apache.ldap.server.partition.impl.btree.TupleRenderer
Gets the key Object rendered as a String.
getLastFault() - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaToolTask
 
getLdapContext() - Method in class org.apache.ldap.server.partition.ContextPartitionNexus
Gets the LdapContext associated with the calling thread.
getLdapContext() - Method in class org.apache.ldap.server.partition.DefaultContextPartitionNexus
 
getLdapEntry() - Method in class org.apache.ldap.server.partition.impl.btree.gui.EntryNode
 
getLdapPort() - Method in class org.apache.ldap.server.configuration.ServerStartupConfiguration
Returns LDAP TCP/IP port number to listen to.
getLdapsPort() - Method in class org.apache.ldap.server.configuration.ServerStartupConfiguration
Returns LDAPS TCP/IP port number to listen to.
getLeafEvaluator() - Method in class org.apache.ldap.server.partition.impl.btree.ExpressionEvaluator
Gets the leaf evaluator used by this top level expression evaluator.
getLength() - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
getLimit() - Method in class org.apache.ldap.server.partition.impl.btree.gui.FilterDialog
 
getMatchedName(NextInterceptor, Name, boolean) - Method in class org.apache.ldap.server.authn.AuthenticationService
 
getMatchedName(NextInterceptor, Name, boolean) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
getMatchedName(NextInterceptor, Name, boolean) - Method in interface org.apache.ldap.server.interceptor.Interceptor
Filters ContextPartitionNexus.getMatchedName(Name, boolean) call.
getMatchedName(Name, boolean) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
 
getMatchedName(Name, boolean) - Method in interface org.apache.ldap.server.interceptor.NextInterceptor
Calls the next interceptor's Interceptor.getMatchedName(NextInterceptor, Name, boolean).
getMatchedName(NextInterceptor, Name, boolean) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
getMatchedName(Name, boolean) - Method in class org.apache.ldap.server.partition.ContextPartitionNexus
Gets the most significant Dn that exists within the server for any Dn.
getMatchedName(Name, boolean) - Method in class org.apache.ldap.server.partition.DefaultContextPartitionNexus
 
getMatchingRuleRegistry() - Method in class org.apache.ldap.server.schema.GlobalRegistries
 
getMatchingRuleRegistry() - Method in interface org.apache.ldap.server.schema.Registries
 
getMatchingRuleRegistry() - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapRegistries
 
getMatchingRuleUseRegistry() - Method in class org.apache.ldap.server.schema.GlobalRegistries
 
getMatchingRuleUseRegistry() - Method in interface org.apache.ldap.server.schema.Registries
 
getMatchingRuleUseRegistry() - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapRegistries
 
getMay() - Method in class org.apache.ldap.server.tools.schema.ObjectClassLiteral
 
getMayList() - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapObjectClass
 
getMinaRegistry() - Method in class org.apache.ldap.server.jndi.ServerContextFactory
 
getMinaServiceRegistry() - Method in class org.apache.ldap.server.configuration.ServerStartupConfiguration
Returns MINA ServiceRegistry that will be used by ApacheDS.
getMust() - Method in class org.apache.ldap.server.tools.schema.ObjectClassLiteral
 
getMustList() - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapObjectClass
 
getName() - Method in class org.apache.ldap.server.authn.LdapPrincipal
Returns the normalized distinguished name of the principal as a String.
getName() - Method in class org.apache.ldap.server.configuration.AuthenticatorConfiguration
Returns the user-defined name of the Authenticator that this configuration configures..
getName() - Method in class org.apache.ldap.server.configuration.ContextPartitionConfiguration
Returns user-defined name of the ContextPartition that this configuration configures.
getName() - Method in class org.apache.ldap.server.configuration.InterceptorConfiguration
Returns the name of the Interceptor.
getName() - Method in class org.apache.ldap.server.invocation.Invocation
Returns the name of the called method.
getName() - Method in interface org.apache.ldap.server.partition.impl.btree.Table
Gets the name of this Table.
getName() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
 
getNameFormRegistry() - Method in class org.apache.ldap.server.schema.GlobalRegistries
 
getNameFormRegistry() - Method in interface org.apache.ldap.server.schema.Registries
 
getNameFormRegistry() - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapRegistries
 
getNameInNamespace() - Method in class org.apache.ldap.server.jndi.ServerContext
 
getNameParser(String) - Method in class org.apache.ldap.server.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.ldap.server.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.
getNameSet(String) - Method in class org.apache.ldap.server.schema.GlobalOidRegistry
 
getNameSet(String) - Method in interface org.apache.ldap.server.schema.OidRegistry
Gets the names associated with an OID.
getNameSet(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapOidRegistry
 
getNames() - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
getNames() - Method in class org.apache.ldap.server.tools.schema.ObjectClassLiteral
 
getNdnIndex() - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
Gets the Index mapping the normalized distinguished names of entries as Strings to the BigInteger primary keys of entries.
getNdnIndex() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
getNext(Tuple) - Method in interface org.apache.ldap.server.partition.impl.btree.TupleBrowser
Gets the next value deemed greater than the last using the key comparator.
getNext(Tuple) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTupleBrowser
 
getNextId() - Method in interface org.apache.ldap.server.partition.impl.btree.MasterTable
Get's the next value from this SequenceBDb.
getNextId() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmMasterTable
Get's the next value from this SequenceBDb.
getNexusProxy() - Method in class org.apache.ldap.server.jndi.ServerContext
Gets the RootNexus proxy.
getNormalized(Object) - Method in interface org.apache.ldap.server.partition.impl.btree.Index
Gets the normalized value for an attribute.
getNormalized(Object) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
TODO I don't think the keyCache is required anymore since the normalizer will cache values for us.
getNormalizedSuffix(MatchingRuleRegistry) - Method in class org.apache.ldap.server.configuration.ContextPartitionConfiguration
Returns the normalized suffix of the ContextPartition.
getNormalizedSuffix(Normalizer) - Method in class org.apache.ldap.server.configuration.ContextPartitionConfiguration
Returns the normalized suffix of the ContextPartition.
getNormalizer() - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapMatchingRule
 
getNormalizerRegistry() - Method in class org.apache.ldap.server.schema.GlobalRegistries
 
getNormalizerRegistry() - Method in interface org.apache.ldap.server.schema.Registries
 
getNormalizerRegistry() - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapRegistries
 
getObjectClassId() - Method in interface org.apache.ldap.server.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.ldap.server.jndi.ServerDirStateFactory
Gets either the OID for the objectClass or the human readable name for the objectClass this DirStateFactory is associated with.
getObjectClassRegistry() - Method in class org.apache.ldap.server.schema.GlobalRegistries
 
getObjectClassRegistry() - Method in interface org.apache.ldap.server.schema.Registries
 
getObjectClassRegistry() - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapRegistries
 
getObjectClassTypes() - Method in class org.apache.ldap.server.tools.schema.OpenLdapSchemaParser
 
getObjectFactories(LdapContext) - Method in interface org.apache.ldap.server.schema.ObjectFactoryRegistry
Gets the list of ObjectFactories associated with an entry.
getObjectFactories(LdapContext) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapObjectFactoryRegistry
 
getObjectFactoryRegistry() - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapRegistries
 
getOid(String) - Method in class org.apache.ldap.server.schema.GlobalOidRegistry
 
getOid(String) - Method in interface org.apache.ldap.server.schema.OidRegistry
Gets the object identifier for a common name or returns the argument as-is if it is an object identifier.
getOid(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapOidRegistry
 
getOid() - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
getOid() - Method in class org.apache.ldap.server.tools.schema.ObjectClassLiteral
 
getOidRegistry() - Method in class org.apache.ldap.server.schema.GlobalRegistries
 
getOidRegistry() - Method in interface org.apache.ldap.server.schema.Registries
 
getOidRegistry() - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapRegistries
 
getOidWithOid(String) - Method in interface org.apache.ldap.server.schema.OidRegistryMonitor
Monitors situations where an OID is used to resolve an OID.
getOidWithOid(String) - Method in class org.apache.ldap.server.schema.OidRegistryMonitorAdapter
 
getOneAliasIndex() - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
Gets the alias index mapping parent entries with scope expanding aliases children one level below them; this system index is used to dereference aliases on one/single level scoped searches.
getOneAliasIndex() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
getOptimizer() - Method in class org.apache.ldap.server.partition.impl.btree.DefaultSearchEngine
Gets the optimizer for this DefaultSearchEngine.
getOptimizer() - Method in interface org.apache.ldap.server.partition.impl.btree.SearchEngine
Gets the optimizer for this DefaultSearchEngine.
getOrdering() - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
getOrdering() - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
getOverriddenEnvironment() - Method in class org.apache.ldap.server.AbstractTestCase
 
getOwner() - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapSchema
 
getOwner() - Method in interface org.apache.ldap.server.schema.bootstrap.BootstrapSchema
Gets the name of the owner of the schema objects within this BootstrapSchema.
getPackageName() - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapSchema
 
getPackageName() - Method in interface org.apache.ldap.server.schema.bootstrap.BootstrapSchema
Gets the package name of the schema's object factories.
getParameters() - Method in class org.apache.ldap.server.invocation.Invocation
Returns the list of parameters parameters passed to the called method.
getParent() - Method in class org.apache.ldap.server.partition.impl.btree.gui.ASTNode
 
getParent() - Method in class org.apache.ldap.server.partition.impl.btree.gui.EntryNode
 
getParentId(String) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
getParentId(BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
getParentId(String) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
getParentId(BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
getPartitionNexus() - Method in interface org.apache.ldap.server.jndi.ContextFactoryConfiguration
Returns the ContextPartitionNexus of the ContextFactoryService which bypasses the interceptor chain.
getPrevious(Tuple) - Method in interface org.apache.ldap.server.partition.impl.btree.TupleBrowser
Gets the previous value deemed greater than the last using the key comparator.
getPrevious(Tuple) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTupleBrowser
 
getPrimaryName(String) - Method in class org.apache.ldap.server.schema.GlobalOidRegistry
 
getPrimaryName(String) - Method in interface org.apache.ldap.server.schema.OidRegistry
Gets the primary name associated with an OID.
getPrimaryName(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapOidRegistry
 
getPrincipal() - Method in class org.apache.ldap.server.authn.AuthenticationService.TrustedPrincipalWrapper
Gets the LdapPrincipal this TrustedPrincipalWrapper wraps.
getPrincipal() - Static method in class org.apache.ldap.server.interceptor.BaseInterceptor
Returns LdapPrincipal of current context.
getPrincipal() - Method in class org.apache.ldap.server.jndi.ServerContext
Gets the principal of the authenticated user which also happens to own
getProducerType(String) - Static method in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
Gets the enumeration type for the attributeType producerType string regardless of case.
getProperty(String) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
getProperty(String) - Method in interface org.apache.ldap.server.partition.impl.btree.MasterTable
Gets a persistant property stored in the admin table of this MasterTable.
getProperty(String) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
getProperty(String) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmMasterTable
Gets a persistant property stored in the admin table of this MasterTable.
getRenderer() - Method in interface org.apache.ldap.server.partition.impl.btree.Table
Gets the data renderer used by this Table to display or log records keys and values.
getRenderer() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
 
getRequestControls() - Method in class org.apache.ldap.server.jndi.ServerLdapContext
 
getResourceReader(String) - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
 
getResourceWriter(String) - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
 
getResponseControls() - Method in class org.apache.ldap.server.jndi.ServerLdapContext
 
getRootDSE(NextInterceptor) - Method in class org.apache.ldap.server.authn.AuthenticationService
 
getRootDSE(NextInterceptor) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
getRootDSE(NextInterceptor) - Method in interface org.apache.ldap.server.interceptor.Interceptor
Filters ContextPartitionNexus.getRootDSE() call.
getRootDSE() - Method in class org.apache.ldap.server.interceptor.InterceptorChain
 
getRootDSE() - Method in interface org.apache.ldap.server.interceptor.NextInterceptor
Calls the next interceptor's Interceptor.getRootDSE(NextInterceptor).
getRootDSE() - Method in class org.apache.ldap.server.partition.ContextPartitionNexus
Get's the RootDSE entry for the DSA.
getRootDSE() - Method in class org.apache.ldap.server.partition.DefaultContextPartitionNexus
 
getRowCount() - Method in class org.apache.ldap.server.partition.impl.btree.gui.AttributesTableModel
 
getSchema(Name) - Method in class org.apache.ldap.server.jndi.ServerDirContext
Presently unsupported operation!
getSchema(String) - Method in class org.apache.ldap.server.jndi.ServerDirContext
Presently unsupported operation!
getSchema() - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
 
getSchemaClassDefinition(Name) - Method in class org.apache.ldap.server.jndi.ServerDirContext
Presently unsupported operation!
getSchemaClassDefinition(String) - Method in class org.apache.ldap.server.jndi.ServerDirContext
Presently unsupported operation!
getSchemaName(String) - Method in interface org.apache.ldap.server.schema.AttributeTypeRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in interface org.apache.ldap.server.schema.ComparatorRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in interface org.apache.ldap.server.schema.DITContentRuleRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in interface org.apache.ldap.server.schema.DITStructureRuleRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.ldap.server.schema.GlobalAttributeTypeRegistry
 
getSchemaName(String) - Method in class org.apache.ldap.server.schema.GlobalComparatorRegistry
 
getSchemaName(String) - Method in class org.apache.ldap.server.schema.GlobalDitContentRuleRegistry
 
getSchemaName(String) - Method in class org.apache.ldap.server.schema.GlobalDitStructureRuleRegistry
 
getSchemaName(String) - Method in class org.apache.ldap.server.schema.GlobalMatchingRuleRegistry
 
getSchemaName(String) - Method in class org.apache.ldap.server.schema.GlobalMatchingRuleUseRegistry
 
getSchemaName(String) - Method in class org.apache.ldap.server.schema.GlobalNameFormRegistry
 
getSchemaName(String) - Method in class org.apache.ldap.server.schema.GlobalNormalizerRegistry
 
getSchemaName(String) - Method in class org.apache.ldap.server.schema.GlobalObjectClassRegistry
 
getSchemaName(String) - Method in class org.apache.ldap.server.schema.GlobalSyntaxCheckerRegistry
 
getSchemaName(String) - Method in class org.apache.ldap.server.schema.GlobalSyntaxRegistry
 
getSchemaName(String) - Method in interface org.apache.ldap.server.schema.MatchingRuleRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in interface org.apache.ldap.server.schema.MatchingRuleUseRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in interface org.apache.ldap.server.schema.NameFormRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in interface org.apache.ldap.server.schema.NormalizerRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in interface org.apache.ldap.server.schema.ObjectClassRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in interface org.apache.ldap.server.schema.SyntaxCheckerRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in interface org.apache.ldap.server.schema.SyntaxRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName() - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapSchema
 
getSchemaName(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapAttributeTypeRegistry
 
getSchemaName(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapComparatorRegistry
 
getSchemaName(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapDitContentRuleRegistry
 
getSchemaName(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapDitStructureRuleRegistry
 
getSchemaName(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapMatchingRuleRegistry
 
getSchemaName(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapMatchingRuleUseRegistry
 
getSchemaName(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapNameFormRegistry
 
getSchemaName(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapNormalizerRegistry
 
getSchemaName(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapObjectClassRegistry
 
getSchemaName() - Method in interface org.apache.ldap.server.schema.bootstrap.BootstrapSchema
Gets the name of the logical schema the objects of this BootstrapSchema belong to: e.g.
getSchemaName(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapSyntaxCheckerRegistry
 
getSchemaName(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapSyntaxRegistry
 
getSchemaSrcDir() - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
 
getSchemaTargetDir() - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
 
getScope() - Method in class org.apache.ldap.server.partition.impl.btree.gui.FilterDialog
 
getScopeEvaluator() - Method in class org.apache.ldap.server.partition.impl.btree.LeafEvaluator
 
getSearchEngine() - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
Gets the DefaultSearchEngine used by this ContextPartition to search the Database.
getSelectedDn() - Method in class org.apache.ldap.server.partition.impl.btree.gui.MainFrame
Gets the DN of the DIT node selected in the tree view.
getService() - Method in interface org.apache.ldap.server.jndi.ContextFactoryConfiguration
Returns the ContextFactoryService for this configuration.
getServiceListener() - Method in interface org.apache.ldap.server.jndi.ContextFactoryConfiguration
Returns the listener that listens to service events.
getSpi(String) - Method in class org.apache.ldap.server.prefs.ServerSystemPreferences
 
getStartupConfiguration() - Method in interface org.apache.ldap.server.jndi.ContextFactoryConfiguration
Returns the startup configuration of the ContextFactoryService.
getStateFactories(Object) - Method in interface org.apache.ldap.server.schema.StateFactoryRegistry
Gets the list of StateFactories associated with a class.
getStateFactories(Object) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapStateFactoryRegistry
 
getStateFactoryRegistry() - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapRegistries
 
getSubAliasIndex() - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
Gets the alias index mapping relative entries with scope expanding alias descendents; this system index is used to dereference aliases on subtree scoped searches.
getSubAliasIndex() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
getSubstr() - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
getSubstr() - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
getSubstringEvaluator() - Method in class org.apache.ldap.server.partition.impl.btree.LeafEvaluator
 
getSuffix(NextInterceptor, Name, boolean) - Method in class org.apache.ldap.server.authn.AuthenticationService
 
getSuffix() - Method in class org.apache.ldap.server.configuration.ContextPartitionConfiguration
Returns the suffix of the ContextPartition.
getSuffix() - Method in class org.apache.ldap.server.configuration.RemoveContextPartitionConfiguration
 
getSuffix(NextInterceptor, Name, boolean) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
getSuffix(NextInterceptor, Name, boolean) - Method in interface org.apache.ldap.server.interceptor.Interceptor
Filters ContextPartitionNexus.getSuffix(Name, boolean) call.
getSuffix(Name, boolean) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
 
getSuffix(Name, boolean) - Method in interface org.apache.ldap.server.interceptor.NextInterceptor
Calls the next interceptor's Interceptor.getSuffix(NextInterceptor, Name, boolean).
getSuffix(NextInterceptor, Name, boolean) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
getSuffix(boolean) - Method in class org.apache.ldap.server.partition.AbstractContextPartition
 
getSuffix(boolean) - Method in interface org.apache.ldap.server.partition.ContextPartition
Gets the distinguished/absolute name of the suffix for all entries stored within this ContextPartition.
getSuffix(Name, boolean) - Method in class org.apache.ldap.server.partition.ContextPartitionNexus
Gets the distinguished name of the suffix that would hold an entry with the supplied distinguished name parameter.
getSuffix(boolean) - Method in class org.apache.ldap.server.partition.DefaultContextPartitionNexus
 
getSuffix(Name, boolean) - Method in class org.apache.ldap.server.partition.DefaultContextPartitionNexus
 
getSuffix(boolean) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
getSuffixEntry() - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
getSuffixEntry() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
getSuperClasses() - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapObjectClass
 
getSuperior() - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
getSuperior() - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
getSuperiors() - Method in class org.apache.ldap.server.tools.schema.ObjectClassLiteral
 
getSyntax() - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
getSyntax() - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapMatchingRule
 
getSyntax() - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
getSyntaxChecker() - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapSyntax
 
getSyntaxCheckerRegistry() - Method in class org.apache.ldap.server.schema.GlobalRegistries
 
getSyntaxCheckerRegistry() - Method in interface org.apache.ldap.server.schema.Registries
 
getSyntaxCheckerRegistry() - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapRegistries
 
getSyntaxOid() - Method in class org.apache.ldap.server.schema.AbstractSyntaxChecker
Gets the OID of this SyntaxChecker.
getSyntaxRegistry() - Method in class org.apache.ldap.server.schema.GlobalRegistries
 
getSyntaxRegistry() - Method in interface org.apache.ldap.server.schema.Registries
 
getSyntaxRegistry() - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapRegistries
 
getSystemIndex(String) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
getSystemIndex(String) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
getSystemIndices() - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
getSystemIndices() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
getSystemPartition() - Method in class org.apache.ldap.server.partition.ContextPartitionNexus
 
getSystemPartition() - Method in class org.apache.ldap.server.partition.DefaultContextPartitionNexus
 
getTestEntries() - Method in class org.apache.ldap.server.configuration.StartupConfiguration
Returns test directory entries(Attributes) to be loaded while bootstrapping.
getType() - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapObjectClass
 
getType() - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer
 
getType() - Method in interface org.apache.ldap.server.schema.bootstrap.BootstrapProducer
Gets the type of producer this is.
getUnqualifiedClassName(ProducerTypeEnum) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapSchema
 
getUnqualifiedClassName() - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapSchema
 
getUnqualifiedClassName(ProducerTypeEnum) - Method in interface org.apache.ldap.server.schema.bootstrap.BootstrapSchema
Gets the unqualified class name for bootstrap Schema class producer type.
getUnqualifiedClassName() - Method in interface org.apache.ldap.server.schema.bootstrap.BootstrapSchema
Gets the unqualified class name for Schema class.
getUpdnIndex() - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
Gets the Index mapping user provided distinguished names of entries as Strings to the BigInteger primary keys of entries.
getUpdnIndex() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
getUsage() - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
getUserIndex(String) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
getUserIndex(String) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
getUserIndices() - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
getUserIndices() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
getUsersBaseName() - Static method in class org.apache.ldap.server.partition.ContextPartitionNexus
Gets the DN for the base entry under which all non-admin users reside.
getValue() - Method in class org.apache.ldap.server.partition.impl.btree.Tuple
Gets the value for this Tuple.
getValueAt(int, int) - Method in class org.apache.ldap.server.partition.impl.btree.gui.AttributesTableModel
 
getValueComparator() - Method in class org.apache.ldap.server.partition.impl.btree.IndexComparator
Gets the binary comparator used to compare valuess.
getValueComparator() - Method in class org.apache.ldap.server.partition.impl.btree.KeyOnlyComparator
Will throw an UnsupportedOperationException every time.
getValueComparator() - Method in interface org.apache.ldap.server.partition.impl.btree.TupleComparator
Gets the binary comparator used to compare valuess.
getValueString(Object) - Method in interface org.apache.ldap.server.partition.impl.btree.TupleRenderer
Gets the value Object rendered as a String.
getWorkingDirectory() - Method in class org.apache.ldap.server.configuration.StartupConfiguration
Returns working directory (counterpart of var/lib).

H

HIERARCHY - Static variable in class org.apache.ldap.server.partition.Oid
Private OID (1.2.6.1.4.1.18060.1.1.1.3.4) for _hierarchy op attrib
has(Object) - Method in interface org.apache.ldap.server.partition.impl.btree.Table
Checks to see if this table has a key: same as a get call with a check to see if the returned value is null or not.
has(Object, Object) - Method in interface org.apache.ldap.server.partition.impl.btree.Table
Checks to see if this table has a key with a specific value.
has(Object, boolean) - Method in interface org.apache.ldap.server.partition.impl.btree.Table
Checks to see if this table has a record with a key greater/less than or equal to the key argument.
has(Object, Object, boolean) - Method in interface org.apache.ldap.server.partition.impl.btree.Table
Checks to see if this table has a record with a key equal to the argument key with a value greater/less than or equal to the value argument provided.
has(Object, Object, boolean) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
 
has(Object, boolean) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
 
has(Object, Object) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
 
has(Object) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
 
hasAttributeType(String) - Method in interface org.apache.ldap.server.schema.AttributeTypeRegistry
Checks to see if an AttributeType exists.
hasAttributeType(String) - Method in class org.apache.ldap.server.schema.GlobalAttributeTypeRegistry
 
hasAttributeType(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapAttributeTypeRegistry
 
hasComparator(String) - Method in interface org.apache.ldap.server.schema.ComparatorRegistry
Checks to see if a Comparator exists.
hasComparator(String) - Method in class org.apache.ldap.server.schema.GlobalComparatorRegistry
 
hasComparator(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapComparatorRegistry
 
hasDITContentRule(String) - Method in interface org.apache.ldap.server.schema.DITContentRuleRegistry
Checks to see if a DITContentRule exists.
hasDITContentRule(String) - Method in class org.apache.ldap.server.schema.GlobalDitContentRuleRegistry
 
hasDITContentRule(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapDitContentRuleRegistry
 
hasDITStructureRule(String) - Method in interface org.apache.ldap.server.schema.DITStructureRuleRegistry
Checks to see if an dITStructureRule exists.
hasDITStructureRule(String) - Method in class org.apache.ldap.server.schema.GlobalDitStructureRuleRegistry
 
hasDITStructureRule(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapDitStructureRuleRegistry
 
hasEntry(NextInterceptor, Name) - Method in class org.apache.ldap.server.authn.AuthenticationService
 
hasEntry(NextInterceptor, Name) - Method in class org.apache.ldap.server.authz.AuthorizationService
Note that we do nothing here.
hasEntry(NextInterceptor, Name) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
hasEntry(NextInterceptor, Name) - Method in interface org.apache.ldap.server.interceptor.Interceptor
Filters ContextPartition.lookup(Name, String[]) call.
hasEntry(Name) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
 
hasEntry(Name) - Method in interface org.apache.ldap.server.interceptor.NextInterceptor
Calls the next interceptor's Interceptor.hasEntry(NextInterceptor, Name).
hasEntry(NextInterceptor, Name) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
hasEntry(Name) - Method in class org.apache.ldap.server.partition.AbstractContextPartition
This method calls AbstractContextPartition.lookup(Name) and return true if it returns an entry by default.
hasEntry(Name) - Method in interface org.apache.ldap.server.partition.ContextPartition
Fast operation to check and see if a particular entry exists.
hasEntry(Name) - Method in class org.apache.ldap.server.partition.DefaultContextPartitionNexus
 
hasEntry(Name) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
hasFaulted() - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaToolTask
 
hasMatchingRule(String) - Method in class org.apache.ldap.server.schema.GlobalMatchingRuleRegistry
 
hasMatchingRule(String) - Method in interface org.apache.ldap.server.schema.MatchingRuleRegistry
Checks to see if a MatchingRule exists.
hasMatchingRule(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapMatchingRuleRegistry
 
hasMatchingRuleUse(String) - Method in class org.apache.ldap.server.schema.GlobalMatchingRuleUseRegistry
 
hasMatchingRuleUse(String) - Method in interface org.apache.ldap.server.schema.MatchingRuleUseRegistry
Checks to see if an matchingRuleUse exists.
hasMatchingRuleUse(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapMatchingRuleUseRegistry
 
hasMore() - Method in class org.apache.ldap.server.enumeration.SearchResultFilteringEnumeration
 
hasMore() - Method in class org.apache.ldap.server.partition.impl.btree.BTreeSearchResultEnumeration
 
hasMore() - Method in class org.apache.ldap.server.partition.impl.btree.DisjunctionEnumeration
Tests if a prefetched value exists and a call to advance will hence succeed.
hasMore() - Method in class org.apache.ldap.server.partition.impl.btree.DupsEnumeration
 
hasMore() - Method in class org.apache.ldap.server.partition.impl.btree.IndexAssertionEnumeration
 
hasMore() - Method in class org.apache.ldap.server.partition.impl.btree.IndexEnumeration
 
hasMore() - Method in class org.apache.ldap.server.partition.impl.btree.NoDupsEnumeration
 
hasMore() - Method in class org.apache.ldap.server.partition.impl.btree.TupleEnumeration
Checks if another value is available.
hasMoreElements() - Method in class org.apache.ldap.server.enumeration.SearchResultFilteringEnumeration
 
hasMoreElements() - Method in class org.apache.ldap.server.partition.impl.btree.BTreeSearchResultEnumeration
 
hasMoreElements() - Method in class org.apache.ldap.server.partition.impl.btree.DisjunctionEnumeration
 
hasMoreElements() - Method in class org.apache.ldap.server.partition.impl.btree.DupsEnumeration
Calls hasMore.
hasMoreElements() - Method in class org.apache.ldap.server.partition.impl.btree.IndexAssertionEnumeration
 
hasMoreElements() - Method in class org.apache.ldap.server.partition.impl.btree.IndexEnumeration
 
hasMoreElements() - Method in class org.apache.ldap.server.partition.impl.btree.NoDupsEnumeration
Calls hasMore.
hasMoreElements() - Method in class org.apache.ldap.server.partition.impl.btree.TupleEnumeration
Checks if another value is available.
hasNameForm(String) - Method in class org.apache.ldap.server.schema.GlobalNameFormRegistry
 
hasNameForm(String) - Method in interface org.apache.ldap.server.schema.NameFormRegistry
Checks to see if an nameForm exists.
hasNameForm(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapNameFormRegistry
 
hasNormalizer(String) - Method in class org.apache.ldap.server.schema.GlobalNormalizerRegistry
 
hasNormalizer(String) - Method in interface org.apache.ldap.server.schema.NormalizerRegistry
Checks to see if a Normalizer exists.
hasNormalizer(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapNormalizerRegistry
 
hasObjectClass(String) - Method in class org.apache.ldap.server.schema.GlobalObjectClassRegistry
 
hasObjectClass(String) - Method in interface org.apache.ldap.server.schema.ObjectClassRegistry
Checks to see if an objectClass exists.
hasObjectClass(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapObjectClassRegistry
 
hasOid(String) - Method in class org.apache.ldap.server.schema.GlobalOidRegistry
 
hasOid(String) - Method in interface org.apache.ldap.server.schema.OidRegistry
Checks to see if an identifier, oid or name exists within this registry.
hasOid(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapOidRegistry
 
hasSyntax(String) - Method in class org.apache.ldap.server.schema.GlobalSyntaxRegistry
 
hasSyntax(String) - Method in interface org.apache.ldap.server.schema.SyntaxRegistry
Checks to see if a Syntax exists.
hasSyntax(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapSyntaxRegistry
 
hasSyntaxChecker(String) - Method in class org.apache.ldap.server.schema.GlobalSyntaxCheckerRegistry
 
hasSyntaxChecker(String) - Method in interface org.apache.ldap.server.schema.SyntaxCheckerRegistry
Checks to see if a SyntaxChecker exists.
hasSyntaxChecker(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapSyntaxCheckerRegistry
 
hasSystemIndexOn(String) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
hasSystemIndexOn(String) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
hasUserIndexOn(String) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
hasUserIndexOn(String) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
hasValue(Object, BigInteger) - Method in interface org.apache.ldap.server.partition.impl.btree.Index
 
hasValue(Object, BigInteger, boolean) - Method in interface org.apache.ldap.server.partition.impl.btree.Index
 
hasValue(RE, BigInteger) - Method in interface org.apache.ldap.server.partition.impl.btree.Index
 
hasValue(Object, BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
 
hasValue(Object, BigInteger, boolean) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
 
hasValue(RE, BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
 
hashCode() - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
hashCode() - Method in class org.apache.ldap.server.tools.schema.ObjectClassLiteral
 

I

Index - interface org.apache.ldap.server.partition.impl.btree.Index.
Required interfaces for an index.
IndexAssertion - interface org.apache.ldap.server.partition.impl.btree.IndexAssertion.
Asserts whether or not a candidate should be returned in searching based on hard coded logic.
IndexAssertionEnumeration - class org.apache.ldap.server.partition.impl.btree.IndexAssertionEnumeration.
A prefetching NamingEnumeration over an underlying NamingEnumeration which determines if a element should be returned based on a Assertion.
IndexAssertionEnumeration(NamingEnumeration, IndexAssertion) - Constructor for class org.apache.ldap.server.partition.impl.btree.IndexAssertionEnumeration
 
IndexAssertionEnumeration(NamingEnumeration, IndexAssertion, boolean) - Constructor for class org.apache.ldap.server.partition.impl.btree.IndexAssertionEnumeration
 
IndexComparator - class org.apache.ldap.server.partition.impl.btree.IndexComparator.
TupleComparator for index records.
IndexComparator(SerializableComparator, boolean) - Constructor for class org.apache.ldap.server.partition.impl.btree.IndexComparator
Creates an IndexComparator.
IndexDialog - class org.apache.ldap.server.partition.impl.btree.gui.IndexDialog.
A dialog showing index values.
IndexDialog(Frame, boolean, Index) - Constructor for class org.apache.ldap.server.partition.impl.btree.gui.IndexDialog
Creates new form JDialog
IndexEnumeration - class org.apache.ldap.server.partition.impl.btree.IndexEnumeration.
A NamingEnumeration over an Index which returns IndexRecords.
IndexEnumeration(NamingEnumeration) - Constructor for class org.apache.ldap.server.partition.impl.btree.IndexEnumeration
 
IndexEnumeration(NamingEnumeration, boolean) - Constructor for class org.apache.ldap.server.partition.impl.btree.IndexEnumeration
 
IndexEnumeration(NamingEnumeration, boolean, RE) - Constructor for class org.apache.ldap.server.partition.impl.btree.IndexEnumeration
 
IndexNotFoundException - exception org.apache.ldap.server.partition.impl.btree.IndexNotFoundException.
NamingException for missing indicies if full table scans are disallowed.
IndexNotFoundException(String) - Constructor for class org.apache.ldap.server.partition.impl.btree.IndexNotFoundException
Constructs an Exception with a detailed message.
IndexNotFoundException(String, String) - Constructor for class org.apache.ldap.server.partition.impl.btree.IndexNotFoundException
Constructs an Exception with a detailed message.
IndexNotFoundException(String, String, Throwable) - Constructor for class org.apache.ldap.server.partition.impl.btree.IndexNotFoundException
Constructs an Exception with a detailed message and a root cause exception.
IndexRecord - class org.apache.ldap.server.partition.impl.btree.IndexRecord.
An index key value pair based on a tuple which can optionally reference the indexed entry if one has been resusitated.
IndexRecord() - Constructor for class org.apache.ldap.server.partition.impl.btree.IndexRecord
 
InetorgpersonComparatorProducer - class org.apache.ldap.server.schema.bootstrap.InetorgpersonComparatorProducer.
A producer of Comparator objects for the inetorgperson schema.
InetorgpersonComparatorProducer() - Constructor for class org.apache.ldap.server.schema.bootstrap.InetorgpersonComparatorProducer
 
InetorgpersonMatchingRuleProducer - class org.apache.ldap.server.schema.bootstrap.InetorgpersonMatchingRuleProducer.
A producer of MatchingRule objects for the inetorgperson schema.
InetorgpersonMatchingRuleProducer() - Constructor for class org.apache.ldap.server.schema.bootstrap.InetorgpersonMatchingRuleProducer
 
InetorgpersonNormalizerProducer - class org.apache.ldap.server.schema.bootstrap.InetorgpersonNormalizerProducer.
A producer of Normalizer objects for the inetorgperson schema.
InetorgpersonNormalizerProducer() - Constructor for class org.apache.ldap.server.schema.bootstrap.InetorgpersonNormalizerProducer
 
Interceptor - interface org.apache.ldap.server.interceptor.Interceptor.
Filters invocations on ContextPartitionNexus.
InterceptorChain - class org.apache.ldap.server.interceptor.InterceptorChain.
Manages the chain of Interceptors.
InterceptorChain() - Constructor for class org.apache.ldap.server.interceptor.InterceptorChain
Create a new interceptor chain.
InterceptorConfiguration - class org.apache.ldap.server.configuration.InterceptorConfiguration.
A configuration for Interceptor.
InterceptorConfiguration() - Constructor for class org.apache.ldap.server.configuration.InterceptorConfiguration
Creates a new instance.
InterceptorException - exception org.apache.ldap.server.interceptor.InterceptorException.
A NamingException that wraps uncaught runtime exceptions thrown from Interceptors.
InterceptorException(Interceptor) - Constructor for class org.apache.ldap.server.interceptor.InterceptorException
Creates an InterceptorException without a message.
InterceptorException(Interceptor, String) - Constructor for class org.apache.ldap.server.interceptor.InterceptorException
Creates an InterceptorException with a custom message.
InterceptorException(Interceptor, Throwable) - Constructor for class org.apache.ldap.server.interceptor.InterceptorException
Creates an InterceptorException without a message.
InterceptorException(Interceptor, String, Throwable) - Constructor for class org.apache.ldap.server.interceptor.InterceptorException
Creates an InterceptorException without a message.
Invocation - class org.apache.ldap.server.invocation.Invocation.
Represents a call from JNDI Context to ContextPartitionNexus.
Invocation(Context, String) - Constructor for class org.apache.ldap.server.invocation.Invocation
Creates a new instance that represents an invocation without parameters.
Invocation(Context, String, Object[]) - Constructor for class org.apache.ldap.server.invocation.Invocation
Creates a new instance.
InvocationStack - class org.apache.ldap.server.invocation.InvocationStack.
Keeps track of recursive Invocations.
init(ContextFactoryConfiguration, AuthenticatorConfiguration) - Method in class org.apache.ldap.server.authn.AbstractAuthenticator
Initializes default properties (factoryConfiguration and configuration, and calls AbstractAuthenticator.doInit() method.
init(ContextFactoryConfiguration, InterceptorConfiguration) - Method in class org.apache.ldap.server.authn.AuthenticationService
Registers and initializes all Authenticators to this service.
init(ContextFactoryConfiguration, AuthenticatorConfiguration) - Method in interface org.apache.ldap.server.authn.Authenticator
Called by AuthenticationService to indicate that this authenticator is being placed into service.
init(ContextFactoryConfiguration, InterceptorConfiguration) - Method in class org.apache.ldap.server.authz.AuthorizationService
 
init(ContextFactoryConfiguration, InterceptorConfiguration) - Method in class org.apache.ldap.server.exception.ExceptionService
 
init(ContextFactoryConfiguration, InterceptorConfiguration) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
This method does nothing by default.
init(ContextFactoryConfiguration, InterceptorConfiguration) - Method in interface org.apache.ldap.server.interceptor.Interceptor
Intializes this interceptor.
init(ContextFactoryConfiguration) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
Initializes and registers all interceptors according to the specified ContextFactoryConfiguration.
init(ContextFactoryConfiguration, InterceptorConfiguration) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
init(ContextFactoryConfiguration, InterceptorConfiguration) - Method in class org.apache.ldap.server.operational.OperationalAttributeService
 
init(ContextFactoryConfiguration, ContextPartitionConfiguration) - Method in class org.apache.ldap.server.partition.AbstractContextPartition
Sets up default properties(factoryConfiguration and configuration) and calls AbstractContextPartition.doInit() where you have to put your initialization code in.
init(ContextFactoryConfiguration, ContextPartitionConfiguration) - Method in interface org.apache.ldap.server.partition.ContextPartition
Initializes this partition.
init(ContextFactoryConfiguration, ContextPartitionConfiguration) - Method in class org.apache.ldap.server.partition.DefaultContextPartitionNexus
 
init(ContextFactoryConfiguration, ContextPartitionConfiguration) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
init(ContextFactoryConfiguration, ContextPartitionConfiguration) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
init(ContextFactoryConfiguration, InterceptorConfiguration) - Method in class org.apache.ldap.server.schema.SchemaService
 
init() - Method in class org.apache.ldap.server.tools.schema.OpenLdapSchemaParser
Initializes a parser and its plumbing.
insert(int, Object, Object) - Method in class org.apache.ldap.server.partition.impl.btree.gui.AttributesTableModel
Inserts an attribute key/value into the table model.
inspect() - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
isAllowAnonymousAccess() - Method in class org.apache.ldap.server.configuration.StartupConfiguration
Returns true if anonymous access is allowed.
isCellEditable(int, int) - Method in class org.apache.ldap.server.partition.impl.btree.gui.AttributesTableModel
 
isCollective() - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
isDupsEnabled() - Method in interface org.apache.ldap.server.partition.impl.btree.Table
Checks to see if this Table has enabled the use of duplicate keys.
isDupsEnabled() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
 
isEnableKerberos() - Method in class org.apache.ldap.server.configuration.ServerStartupConfiguration
Returns true if Kerberos support is enabled.
isEnableNetworking() - Method in class org.apache.ldap.server.configuration.ServerStartupConfiguration
Returns true if networking (LDAP, LDAPS, and Kerberos) is enabled.
isFirstStart() - Method in interface org.apache.ldap.server.jndi.ContextFactoryConfiguration
Returns true if this service is started and bootstrap entries have been created for the first time.
isInitialized() - Method in class org.apache.ldap.server.partition.AbstractContextPartition
Returns true if this context partition is initialized successfully.
isInitialized() - Method in interface org.apache.ldap.server.partition.ContextPartition
Checks to see if this partition is initialized or not.
isInitialized() - Method in class org.apache.ldap.server.partition.DefaultContextPartitionNexus
 
isInitialized() - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
isInitialized() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
isLeaf() - Method in class org.apache.ldap.server.partition.impl.btree.gui.ASTNode
 
isLeaf() - Method in class org.apache.ldap.server.partition.impl.btree.gui.EntryNode
 
isNoUserModification() - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
isObsolete() - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapSyntax
 
isObsolete() - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
isObsolete() - Method in class org.apache.ldap.server.tools.schema.ObjectClassLiteral
 
isSingleValue() - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
isSortedDupsEnabled() - Method in interface org.apache.ldap.server.partition.impl.btree.Table
Checks to see if this Table has enabled sorting on the values of duplicate keys.
isSortedDupsEnabled() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
 
isStarted() - Method in class org.apache.ldap.server.jndi.ContextFactoryService
Returns true if this service is started.
isSuffix(NextInterceptor, Name) - Method in class org.apache.ldap.server.authn.AuthenticationService
 
isSuffix(NextInterceptor, Name) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
isSuffix(NextInterceptor, Name) - Method in interface org.apache.ldap.server.interceptor.Interceptor
Filters ContextPartition.isSuffix(Name) call.
isSuffix(Name) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
 
isSuffix(Name) - Method in interface org.apache.ldap.server.interceptor.NextInterceptor
Calls the next interceptor's Interceptor.isSuffix(NextInterceptor, Name).
isSuffix(NextInterceptor, Name) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
isSuffix(Name) - Method in class org.apache.ldap.server.partition.AbstractContextPartition
 
isSuffix(Name) - Method in interface org.apache.ldap.server.partition.ContextPartition
Checks to see if name is a context suffix.
isSuffix(Name) - Method in class org.apache.ldap.server.partition.DefaultContextPartitionNexus
 
isSuffix(Name) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 

J

JAVA_SRC_DIR_DEFAULT - Static variable in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
default dir where java src files are kept
JNDI_KEY - Static variable in class org.apache.ldap.server.configuration.Configuration
A JNDI environment key that configuration instance is put on.
JdbmContextPartition - class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition.
A ContextPartition that stores entries in JDBM database.
JdbmContextPartition() - Constructor for class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
Creates a store based on JDBM B+Trees.
JdbmIndex - class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex.
A Jdbm based index implementation.
JdbmIndex(AttributeType, RecordManager) - Constructor for class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
Creates an Index using an existing record manager based on a file.
JdbmIndex(AttributeType, File) - Constructor for class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
 
JdbmMasterTable - class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmMasterTable.
The master table used to store the Attributes of entries.
JdbmMasterTable(RecordManager) - Constructor for class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmMasterTable
Creates the master entry table using a Berkeley Db for the backing store.
JdbmTable - class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable.
A jdbm Btree wrapper that enables duplicate sorted keys using collections.
JdbmTable(String, boolean, RecordManager, TupleComparator) - Constructor for class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
Creates a Jdbm BTree based tuple Table abstraction that enables duplicates.
JdbmTable(String, RecordManager, SerializableComparator) - Constructor for class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
Creates a Jdbm BTree based tuple Table abstraction without duplicates enabled using a simple key comparator.
JdbmTupleBrowser - class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTupleBrowser.
TupleBrowser wrapper for Jdbm based TupleBrowsers.
JdbmTupleBrowser(TupleBrowser) - Constructor for class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTupleBrowser
Creates a JdbmTupleBrowser.

K

KEY_COL - Static variable in class org.apache.ldap.server.partition.impl.btree.gui.AttributesTableModel
name for the key column
KeyOnlyComparator - class org.apache.ldap.server.partition.impl.btree.KeyOnlyComparator.
A TupleComparator that compares keys only.
KeyOnlyComparator(SerializableComparator) - Constructor for class org.apache.ldap.server.partition.impl.btree.KeyOnlyComparator
 
keysSpi() - Method in class org.apache.ldap.server.prefs.ServerSystemPreferences
 

L

LDIF - Static variable in class org.apache.ldap.server.AbstractTestCase
 
LESS_CURSOR - Static variable in class org.apache.ldap.server.partition.impl.btree.gui.IndexDialog
 
LOAD_CMD - Static variable in class org.apache.ldap.server.partition.impl.btree.gui.FilterDialog
 
LOAD_MODE - Static variable in class org.apache.ldap.server.partition.impl.btree.gui.FilterDialog
 
LdapPrincipal - class org.apache.ldap.server.authn.LdapPrincipal.
An alternative X500 user implementation that has access to the distinguished name of the principal as well as the String representation.
LeafEvaluator - class org.apache.ldap.server.partition.impl.btree.LeafEvaluator.
Evaluates LeafNode assertions on candidates using a database.
LeafEvaluator(BTreeContextPartition, OidRegistry, AttributeTypeRegistry, ScopeEvaluator, SubstringEvaluator) - Constructor for class org.apache.ldap.server.partition.impl.btree.LeafEvaluator
Creates a leaf expression node evaluator.
list(NextInterceptor, Name) - Method in class org.apache.ldap.server.authn.AuthenticationService
 
list(NextInterceptor, Name) - Method in class org.apache.ldap.server.authz.AuthorizationService
 
list(NextInterceptor, Name) - Method in class org.apache.ldap.server.exception.ExceptionService
Checks to see the base being searched exists, otherwise throws the appropriate LdapException.
list(NextInterceptor, Name) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
list(NextInterceptor, Name) - Method in interface org.apache.ldap.server.interceptor.Interceptor
Filters ContextPartition.list(Name) call.
list(Name) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
 
list(Name) - Method in interface org.apache.ldap.server.interceptor.NextInterceptor
Calls the next interceptor's Interceptor.list(NextInterceptor, Name).
list(String) - Method in class org.apache.ldap.server.jndi.ServerContext
 
list(Name) - Method in class org.apache.ldap.server.jndi.ServerContext
 
list(NextInterceptor, Name) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
list(NextInterceptor, Name) - Method in class org.apache.ldap.server.operational.OperationalAttributeService
 
list(Name) - Method in interface org.apache.ldap.server.partition.ContextPartition
A specialized form of one level search used to return a minimal set of information regarding child entries under a base.
list(Name) - Method in class org.apache.ldap.server.partition.DefaultContextPartitionNexus
 
list(Name) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
list(BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
list(BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
list() - Method in interface org.apache.ldap.server.schema.AttributeTypeRegistry
Gets an Iterator over the AttributeTypes within this registry.
list() - Method in interface org.apache.ldap.server.schema.DITContentRuleRegistry
Lists all the DITContentRules within this registry.
list() - Method in interface org.apache.ldap.server.schema.DITStructureRuleRegistry
Lists all the DITStructureRules within this registry.
list() - Method in class org.apache.ldap.server.schema.GlobalAttributeTypeRegistry
 
list() - Method in class org.apache.ldap.server.schema.GlobalDitContentRuleRegistry
 
list() - Method in class org.apache.ldap.server.schema.GlobalDitStructureRuleRegistry
 
list() - Method in class org.apache.ldap.server.schema.GlobalMatchingRuleRegistry
 
list() - Method in class org.apache.ldap.server.schema.GlobalMatchingRuleUseRegistry
 
list() - Method in class org.apache.ldap.server.schema.GlobalNameFormRegistry
 
list() - Method in class org.apache.ldap.server.schema.GlobalObjectClassRegistry
 
list() - Method in class org.apache.ldap.server.schema.GlobalOidRegistry
 
list() - Method in class org.apache.ldap.server.schema.GlobalSyntaxRegistry
 
list() - Method in interface org.apache.ldap.server.schema.MatchingRuleRegistry
Gets an Iterator over the MatchingRules within this registry.
list() - Method in interface org.apache.ldap.server.schema.MatchingRuleUseRegistry
Lists all the MatchingRuleUses within this registry.
list() - Method in interface org.apache.ldap.server.schema.NameFormRegistry
Lists all the NameForms within this registry.
list() - Method in interface org.apache.ldap.server.schema.ObjectClassRegistry
Gets an Iterator over the ObjectClasses within this ObjectClassRegistry.
list() - Method in interface org.apache.ldap.server.schema.OidRegistry
Lists all the OIDs within the registry.
list(NextInterceptor, Name) - Method in class org.apache.ldap.server.schema.SchemaService
 
list() - Method in interface org.apache.ldap.server.schema.SyntaxRegistry
Lists all the Syntaxes within this registry.
list() - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapAttributeTypeRegistry
 
list() - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapDitContentRuleRegistry
 
list() - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapDitStructureRuleRegistry
 
list() - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapMatchingRuleRegistry
 
list() - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapMatchingRuleUseRegistry
 
list() - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapNameFormRegistry
 
list() - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapObjectClassRegistry
 
list() - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapOidRegistry
 
list() - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapSyntaxRegistry
 
list() - Static method in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
Gets a List of the enumerations.
listBindings(String) - Method in class org.apache.ldap.server.jndi.ServerContext
 
listBindings(Name) - Method in class org.apache.ldap.server.jndi.ServerContext
 
listIndices() - Method in interface org.apache.ldap.server.partition.impl.btree.Index
 
listIndices(Object) - Method in interface org.apache.ldap.server.partition.impl.btree.Index
 
listIndices(Object, boolean) - Method in interface org.apache.ldap.server.partition.impl.btree.Index
 
listIndices(RE) - Method in interface org.apache.ldap.server.partition.impl.btree.Index
 
listIndices(RE, String) - Method in interface org.apache.ldap.server.partition.impl.btree.Index
 
listIndices() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
 
listIndices(Object) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
 
listIndices(Object, boolean) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
 
listIndices(RE) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
 
listIndices(RE, String) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
 
listReverseIndices(BigInteger) - Method in interface org.apache.ldap.server.partition.impl.btree.Index
 
listReverseIndices(BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
 
listSuffixes(NextInterceptor, boolean) - Method in class org.apache.ldap.server.authn.AuthenticationService
 
listSuffixes(NextInterceptor, boolean) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
listSuffixes(NextInterceptor, boolean) - Method in interface org.apache.ldap.server.interceptor.Interceptor
Filters ContextPartitionNexus.listSuffixes(boolean) call.
listSuffixes(boolean) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
 
listSuffixes(boolean) - Method in interface org.apache.ldap.server.interceptor.NextInterceptor
Calls the next interceptor's Interceptor.listSuffixes(NextInterceptor, boolean).
listSuffixes(boolean) - Method in class org.apache.ldap.server.partition.ContextPartitionNexus
Gets an iteration over the Name suffixes of the Backends managed by this ContextPartitionNexus.
listSuffixes(boolean) - Method in class org.apache.ldap.server.partition.DefaultContextPartitionNexus
 
listTuples() - Method in interface org.apache.ldap.server.partition.impl.btree.Table
Sets a cursor to the first record in the Table and enables single next steps across all records.
listTuples(Object) - Method in interface org.apache.ldap.server.partition.impl.btree.Table
Sets a cursor to the first record in the Table with a key value of key and enables single next steps across all duplicate records with this key.
listTuples(Object, boolean) - Method in interface org.apache.ldap.server.partition.impl.btree.Table
Sets a cursor to the first record in the Table with a key value greater/less than or equal to key and enables single next steps across all records with key values equal to or less/greater than key.
listTuples(Object, Object, boolean) - Method in interface org.apache.ldap.server.partition.impl.btree.Table
Sets a cursor to the first record in the Table with a key equal to the key argument whose value is greater/less than or equal to key and enables single next steps across all records with key equal to key.
listTuples() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
 
listTuples(Object) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
 
listTuples(Object, boolean) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
 
listTuples(Object, Object, boolean) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
 
listValues(Object) - Method in interface org.apache.ldap.server.partition.impl.btree.Table
Sets a enumeration to the first record in the Table with a key value of key and enables single next steps across all duplicate records with this key.
listValues(Object) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
 
load(Collection, BootstrapRegistries) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapSchemaLoader
Loads a set of schemas by loading and running all producers for each dependent schema first.
load(BootstrapSchema, BootstrapRegistries) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapSchemaLoader
Loads a schema by loading and running all producers for te schema.
loadDepsFirst(Stack, HashMap, BootstrapSchema, BootstrapRegistries) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapSchemaLoader
Recursive method which loads schema's with their dependent schemas first and tracks what schemas it has seen so the recursion does not go out of control with depenency cycle detection.
lookedUp(AttributeType) - Method in interface org.apache.ldap.server.schema.AttributeTypeRegistryMonitor
Monitors when a Comparator is successfully looked up.
lookedUp(AttributeType) - Method in class org.apache.ldap.server.schema.AttributeTypeRegistryMonitorAdapter
 
lookedUp(String, Comparator) - Method in interface org.apache.ldap.server.schema.ComparatorRegistryMonitor
Monitors when a Comparator is successfully looked up.
lookedUp(String, Comparator) - Method in class org.apache.ldap.server.schema.ComparatorRegistryMonitorAdapter
 
lookedUp(DITContentRule) - Method in interface org.apache.ldap.server.schema.DITContentRuleRegistryMonitor
Monitors when a Comparator is successfully looked up.
lookedUp(DITContentRule) - Method in class org.apache.ldap.server.schema.DITContentRuleRegistryMonitorAdapter
 
lookedUp(DITStructureRule) - Method in interface org.apache.ldap.server.schema.DITStructureRuleRegistryMonitor
Monitors when a Comparator is successfully looked up.
lookedUp(DITStructureRule) - Method in class org.apache.ldap.server.schema.DITStructureRuleRegistryMonitorAdapter
 
lookedUp(MatchingRule) - Method in interface org.apache.ldap.server.schema.MatchingRuleRegistryMonitor
Monitors when a MatchingRule is successfully looked up.
lookedUp(MatchingRule) - Method in class org.apache.ldap.server.schema.MatchingRuleRegistryMonitorAdapter
 
lookedUp(MatchingRuleUse) - Method in interface org.apache.ldap.server.schema.MatchingRuleUseRegistryMonitor
Monitors when a Comparator is successfully looked up.
lookedUp(MatchingRuleUse) - Method in class org.apache.ldap.server.schema.MatchingRuleUseRegistryMonitorAdapter
 
lookedUp(NameForm) - Method in interface org.apache.ldap.server.schema.NameFormRegistryMonitor
Monitors when a Comparator is successfully looked up.
lookedUp(NameForm) - Method in class org.apache.ldap.server.schema.NameFormRegistryMonitorAdapter
 
lookedUp(String, Normalizer) - Method in interface org.apache.ldap.server.schema.NormalizerRegistryMonitor
Monitors when a Normalizer is successfully looked up.
lookedUp(String, Normalizer) - Method in class org.apache.ldap.server.schema.NormalizerRegistryMonitorAdapter
 
lookedUp(ObjectClass) - Method in interface org.apache.ldap.server.schema.ObjectClassRegistryMonitor
Monitors when a Comparator is successfully looked up.
lookedUp(ObjectClass) - Method in class org.apache.ldap.server.schema.ObjectClassRegistryMonitorAdapter
 
lookedUp(String, SyntaxChecker) - Method in interface org.apache.ldap.server.schema.SyntaxCheckerRegistryMonitor
Monitors when a SyntaxChecker is successfully looked up.
lookedUp(String, SyntaxChecker) - Method in class org.apache.ldap.server.schema.SyntaxCheckerRegistryMonitorAdapter
 
lookedUp(Syntax) - Method in interface org.apache.ldap.server.schema.SyntaxRegistryMonitor
Monitors when a Syntax is successfully looked up.
lookedUp(Syntax) - Method in class org.apache.ldap.server.schema.SyntaxRegistryMonitorAdapter
 
lookup(NextInterceptor, Name, String[]) - Method in class org.apache.ldap.server.authn.AuthenticationService
 
lookup(NextInterceptor, Name) - Method in class org.apache.ldap.server.authn.AuthenticationService
 
lookup(NextInterceptor, Name) - Method in class org.apache.ldap.server.authz.AuthorizationService
 
lookup(NextInterceptor, Name, String[]) - Method in class org.apache.ldap.server.authz.AuthorizationService
 
lookup(NextInterceptor, Name) - Method in class org.apache.ldap.server.exception.ExceptionService
Checks to make sure the entry being looked up exists other wise throws the appropriate LdapException.
lookup(NextInterceptor, Name, String[]) - Method in class org.apache.ldap.server.exception.ExceptionService
Checks to see the base being searched exists, otherwise throws the appropriate LdapException.
lookup(NextInterceptor, Name, String[]) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
lookup(NextInterceptor, Name) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
lookup(NextInterceptor, Name) - Method in interface org.apache.ldap.server.interceptor.Interceptor
Filters ContextPartition.lookup(Name) call.
lookup(NextInterceptor, Name, String[]) - Method in interface org.apache.ldap.server.interceptor.Interceptor
Filters ContextPartition.lookup(Name, String[]) call.
lookup(Name) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
 
lookup(Name, String[]) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
 
lookup(Name) - Method in interface org.apache.ldap.server.interceptor.NextInterceptor
Calls the next interceptor's Interceptor.lookup(NextInterceptor, Name).
lookup(Name, String[]) - Method in interface org.apache.ldap.server.interceptor.NextInterceptor
Calls the next interceptor's Interceptor.lookup(NextInterceptor, Name, String[]).
lookup(String) - Method in class org.apache.ldap.server.jndi.ServerContext
 
lookup(Name) - Method in class org.apache.ldap.server.jndi.ServerContext
 
lookup(NextInterceptor, Name) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
lookup(NextInterceptor, Name, String[]) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
lookup(NextInterceptor, Name) - Method in class org.apache.ldap.server.operational.OperationalAttributeService
 
lookup(NextInterceptor, Name, String[]) - Method in class org.apache.ldap.server.operational.OperationalAttributeService
 
lookup(Name) - Method in class org.apache.ldap.server.partition.AbstractContextPartition
This method calls ContextPartition.lookup(Name, String[]) with null attributeIds by default.
lookup(Name) - Method in interface org.apache.ldap.server.partition.ContextPartition
Looks up an entry by distinguished/absolute name.
lookup(Name, String[]) - Method in interface org.apache.ldap.server.partition.ContextPartition
Looks up an entry by distinguished/absolute name.
lookup(Name) - Method in class org.apache.ldap.server.partition.DefaultContextPartitionNexus
 
lookup(Name, String[]) - Method in class org.apache.ldap.server.partition.DefaultContextPartitionNexus
 
lookup(Name) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
lookup(Name, String[]) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
lookup(BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
lookup(BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
lookup(String) - Method in interface org.apache.ldap.server.schema.AttributeTypeRegistry
Looks up an AttributeType by its unique Object Identifier or by its unique name.
lookup(String) - Method in interface org.apache.ldap.server.schema.ComparatorRegistry
Looks up a Comparator by its unique Object Identifier.
lookup(String) - Method in interface org.apache.ldap.server.schema.DITContentRuleRegistry
Looks up a DITContentRule by its object identifier or by its name.
lookup(String) - Method in interface org.apache.ldap.server.schema.DITStructureRuleRegistry
Looks up an dITStructureRule by its unique Object IDentifier or by its name.
lookup(String) - Method in class org.apache.ldap.server.schema.GlobalAttributeTypeRegistry
 
lookup(String) - Method in class org.apache.ldap.server.schema.GlobalComparatorRegistry
 
lookup(String) - Method in class org.apache.ldap.server.schema.GlobalDitContentRuleRegistry
 
lookup(String) - Method in class org.apache.ldap.server.schema.GlobalDitStructureRuleRegistry
 
lookup(String) - Method in class org.apache.ldap.server.schema.GlobalMatchingRuleRegistry
 
lookup(String) - Method in class org.apache.ldap.server.schema.GlobalMatchingRuleUseRegistry
 
lookup(String) - Method in class org.apache.ldap.server.schema.GlobalNameFormRegistry
 
lookup(String) - Method in class org.apache.ldap.server.schema.GlobalNormalizerRegistry
 
lookup(String) - Method in class org.apache.ldap.server.schema.GlobalObjectClassRegistry
 
lookup(String) - Method in class org.apache.ldap.server.schema.GlobalSyntaxCheckerRegistry
 
lookup(String) - Method in class org.apache.ldap.server.schema.GlobalSyntaxRegistry
 
lookup(String) - Method in interface org.apache.ldap.server.schema.MatchingRuleRegistry
Looks up a MatchingRule by its unique Object Identifier or by name.
lookup(String) - Method in interface org.apache.ldap.server.schema.MatchingRuleUseRegistry
Looks up an matchingRuleUse by its name.
lookup(String) - Method in interface org.apache.ldap.server.schema.NameFormRegistry
Looks up a nameForm by its unique Object Identifier or by name.
lookup(String) - Method in interface org.apache.ldap.server.schema.NormalizerRegistry
Looks up a Normalizer by its unique Object Identifier.
lookup(String) - Method in interface org.apache.ldap.server.schema.ObjectClassRegistry
Looks up an objectClass by its unique Object Identifier or by name.
lookup(NextInterceptor, Name) - Method in class org.apache.ldap.server.schema.SchemaService
 
lookup(NextInterceptor, Name, String[]) - Method in class org.apache.ldap.server.schema.SchemaService
 
lookup(String) - Method in interface org.apache.ldap.server.schema.SyntaxCheckerRegistry
Looks up a SyntaxChecker by its unique Object Identifier.
lookup(String) - Method in interface org.apache.ldap.server.schema.SyntaxRegistry
Looks up a Syntax by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapAttributeTypeRegistry
 
lookup(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapComparatorRegistry
 
lookup(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapDitContentRuleRegistry
 
lookup(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapDitStructureRuleRegistry
 
lookup(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapMatchingRuleRegistry
 
lookup(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapMatchingRuleUseRegistry
 
lookup(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapNameFormRegistry
 
lookup(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapNormalizerRegistry
 
lookup(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapObjectClassRegistry
 
lookup(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapSyntaxCheckerRegistry
 
lookup(String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapSyntaxRegistry
 
lookupFailed(String, Throwable) - Method in interface org.apache.ldap.server.schema.AttributeTypeRegistryMonitor
Monitors when a lookup attempt fails.
lookupFailed(String, Throwable) - Method in class org.apache.ldap.server.schema.AttributeTypeRegistryMonitorAdapter
 
lookupFailed(String, NamingException) - Method in interface org.apache.ldap.server.schema.ComparatorRegistryMonitor
Monitors when a lookup attempt fails.
lookupFailed(String, NamingException) - Method in class org.apache.ldap.server.schema.ComparatorRegistryMonitorAdapter
 
lookupFailed(String, Throwable) - Method in interface org.apache.ldap.server.schema.DITContentRuleRegistryMonitor
Monitors when a lookup attempt fails.
lookupFailed(String, Throwable) - Method in class org.apache.ldap.server.schema.DITContentRuleRegistryMonitorAdapter
 
lookupFailed(String, Throwable) - Method in interface org.apache.ldap.server.schema.DITStructureRuleRegistryMonitor
Monitors when a lookup attempt fails.
lookupFailed(String, Throwable) - Method in class org.apache.ldap.server.schema.DITStructureRuleRegistryMonitorAdapter
 
lookupFailed(String, NamingException) - Method in interface org.apache.ldap.server.schema.MatchingRuleRegistryMonitor
Monitors when a lookup attempt fails.
lookupFailed(String, NamingException) - Method in class org.apache.ldap.server.schema.MatchingRuleRegistryMonitorAdapter
 
lookupFailed(String, Throwable) - Method in interface org.apache.ldap.server.schema.MatchingRuleUseRegistryMonitor
Monitors when a lookup attempt fails.
lookupFailed(String, Throwable) - Method in class org.apache.ldap.server.schema.MatchingRuleUseRegistryMonitorAdapter
 
lookupFailed(String, Throwable) - Method in interface org.apache.ldap.server.schema.NameFormRegistryMonitor
Monitors when a lookup attempt fails.
lookupFailed(String, Throwable) - Method in class org.apache.ldap.server.schema.NameFormRegistryMonitorAdapter
 
lookupFailed(String, NamingException) - Method in interface org.apache.ldap.server.schema.NormalizerRegistryMonitor
Monitors when a lookup attempt fails.
lookupFailed(String, NamingException) - Method in class org.apache.ldap.server.schema.NormalizerRegistryMonitorAdapter
 
lookupFailed(String, Throwable) - Method in interface org.apache.ldap.server.schema.ObjectClassRegistryMonitor
Monitors when a lookup attempt fails.
lookupFailed(String, Throwable) - Method in class org.apache.ldap.server.schema.ObjectClassRegistryMonitorAdapter
 
lookupFailed(String, NamingException) - Method in interface org.apache.ldap.server.schema.SyntaxCheckerRegistryMonitor
Monitors when a lookup attempt fails.
lookupFailed(String, NamingException) - Method in class org.apache.ldap.server.schema.SyntaxCheckerRegistryMonitorAdapter
 
lookupFailed(String, NamingException) - Method in interface org.apache.ldap.server.schema.SyntaxRegistryMonitor
Monitors when a lookup attempt fails.
lookupFailed(String, NamingException) - Method in class org.apache.ldap.server.schema.SyntaxRegistryMonitorAdapter
 
lookupLink(String) - Method in class org.apache.ldap.server.jndi.ServerContext
 
lookupLink(Name) - Method in class org.apache.ldap.server.jndi.ServerContext
 

M

MATCHING_RULE_PRODUCER - Static variable in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
enum for BootstrapProducers of MatchingRule schema objects
MATCHING_RULE_PRODUCER_VAL - Static variable in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
value for MatchingRule BootstrapProducers
MATCHING_RULE_USE_PRODUCER - Static variable in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
enum for BootstrapProducers of MatchingRule schema objects
MATCHING_RULE_USE_PRODUCER_VAL - Static variable in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
value for MatchingRuleUse BootstrapProducers
MainFrame - class org.apache.ldap.server.partition.impl.btree.gui.MainFrame.
The frame for the database.
MainFrame(BTreeContextPartition, SearchEngine) - Constructor for class org.apache.ldap.server.partition.impl.btree.gui.MainFrame
Creates new form JFrame
MasterTable - interface org.apache.ldap.server.partition.impl.btree.MasterTable.
The master table used to store the Attributes of entries.
MatchingRuleRegistry - interface org.apache.ldap.server.schema.MatchingRuleRegistry.
A registry used to track system matchingRules.
MatchingRuleRegistryMonitor - interface org.apache.ldap.server.schema.MatchingRuleRegistryMonitor.
Monitor interface for a MatchingRuleRegistry.
MatchingRuleRegistryMonitorAdapter - class org.apache.ldap.server.schema.MatchingRuleRegistryMonitorAdapter.
An adapter for a MatchingRuleRegistryMonitor.
MatchingRuleRegistryMonitorAdapter() - Constructor for class org.apache.ldap.server.schema.MatchingRuleRegistryMonitorAdapter
 
MatchingRuleUseRegistry - interface org.apache.ldap.server.schema.MatchingRuleUseRegistry.
A MatchingRuleUse registry service interface.
MatchingRuleUseRegistryMonitor - interface org.apache.ldap.server.schema.MatchingRuleUseRegistryMonitor.
Interface for MatchingRuleUseRegitery callback event monitors.
MatchingRuleUseRegistryMonitorAdapter - class org.apache.ldap.server.schema.MatchingRuleUseRegistryMonitorAdapter.
A simple do nothing monitor adapter for MatchingRuleUseRegistries.
MatchingRuleUseRegistryMonitorAdapter() - Constructor for class org.apache.ldap.server.schema.MatchingRuleUseRegistryMonitorAdapter
 
MutableAuthenticatorConfiguration - class org.apache.ldap.server.configuration.MutableAuthenticatorConfiguration.
A mutable version of AuthenticatorConfiguration.
MutableAuthenticatorConfiguration() - Constructor for class org.apache.ldap.server.configuration.MutableAuthenticatorConfiguration
Creates a new instance.
MutableContextPartitionConfiguration - class org.apache.ldap.server.configuration.MutableContextPartitionConfiguration.
A mutable version of ContextPartitionConfiguration.
MutableContextPartitionConfiguration() - Constructor for class org.apache.ldap.server.configuration.MutableContextPartitionConfiguration
Creates a new instance.
MutableInterceptorConfiguration - class org.apache.ldap.server.configuration.MutableInterceptorConfiguration.
A mutable version of InterceptorConfiguration.
MutableInterceptorConfiguration() - Constructor for class org.apache.ldap.server.configuration.MutableInterceptorConfiguration
Creates a new instance.
MutableServerStartupConfiguration - class org.apache.ldap.server.configuration.MutableServerStartupConfiguration.
A mutable version of ServerStartupConfiguration.
MutableServerStartupConfiguration() - Constructor for class org.apache.ldap.server.configuration.MutableServerStartupConfiguration
 
MutableStartupConfiguration - class org.apache.ldap.server.configuration.MutableStartupConfiguration.
A mutable version of StartupConfiguration.
MutableStartupConfiguration() - Constructor for class org.apache.ldap.server.configuration.MutableStartupConfiguration
Creates a new instance.
MutableStartupConfiguration(String) - Constructor for class org.apache.ldap.server.configuration.MutableStartupConfiguration
Creates a new instance that operates on the ContextFactoryService with the specified ID.
main(String[]) - Static method in class org.apache.ldap.server.ServerMain
Takes a single argument, an optional properties file to load with server startup settings.
map() - Static method in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
Gets the Map of ProducerTypeEnum objects by name.
matchedProduction(String) - Method in interface org.apache.ldap.server.tools.schema.ParserMonitor
 
matchedProduction(String) - Method in class org.apache.ldap.server.tools.schema.ParserMonitorAdapter
 
mkdirs(String, String) - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
 
modify(NextInterceptor, Name, int, Attributes) - Method in class org.apache.ldap.server.authn.AuthenticationService
 
modify(NextInterceptor, Name, ModificationItem[]) - Method in class org.apache.ldap.server.authn.AuthenticationService
 
modify(NextInterceptor, Name, int, Attributes) - Method in class org.apache.ldap.server.authz.AuthorizationService
This policy needs to be really tight too because some attributes may take part in giving the user permissions to protected resources.
modify(NextInterceptor, Name, ModificationItem[]) - Method in class org.apache.ldap.server.authz.AuthorizationService
This policy needs to be really tight too because some attributes may take part in giving the user permissions to protected resources.
modify(NextInterceptor, Name, int, Attributes) - Method in class org.apache.ldap.server.exception.ExceptionService
Checks to see the entry being modified exists, otherwise throws the appropriate LdapException.
modify(NextInterceptor, Name, ModificationItem[]) - Method in class org.apache.ldap.server.exception.ExceptionService
Checks to see the entry being modified exists, otherwise throws the appropriate LdapException.
modify(NextInterceptor, Name, int, Attributes) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
modify(NextInterceptor, Name, ModificationItem[]) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
modify(NextInterceptor, Name, int, Attributes) - Method in interface org.apache.ldap.server.interceptor.Interceptor
Filters ContextPartition.modify(Name, int, Attributes) call.
modify(NextInterceptor, Name, ModificationItem[]) - Method in interface org.apache.ldap.server.interceptor.Interceptor
Filters ContextPartition.modify(Name, ModificationItem[]) call.
modify(Name, int, Attributes) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
 
modify(Name, ModificationItem[]) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
 
modify(Name, int, Attributes) - Method in interface org.apache.ldap.server.interceptor.NextInterceptor
Calls the next interceptor's Interceptor.modify(NextInterceptor, Name, int, Attributes).
modify(Name, ModificationItem[]) - Method in interface org.apache.ldap.server.interceptor.NextInterceptor
Calls the next interceptor's Interceptor.modify(NextInterceptor, Name, ModificationItem[]).
modify(NextInterceptor, Name, int, Attributes) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
modify(NextInterceptor, Name, ModificationItem[]) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
modify(NextInterceptor, Name, int, Attributes) - Method in class org.apache.ldap.server.operational.OperationalAttributeService
 
modify(NextInterceptor, Name, ModificationItem[]) - Method in class org.apache.ldap.server.operational.OperationalAttributeService
 
modify(Name, int, Attributes) - Method in class org.apache.ldap.server.partition.AbstractContextPartition
This method forwards the request to ContextPartition.modify(Name, ModificationItem[]) after translating parameters to ModificationItem[] by default.
modify(Name, int, Attributes) - Method in interface org.apache.ldap.server.partition.ContextPartition
Modifies an entry by adding, removing or replacing a set of attributes.
modify(Name, ModificationItem[]) - Method in interface org.apache.ldap.server.partition.ContextPartition
Modifies an entry by using a combination of adds, removes or replace operations using a set of ModificationItems.
modify(Name, int, Attributes) - Method in class org.apache.ldap.server.partition.DefaultContextPartitionNexus
 
modify(Name, ModificationItem[]) - Method in class org.apache.ldap.server.partition.DefaultContextPartitionNexus
 
modify(Name, int, Attributes) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
modify(Name, ModificationItem[]) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
modify(Name, int, Attributes) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
modify(Name, ModificationItem[]) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
modify(NextInterceptor, Name, int, Attributes) - Method in class org.apache.ldap.server.schema.SchemaService
 
modify(NextInterceptor, Name, ModificationItem[]) - Method in class org.apache.ldap.server.schema.SchemaService
 
modifyAttributes(String, int, Attributes) - Method in class org.apache.ldap.server.jndi.ServerDirContext
 
modifyAttributes(Name, int, Attributes) - Method in class org.apache.ldap.server.jndi.ServerDirContext
 
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.ldap.server.jndi.ServerDirContext
 
modifyAttributes(Name, ModificationItem[]) - Method in class org.apache.ldap.server.jndi.ServerDirContext
 
modifyRn(NextInterceptor, Name, String, boolean) - Method in class org.apache.ldap.server.authn.AuthenticationService
 
modifyRn(NextInterceptor, Name, String, boolean) - Method in class org.apache.ldap.server.authz.AuthorizationService
 
modifyRn(NextInterceptor, Name, String, boolean) - Method in class org.apache.ldap.server.exception.ExceptionService
Checks to see the entry being renamed exists, otherwise throws the appropriate LdapException.
modifyRn(NextInterceptor, Name, String, boolean) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
modifyRn(NextInterceptor, Name, String, boolean) - Method in interface org.apache.ldap.server.interceptor.Interceptor
Filters ContextPartition.modifyRn(Name, String, boolean) call.
modifyRn(Name, String, boolean) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
 
modifyRn(Name, String, boolean) - Method in interface org.apache.ldap.server.interceptor.NextInterceptor
Calls the next interceptor's Interceptor.modifyRn(NextInterceptor, Name, String, boolean).
modifyRn(NextInterceptor, Name, String, boolean) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
modifyRn(NextInterceptor, Name, String, boolean) - Method in class org.apache.ldap.server.operational.OperationalAttributeService
 
modifyRn(Name, String, boolean) - Method in interface org.apache.ldap.server.partition.ContextPartition
Modifies an entry by changing its relative name.
modifyRn(Name, String, boolean) - Method in class org.apache.ldap.server.partition.DefaultContextPartitionNexus
 
modifyRn(Name, String, boolean) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
modifyRn(Name, String, boolean) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
Changes the relative distinuished name of an entry specified by a distinguished name with the optional removal of the old Rdn attribute value from the entry.
move(NextInterceptor, Name, Name, String, boolean) - Method in class org.apache.ldap.server.authn.AuthenticationService
 
move(NextInterceptor, Name, Name) - Method in class org.apache.ldap.server.authn.AuthenticationService
 
move(NextInterceptor, Name, Name) - Method in class org.apache.ldap.server.authz.AuthorizationService
 
move(NextInterceptor, Name, Name, String, boolean) - Method in class org.apache.ldap.server.authz.AuthorizationService
 
move(NextInterceptor, Name, Name) - Method in class org.apache.ldap.server.exception.ExceptionService
Checks to see the entry being moved exists, and so does its parent, otherwise throws the appropriate LdapException.
move(NextInterceptor, Name, Name, String, boolean) - Method in class org.apache.ldap.server.exception.ExceptionService
Checks to see the entry being moved exists, and so does its parent, otherwise throws the appropriate LdapException.
move(NextInterceptor, Name, Name, String, boolean) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
move(NextInterceptor, Name, Name) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
move(NextInterceptor, Name, Name) - Method in interface org.apache.ldap.server.interceptor.Interceptor
Filters ContextPartition.move(Name, Name) call.
move(NextInterceptor, Name, Name, String, boolean) - Method in interface org.apache.ldap.server.interceptor.Interceptor
Filters ContextPartition.move(Name, Name, String, boolean) call.
move(Name, Name) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
 
move(Name, Name, String, boolean) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
 
move(Name, Name) - Method in interface org.apache.ldap.server.interceptor.NextInterceptor
Calls the next interceptor's Interceptor.move(NextInterceptor, Name, Name).
move(Name, Name, String, boolean) - Method in interface org.apache.ldap.server.interceptor.NextInterceptor
Calls the next interceptor's Interceptor.move(NextInterceptor, Name, Name, String, boolean).
move(NextInterceptor, Name, Name) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
move(NextInterceptor, Name, Name, String, boolean) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
move(NextInterceptor, Name, Name) - Method in class org.apache.ldap.server.operational.OperationalAttributeService
 
move(NextInterceptor, Name, Name, String, boolean) - Method in class org.apache.ldap.server.operational.OperationalAttributeService
 
move(Name, Name, String, boolean) - Method in class org.apache.ldap.server.partition.AbstractContextPartition
This method calls ContextPartition.move(Name, Name) and ContextPartition.modifyRn(Name, String, boolean) subsequently by default.
move(Name, Name) - Method in class org.apache.ldap.server.partition.AbstractContextPartition
This method throws OperationNotSupportedException by default.
move(Name, Name) - Method in interface org.apache.ldap.server.partition.ContextPartition
Transplants a child entry, to a position in the namespace under a new parent entry.
move(Name, Name, String, boolean) - Method in interface org.apache.ldap.server.partition.ContextPartition
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.
move(Name, Name) - Method in class org.apache.ldap.server.partition.DefaultContextPartitionNexus
 
move(Name, Name, String, boolean) - Method in class org.apache.ldap.server.partition.DefaultContextPartitionNexus
 
move(Name, Name) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
move(Name, Name, String, boolean) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
move(Name, Name, String, boolean) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
move(Name, Name) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
Moves an entry under a new parent.

N

NAME_FORM_PRODUCER - Static variable in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
enum for BootstrapProducers of NameForm schema objects
NAME_FORM_PRODUCER_VAL - Static variable in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
value for NameForm BootstrapProducers
NDN - Static variable in class org.apache.ldap.server.partition.Oid
Private OID (1.2.6.1.4.1.18060.1.1.1.3.1) for _ndn op attrib
NEVER - Static variable in interface org.apache.ldap.server.partition.impl.btree.SearchEngine
 
NORMALIZER_PRODUCER - Static variable in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
enum for BootstrapProducers of Normalizer schema objects
NORMALIZER_PRODUCER_VAL - Static variable in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
value for Normalizer BootstrapProducers
NameFormRegistry - interface org.apache.ldap.server.schema.NameFormRegistry.
An NameForm registry service interface.
NameFormRegistryMonitor - interface org.apache.ldap.server.schema.NameFormRegistryMonitor.
Interface for NameFormRegitery callback event monitors.
NameFormRegistryMonitorAdapter - class org.apache.ldap.server.schema.NameFormRegistryMonitorAdapter.
A simple do nothing monitor adapter for NameFormRegistries.
NameFormRegistryMonitorAdapter() - Constructor for class org.apache.ldap.server.schema.NameFormRegistryMonitorAdapter
 
NextInterceptor - interface org.apache.ldap.server.interceptor.NextInterceptor.
Represents the next Interceptor in the interceptor chain.
NisComparatorProducer - class org.apache.ldap.server.schema.bootstrap.NisComparatorProducer.
A producer of Comparator objects for the nis schema.
NisComparatorProducer() - Constructor for class org.apache.ldap.server.schema.bootstrap.NisComparatorProducer
 
NisMatchingRuleProducer - class org.apache.ldap.server.schema.bootstrap.NisMatchingRuleProducer.
A producer of MatchingRule objects for the nis schema.
NisMatchingRuleProducer() - Constructor for class org.apache.ldap.server.schema.bootstrap.NisMatchingRuleProducer
 
NisNormalizerProducer - class org.apache.ldap.server.schema.bootstrap.NisNormalizerProducer.
A producer of Normalizer objects for the nis schema.
NisNormalizerProducer() - Constructor for class org.apache.ldap.server.schema.bootstrap.NisNormalizerProducer
 
NisSyntaxCheckerProducer - class org.apache.ldap.server.schema.bootstrap.NisSyntaxCheckerProducer.
A producer of SyntaxChecker objects for the nis schema.
NisSyntaxCheckerProducer() - Constructor for class org.apache.ldap.server.schema.bootstrap.NisSyntaxCheckerProducer
 
NisSyntaxProducer - class org.apache.ldap.server.schema.bootstrap.NisSyntaxProducer.
A producer of Syntax objects for the nis schema.
NisSyntaxProducer() - Constructor for class org.apache.ldap.server.schema.bootstrap.NisSyntaxProducer
 
NoDupsEnumeration - class org.apache.ldap.server.partition.impl.btree.NoDupsEnumeration.
A simple NamingEnumeration over a TupleBrowser on a table that does not allow duplicates.
NoDupsEnumeration(TupleBrowser, boolean) - Constructor for class org.apache.ldap.server.partition.impl.btree.NoDupsEnumeration
Creates a cursor over a TupleBrowser where duplicates are not expected.
NormalizationService - class org.apache.ldap.server.normalization.NormalizationService.
A name normalization service.
NormalizationService() - Constructor for class org.apache.ldap.server.normalization.NormalizationService
 
NormalizerRegistry - interface org.apache.ldap.server.schema.NormalizerRegistry.
Normalizer registry service interface.
NormalizerRegistryMonitor - interface org.apache.ldap.server.schema.NormalizerRegistryMonitor.
Monitor interface for a NormalizerRegistry.
NormalizerRegistryMonitorAdapter - class org.apache.ldap.server.schema.NormalizerRegistryMonitorAdapter.
An adapter for the NormalizerRegistry's monitor.
NormalizerRegistryMonitorAdapter() - Constructor for class org.apache.ldap.server.schema.NormalizerRegistryMonitorAdapter
 
nameResolved(String, String) - Method in interface org.apache.ldap.server.schema.OidRegistryMonitor
Monitors situations where a primary name is resolved for a OID.
nameResolved(String, String) - Method in class org.apache.ldap.server.schema.OidRegistryMonitorAdapter
 
namesResolved(String, List) - Method in interface org.apache.ldap.server.schema.OidRegistryMonitor
Monitors situations where a names are resolved for a OID.
namesResolved(String, List) - Method in class org.apache.ldap.server.schema.OidRegistryMonitorAdapter
 
newAttributeType(String, BootstrapRegistries) - Static method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer
 
newInstance(Control[]) - Method in class org.apache.ldap.server.jndi.ServerLdapContext
 
newObjectClass(String, BootstrapRegistries) - Static method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer
 
newSyntax(String, BootstrapRegistries) - Static method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer
 
next() - Method in class org.apache.ldap.server.enumeration.SearchResultFilteringEnumeration
 
next() - Method in class org.apache.ldap.server.partition.impl.btree.BTreeSearchResultEnumeration
 
next() - Method in class org.apache.ldap.server.partition.impl.btree.DisjunctionEnumeration
Advances this Cursor one position.
next() - Method in class org.apache.ldap.server.partition.impl.btree.DupsEnumeration
Returns the same Tuple every time but with different key/value pairs.
next() - Method in class org.apache.ldap.server.partition.impl.btree.IndexAssertionEnumeration
 
next() - Method in class org.apache.ldap.server.partition.impl.btree.IndexEnumeration
 
next() - Method in class org.apache.ldap.server.partition.impl.btree.NoDupsEnumeration
Returns the same Tuple every time but with different key/value pairs.
next() - Method in class org.apache.ldap.server.partition.impl.btree.TupleEnumeration
Gets the next value as a Tuple.
nextElement() - Method in class org.apache.ldap.server.enumeration.SearchResultFilteringEnumeration
 
nextElement() - Method in class org.apache.ldap.server.partition.impl.btree.BTreeSearchResultEnumeration
 
nextElement() - Method in class org.apache.ldap.server.partition.impl.btree.DisjunctionEnumeration
 
nextElement() - Method in class org.apache.ldap.server.partition.impl.btree.DupsEnumeration
Returns the same Tuple every time but with different key/value pairs.
nextElement() - Method in class org.apache.ldap.server.partition.impl.btree.IndexAssertionEnumeration
 
nextElement() - Method in class org.apache.ldap.server.partition.impl.btree.IndexEnumeration
 
nextElement() - Method in class org.apache.ldap.server.partition.impl.btree.NoDupsEnumeration
Returns the same Tuple every time but with different key/value pairs.
nextElement() - Method in class org.apache.ldap.server.partition.impl.btree.TupleEnumeration
Gets the next value as a Tuple.
normalizeByName(String, String) - Method in class org.apache.ldap.server.schema.ConcreteNameComponentNormalizer
 
normalizeByOid(String, String) - Method in class org.apache.ldap.server.schema.ConcreteNameComponentNormalizer
 

O

OBJECT_CLASS_PRODUCER - Static variable in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
enum for BootstrapProducers of ObjectClass schema objects
OBJECT_CLASS_PRODUCER_VAL - Static variable in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
value for ObjectClass BootstrapProducers
OBJECT_FACTORY_PRODUCER - Static variable in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
enum for BootstrapProducers of ObjectFactory schema objects
OBJECT_FACTORY_PRODUCER_VAL - Static variable in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
value for ObjectFactory BootstrapProducers
ONEALIAS - Static variable in class org.apache.ldap.server.partition.Oid
Private OID (1.2.6.1.4.1.18060.1.1.1.3.5) for _oneAlias index
ObjectClassLiteral - class org.apache.ldap.server.tools.schema.ObjectClassLiteral.
A bean used to encapsulate the literal String values of an ObjectClass definition found within an OpenLDAP schema configuration file.
ObjectClassLiteral(String) - Constructor for class org.apache.ldap.server.tools.schema.ObjectClassLiteral
 
ObjectClassRegistry - interface org.apache.ldap.server.schema.ObjectClassRegistry.
ObjectClass registry service interface.
ObjectClassRegistryMonitor - interface org.apache.ldap.server.schema.ObjectClassRegistryMonitor.
Interface for ObjectClassRegitery callback event monitors.
ObjectClassRegistryMonitorAdapter - class org.apache.ldap.server.schema.ObjectClassRegistryMonitorAdapter.
A do nothing adapter for an ObjectClassMonitor.
ObjectClassRegistryMonitorAdapter() - Constructor for class org.apache.ldap.server.schema.ObjectClassRegistryMonitorAdapter
 
ObjectFactoryRegistry - interface org.apache.ldap.server.schema.ObjectFactoryRegistry.
A registry used for looking up JNDI object factories based on meta data regarding the objectClass and Class associations with the object factory.
Oid - class org.apache.ldap.server.partition.Oid.
Provides constants of private OIDs.
OidRegistry - interface org.apache.ldap.server.schema.OidRegistry.
Object identifier registry.
OidRegistryMonitor - interface org.apache.ldap.server.schema.OidRegistryMonitor.
Monitor used to track notable OidRegistry events.
OidRegistryMonitorAdapter - class org.apache.ldap.server.schema.OidRegistryMonitorAdapter.
An adapter for an OidRegistryMonitor.
OidRegistryMonitorAdapter() - Constructor for class org.apache.ldap.server.schema.OidRegistryMonitorAdapter
 
OpenLdapAttributeTypeParser - class org.apache.ldap.server.tools.schema.OpenLdapAttributeTypeParser.
Document me.
OpenLdapAttributeTypeParser() - Constructor for class org.apache.ldap.server.tools.schema.OpenLdapAttributeTypeParser
 
OpenLdapSchemaParser - class org.apache.ldap.server.tools.schema.OpenLdapSchemaParser.
A reusable wrapper for antlr generated OpenLDAP schema parsers.
OpenLdapSchemaParser() - Constructor for class org.apache.ldap.server.tools.schema.OpenLdapSchemaParser
Creates a reusable instance of an OpenLdapSchemaParser.
OperationalAttributeService - class org.apache.ldap.server.operational.OperationalAttributeService.
An Interceptor that adds or modifies the default attributes of entries.
OperationalAttributeService() - Constructor for class org.apache.ldap.server.operational.OperationalAttributeService
Creates the operational attribute management service interceptor.
Optimizer - interface org.apache.ldap.server.partition.impl.btree.Optimizer.
An optimizer applies heuristics to determine best execution path to a search filter based on scan counts within database indices.
oidDoesNotExist(String, NamingException) - Method in interface org.apache.ldap.server.schema.OidRegistryMonitor
Monitors when a name lookups fail due to the use of an unknown OID.
oidDoesNotExist(String, NamingException) - Method in class org.apache.ldap.server.schema.OidRegistryMonitorAdapter
 
oidResolutionFailed(String, NamingException) - Method in interface org.apache.ldap.server.schema.OidRegistryMonitor
Monitors when resolution of an OID by name fails.
oidResolutionFailed(String, NamingException) - Method in class org.apache.ldap.server.schema.OidRegistryMonitorAdapter
 
oidResolved(String, String) - Method in interface org.apache.ldap.server.schema.OidRegistryMonitor
Monitors when an OID is resolved successfully for a name.
oidResolved(String, String, String) - Method in interface org.apache.ldap.server.schema.OidRegistryMonitor
Monitors when an OID is resolved successfully by using a normalized form of the name.
oidResolved(String, String) - Method in class org.apache.ldap.server.schema.OidRegistryMonitorAdapter
 
oidResolved(String, String, String) - Method in class org.apache.ldap.server.schema.OidRegistryMonitorAdapter
 
org.apache.ldap.server - package org.apache.ldap.server
 
org.apache.ldap.server.authn - package org.apache.ldap.server.authn
 
org.apache.ldap.server.authz - package org.apache.ldap.server.authz
 
org.apache.ldap.server.configuration - package org.apache.ldap.server.configuration
 
org.apache.ldap.server.enumeration - package org.apache.ldap.server.enumeration
 
org.apache.ldap.server.exception - package org.apache.ldap.server.exception
 
org.apache.ldap.server.interceptor - package org.apache.ldap.server.interceptor
 
org.apache.ldap.server.invocation - package org.apache.ldap.server.invocation
 
org.apache.ldap.server.jndi - package org.apache.ldap.server.jndi
 
org.apache.ldap.server.normalization - package org.apache.ldap.server.normalization
 
org.apache.ldap.server.operational - package org.apache.ldap.server.operational
 
org.apache.ldap.server.partition - package org.apache.ldap.server.partition
 
org.apache.ldap.server.partition.impl.btree - package org.apache.ldap.server.partition.impl.btree
 
org.apache.ldap.server.partition.impl.btree.gui - package org.apache.ldap.server.partition.impl.btree.gui
 
org.apache.ldap.server.partition.impl.btree.jdbm - package org.apache.ldap.server.partition.impl.btree.jdbm
 
org.apache.ldap.server.prefs - package org.apache.ldap.server.prefs
 
org.apache.ldap.server.schema - package org.apache.ldap.server.schema
 
org.apache.ldap.server.schema.bootstrap - package org.apache.ldap.server.schema.bootstrap
 
org.apache.ldap.server.tools.schema - package org.apache.ldap.server.tools.schema
 
overrideEnvironment(String, Object) - Method in class org.apache.ldap.server.AbstractTestCase
Overrides default JNDI environment properties.

P

ParserMonitor - interface org.apache.ldap.server.tools.schema.ParserMonitor.
A monitor for the OpenLdap parser.
ParserMonitorAdapter - class org.apache.ldap.server.tools.schema.ParserMonitorAdapter.
Document me.
ParserMonitorAdapter() - Constructor for class org.apache.ldap.server.tools.schema.ParserMonitorAdapter
 
PartitionViewer - class org.apache.ldap.server.partition.impl.btree.gui.PartitionViewer.
A partition database viewer.
PartitionViewer(BTreeContextPartition, SearchEngine) - Constructor for class org.apache.ldap.server.partition.impl.btree.gui.PartitionViewer
 
ProducerCallback - interface org.apache.ldap.server.schema.bootstrap.ProducerCallback.
A BootstrapProducer's callback used to announce object creation.
ProducerTypeEnum - class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum.
Type safe enum for an BootstrapProducer tyoes.
parse(String) - Method in class org.apache.ldap.server.tools.schema.OpenLdapSchemaParser
Thread safe method parses an OpenLDAP schemaObject element/object.
parse(InputStream) - Method in class org.apache.ldap.server.tools.schema.OpenLdapSchemaParser
Thread safe method parses a stream of OpenLDAP schemaObject elements/objects.
parse(File) - Method in class org.apache.ldap.server.tools.schema.OpenLdapSchemaParser
Thread safe method parses a file of OpenLDAP schemaObject elements/objects.
peek() - Method in class org.apache.ldap.server.invocation.InvocationStack
Returns the latest invocation.
pop() - Method in class org.apache.ldap.server.invocation.InvocationStack
Pops the latest invocation from this stack.
preventRdnChangeOnModifyRemove(Name, int, Attribute) - Static method in class org.apache.ldap.server.schema.SchemaChecker
Makes sure a modify operation does not delete RDN attributes or their value.
preventRdnChangeOnModifyRemove(Name, int, Attributes) - Static method in class org.apache.ldap.server.schema.SchemaChecker
Makes sure a modify operation does not delete RDN attributes or their value.
preventRdnChangeOnModifyReplace(Name, int, Attribute) - Static method in class org.apache.ldap.server.schema.SchemaChecker
Makes sure a modify operation does not replace RDN attributes or their value.
preventRdnChangeOnModifyReplace(Name, int, Attributes) - Static method in class org.apache.ldap.server.schema.SchemaChecker
Makes sure a modify operation does not replace RDN attributes or their value.
preventStructuralClassRemovalOnModifyRemove(ObjectClassRegistry, Name, int, Attribute, Attribute) - Static method in class org.apache.ldap.server.schema.SchemaChecker
Makes sure modify operations do not leave the entry without a STRUCTURAL objectClass.
preventStructuralClassRemovalOnModifyRemove(ObjectClassRegistry, Name, int, Attributes, Attribute) - Static method in class org.apache.ldap.server.schema.SchemaChecker
Makes sure modify operations do not leave the entry without a STRUCTURAL objectClass.
preventStructuralClassRemovalOnModifyReplace(ObjectClassRegistry, Name, int, Attribute) - Static method in class org.apache.ldap.server.schema.SchemaChecker
Makes sure modify operations do not leave the entry without a STRUCTURAL objectClass.
preventStructuralClassRemovalOnModifyReplace(ObjectClassRegistry, Name, int, Attributes) - Static method in class org.apache.ldap.server.schema.SchemaChecker
Makes sure modify operations do not leave the entry without a STRUCTURAL objectClass.
produce(BootstrapRegistries, ProducerCallback) - Method in class org.apache.ldap.server.schema.bootstrap.ApacheComparatorProducer
 
produce(BootstrapRegistries, ProducerCallback) - Method in class org.apache.ldap.server.schema.bootstrap.ApacheMatchingRuleProducer
 
produce(BootstrapRegistries, ProducerCallback) - Method in class org.apache.ldap.server.schema.bootstrap.ApacheNormalizerProducer
 
produce(BootstrapRegistries, ProducerCallback) - Method in interface org.apache.ldap.server.schema.bootstrap.BootstrapProducer
Produces schema objects announcing each one after creation via the callback before continuing on to create more objects.
produce(BootstrapRegistries, ProducerCallback) - Method in class org.apache.ldap.server.schema.bootstrap.InetorgpersonComparatorProducer
 
produce(BootstrapRegistries, ProducerCallback) - Method in class org.apache.ldap.server.schema.bootstrap.InetorgpersonMatchingRuleProducer
 
produce(BootstrapRegistries, ProducerCallback) - Method in class org.apache.ldap.server.schema.bootstrap.InetorgpersonNormalizerProducer
 
produce(BootstrapRegistries, ProducerCallback) - Method in class org.apache.ldap.server.schema.bootstrap.NisComparatorProducer
 
produce(BootstrapRegistries, ProducerCallback) - Method in class org.apache.ldap.server.schema.bootstrap.NisMatchingRuleProducer
 
produce(BootstrapRegistries, ProducerCallback) - Method in class org.apache.ldap.server.schema.bootstrap.NisNormalizerProducer
 
produce(BootstrapRegistries, ProducerCallback) - Method in class org.apache.ldap.server.schema.bootstrap.NisSyntaxCheckerProducer
 
produce(BootstrapRegistries, ProducerCallback) - Method in class org.apache.ldap.server.schema.bootstrap.NisSyntaxProducer
 
produce(BootstrapRegistries, ProducerCallback) - Method in class org.apache.ldap.server.schema.bootstrap.SystemComparatorProducer
 
produce(BootstrapRegistries, ProducerCallback) - Method in class org.apache.ldap.server.schema.bootstrap.SystemMatchingRuleProducer
 
produce(BootstrapRegistries, ProducerCallback) - Method in class org.apache.ldap.server.schema.bootstrap.SystemNormalizerProducer
 
produce(BootstrapRegistries, ProducerCallback) - Method in class org.apache.ldap.server.schema.bootstrap.SystemSyntaxCheckerProducer
 
produce(BootstrapRegistries, ProducerCallback) - Method in class org.apache.ldap.server.schema.bootstrap.SystemSyntaxProducer
 
push(Invocation) - Method in class org.apache.ldap.server.invocation.InvocationStack
Pushes the specified invocation to this stack.
put(Attributes, BigInteger) - Method in interface org.apache.ldap.server.partition.impl.btree.MasterTable
Puts the Attributes of an entry into this master table at an index specified by id.
put(Object, Object) - Method in interface org.apache.ldap.server.partition.impl.btree.Table
Puts a record into this Table.
put(Object, NamingEnumeration) - Method in interface org.apache.ldap.server.partition.impl.btree.Table
Efficiently puts a set of values into the Table.
put(Attributes, BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmMasterTable
Puts the Attributes of an entry into this master table at an index specified by id.
put(Object, Object) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
 
put(Object, NamingEnumeration) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
 
putSpi(String, String) - Method in class org.apache.ldap.server.prefs.ServerSystemPreferences
 

R

REGEX_CURSOR - Static variable in class org.apache.ldap.server.partition.impl.btree.gui.IndexDialog
 
REVERSE_BTREE - Static variable in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
 
RUN_MODE - Static variable in class org.apache.ldap.server.partition.impl.btree.gui.FilterDialog
 
Registries - interface org.apache.ldap.server.schema.Registries.
Document this class.
RemoveContextPartitionConfiguration - class org.apache.ldap.server.configuration.RemoveContextPartitionConfiguration.
A Configuration that removed the attached ContextPartition in the current ContextPartitionNexus.
RemoveContextPartitionConfiguration(String) - Constructor for class org.apache.ldap.server.configuration.RemoveContextPartitionConfiguration
 
RemoveContextPartitionConfiguration(Name) - Constructor for class org.apache.ldap.server.configuration.RemoveContextPartitionConfiguration
 
rebind(String, Object) - Method in class org.apache.ldap.server.jndi.ServerContext
 
rebind(Name, Object) - Method in class org.apache.ldap.server.jndi.ServerContext
 
rebind(String, Object, Attributes) - Method in class org.apache.ldap.server.jndi.ServerDirContext
 
rebind(Name, Object, Attributes) - Method in class org.apache.ldap.server.jndi.ServerDirContext
 
reconnect(Control[]) - Method in class org.apache.ldap.server.jndi.ServerLdapContext
 
register(String, AttributeType) - Method in interface org.apache.ldap.server.schema.AttributeTypeRegistry
Registers a new AttributeType with this registry.
register(String, String, Comparator) - Method in interface org.apache.ldap.server.schema.ComparatorRegistry
Registers a Comparator with this registry.
register(String, DITContentRule) - Method in interface org.apache.ldap.server.schema.DITContentRuleRegistry
Registers a DITContentRule with this registry.
register(String, DITStructureRule) - Method in interface org.apache.ldap.server.schema.DITStructureRuleRegistry
Registers a DITStructureRule with this registry.
register(String, AttributeType) - Method in class org.apache.ldap.server.schema.GlobalAttributeTypeRegistry
 
register(String, String, Comparator) - Method in class org.apache.ldap.server.schema.GlobalComparatorRegistry
 
register(String, DITContentRule) - Method in class org.apache.ldap.server.schema.GlobalDitContentRuleRegistry
 
register(String, DITStructureRule) - Method in class org.apache.ldap.server.schema.GlobalDitStructureRuleRegistry
 
register(String, MatchingRule) - Method in class org.apache.ldap.server.schema.GlobalMatchingRuleRegistry
 
register(String, MatchingRuleUse) - Method in class org.apache.ldap.server.schema.GlobalMatchingRuleUseRegistry
 
register(String, NameForm) - Method in class org.apache.ldap.server.schema.GlobalNameFormRegistry
 
register(String, String, Normalizer) - Method in class org.apache.ldap.server.schema.GlobalNormalizerRegistry
 
register(String, ObjectClass) - Method in class org.apache.ldap.server.schema.GlobalObjectClassRegistry
 
register(String, String) - Method in class org.apache.ldap.server.schema.GlobalOidRegistry
 
register(String, String, SyntaxChecker) - Method in class org.apache.ldap.server.schema.GlobalSyntaxCheckerRegistry
 
register(String, Syntax) - Method in class org.apache.ldap.server.schema.GlobalSyntaxRegistry
 
register(String, MatchingRule) - Method in interface org.apache.ldap.server.schema.MatchingRuleRegistry
Registers a MatchingRule with this registry.
register(String, MatchingRuleUse) - Method in interface org.apache.ldap.server.schema.MatchingRuleUseRegistry
Registers a MatchingRuleUse with this registry.
register(String, NameForm) - Method in interface org.apache.ldap.server.schema.NameFormRegistry
Registers a NameForm with this registry.
register(String, String, Normalizer) - Method in interface org.apache.ldap.server.schema.NormalizerRegistry
Registers a Normalizer with this registry.
register(String, ObjectClass) - Method in interface org.apache.ldap.server.schema.ObjectClassRegistry
Registers an ObjectClass with this registry.
register(ServerDirObjectFactory) - Method in interface org.apache.ldap.server.schema.ObjectFactoryRegistry
Registers a server-side object factory with this registry.
register(String, String) - Method in interface org.apache.ldap.server.schema.OidRegistry
Adds an OID name pair to the registry.
register(ServerDirStateFactory) - Method in interface org.apache.ldap.server.schema.StateFactoryRegistry
Registers a server-side state factory with this registry.
register(String, String, SyntaxChecker) - Method in interface org.apache.ldap.server.schema.SyntaxCheckerRegistry
Registers a SyntaxChecker with this registry.
register(String, Syntax) - Method in interface org.apache.ldap.server.schema.SyntaxRegistry
Registers a Syntax with this registry.
register(String, AttributeType) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapAttributeTypeRegistry
 
register(String, String, Comparator) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapComparatorRegistry
 
register(String, DITContentRule) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapDitContentRuleRegistry
 
register(String, DITStructureRule) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapDitStructureRuleRegistry
 
register(String, MatchingRule) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapMatchingRuleRegistry
 
register(String, MatchingRuleUse) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapMatchingRuleUseRegistry
 
register(String, NameForm) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapNameFormRegistry
 
register(String, String, Normalizer) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapNormalizerRegistry
 
register(String, ObjectClass) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapObjectClassRegistry
 
register(ServerDirObjectFactory) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapObjectFactoryRegistry
 
register(String, String) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapOidRegistry
 
register(ServerDirStateFactory) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapStateFactoryRegistry
 
register(String, String, SyntaxChecker) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapSyntaxCheckerRegistry
 
register(String, Syntax) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapSyntaxRegistry
 
registerFailed(AttributeType, Throwable) - Method in interface org.apache.ldap.server.schema.AttributeTypeRegistryMonitor
Monitors when a registration attempt fails.
registerFailed(AttributeType, Throwable) - Method in class org.apache.ldap.server.schema.AttributeTypeRegistryMonitorAdapter
 
registerFailed(String, Comparator, NamingException) - Method in interface org.apache.ldap.server.schema.ComparatorRegistryMonitor
Monitors when a registration attempt fails.
registerFailed(String, Comparator, NamingException) - Method in class org.apache.ldap.server.schema.ComparatorRegistryMonitorAdapter
 
registerFailed(DITContentRule, Throwable) - Method in interface org.apache.ldap.server.schema.DITContentRuleRegistryMonitor
Monitors when a registration attempt fails.
registerFailed(DITContentRule, Throwable) - Method in class org.apache.ldap.server.schema.DITContentRuleRegistryMonitorAdapter
 
registerFailed(DITStructureRule, Throwable) - Method in interface org.apache.ldap.server.schema.DITStructureRuleRegistryMonitor
Monitors when a registration attempt fails.
registerFailed(DITStructureRule, Throwable) - Method in class org.apache.ldap.server.schema.DITStructureRuleRegistryMonitorAdapter
 
registerFailed(MatchingRule, NamingException) - Method in interface org.apache.ldap.server.schema.MatchingRuleRegistryMonitor
Monitors when a registration attempt fails.
registerFailed(MatchingRule, NamingException) - Method in class org.apache.ldap.server.schema.MatchingRuleRegistryMonitorAdapter
 
registerFailed(MatchingRuleUse, Throwable) - Method in interface org.apache.ldap.server.schema.MatchingRuleUseRegistryMonitor
Monitors when a registration attempt fails.
registerFailed(MatchingRuleUse, Throwable) - Method in class org.apache.ldap.server.schema.MatchingRuleUseRegistryMonitorAdapter
 
registerFailed(NameForm, Throwable) - Method in interface org.apache.ldap.server.schema.NameFormRegistryMonitor
Monitors when a registration attempt fails.
registerFailed(NameForm, Throwable) - Method in class org.apache.ldap.server.schema.NameFormRegistryMonitorAdapter
 
registerFailed(String, Normalizer, NamingException) - Method in interface org.apache.ldap.server.schema.NormalizerRegistryMonitor
Monitors when a registration attempt fails.
registerFailed(String, Normalizer, NamingException) - Method in class org.apache.ldap.server.schema.NormalizerRegistryMonitorAdapter
 
registerFailed(ObjectClass, Throwable) - Method in interface org.apache.ldap.server.schema.ObjectClassRegistryMonitor
Monitors when a registration attempt fails.
registerFailed(ObjectClass, Throwable) - Method in class org.apache.ldap.server.schema.ObjectClassRegistryMonitorAdapter
 
registerFailed(String, SyntaxChecker, NamingException) - Method in interface org.apache.ldap.server.schema.SyntaxCheckerRegistryMonitor
Monitors when a registration attempt fails.
registerFailed(String, SyntaxChecker, NamingException) - Method in class org.apache.ldap.server.schema.SyntaxCheckerRegistryMonitorAdapter
 
registerFailed(Syntax, NamingException) - Method in interface org.apache.ldap.server.schema.SyntaxRegistryMonitor
Monitors when a registration attempt fails.
registerFailed(Syntax, NamingException) - Method in class org.apache.ldap.server.schema.SyntaxRegistryMonitorAdapter
 
registered(AttributeType) - Method in interface org.apache.ldap.server.schema.AttributeTypeRegistryMonitor
Monitors when a AttributeType is registered successfully.
registered(AttributeType) - Method in class org.apache.ldap.server.schema.AttributeTypeRegistryMonitorAdapter
 
registered(String, Comparator) - Method in interface org.apache.ldap.server.schema.ComparatorRegistryMonitor
Monitors when a Comparator is registered successfully.
registered(String, Comparator) - Method in class org.apache.ldap.server.schema.ComparatorRegistryMonitorAdapter
 
registered(DITContentRule) - Method in interface org.apache.ldap.server.schema.DITContentRuleRegistryMonitor
Monitors when a DITContentRule is registered successfully.
registered(DITContentRule) - Method in class org.apache.ldap.server.schema.DITContentRuleRegistryMonitorAdapter
 
registered(DITStructureRule) - Method in interface org.apache.ldap.server.schema.DITStructureRuleRegistryMonitor
Monitors when a DITStructureRule is registered successfully.
registered(DITStructureRule) - Method in class org.apache.ldap.server.schema.DITStructureRuleRegistryMonitorAdapter
 
registered(MatchingRule) - Method in interface org.apache.ldap.server.schema.MatchingRuleRegistryMonitor
Monitors when a MatchingRule is registered successfully.
registered(MatchingRule) - Method in class org.apache.ldap.server.schema.MatchingRuleRegistryMonitorAdapter
 
registered(MatchingRuleUse) - Method in interface org.apache.ldap.server.schema.MatchingRuleUseRegistryMonitor
Monitors when a MatchingRuleUse is registered successfully.
registered(MatchingRuleUse) - Method in class org.apache.ldap.server.schema.MatchingRuleUseRegistryMonitorAdapter
 
registered(NameForm) - Method in interface org.apache.ldap.server.schema.NameFormRegistryMonitor
Monitors when a NameForm is registered successfully.
registered(NameForm) - Method in class org.apache.ldap.server.schema.NameFormRegistryMonitorAdapter
 
registered(String, Normalizer) - Method in interface org.apache.ldap.server.schema.NormalizerRegistryMonitor
Monitors when a Normalizer is registered successfully.
registered(String, Normalizer) - Method in class org.apache.ldap.server.schema.NormalizerRegistryMonitorAdapter
 
registered(ObjectClass) - Method in interface org.apache.ldap.server.schema.ObjectClassRegistryMonitor
Monitors when a ObjectClass is registered successfully.
registered(ObjectClass) - Method in class org.apache.ldap.server.schema.ObjectClassRegistryMonitorAdapter
 
registered(String, String) - Method in interface org.apache.ldap.server.schema.OidRegistryMonitor
Monitors the successful registration of a name for an OID.
registered(String, String) - Method in class org.apache.ldap.server.schema.OidRegistryMonitorAdapter
 
registered(String, SyntaxChecker) - Method in interface org.apache.ldap.server.schema.SyntaxCheckerRegistryMonitor
Monitors when a SyntaxChecker is registered successfully.
registered(String, SyntaxChecker) - Method in class org.apache.ldap.server.schema.SyntaxCheckerRegistryMonitorAdapter
 
registered(Syntax) - Method in interface org.apache.ldap.server.schema.SyntaxRegistryMonitor
Monitors when a Syntax is registered successfully.
registered(Syntax) - Method in class org.apache.ldap.server.schema.SyntaxRegistryMonitorAdapter
 
remove(String) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
 
remove(Object) - Method in interface org.apache.ldap.server.partition.impl.btree.Table
Removes all records with key from this Table.
remove(Object, Object) - Method in interface org.apache.ldap.server.partition.impl.btree.Table
Removes a single specific record with key and value from this Table.
remove(Object, NamingEnumeration) - Method in interface org.apache.ldap.server.partition.impl.btree.Table
Removes a set of values with the same key from this Table.
remove(Object, Object) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
 
remove(Object, NamingEnumeration) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
 
remove(Object) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
 
removeContextPartition(NextInterceptor, Name) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
removeContextPartition(NextInterceptor, Name) - Method in interface org.apache.ldap.server.interceptor.Interceptor
Filters ContextPartitionNexus.removeContextPartition(Name) call.
removeContextPartition(Name) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
 
removeContextPartition(Name) - Method in interface org.apache.ldap.server.interceptor.NextInterceptor
Calls the next interceptor's ContextPartitionNexus.removeContextPartition(Name).
removeContextPartition(Name) - Method in class org.apache.ldap.server.partition.ContextPartitionNexus
 
removeContextPartition(Name) - Method in class org.apache.ldap.server.partition.DefaultContextPartitionNexus
 
removeFromEnvironment(String) - Method in class org.apache.ldap.server.jndi.ServerContext
 
removeNodeSpi() - Method in class org.apache.ldap.server.prefs.ServerSystemPreferences
 
removeResultFilter(SearchResultFilter) - Method in class org.apache.ldap.server.enumeration.SearchResultFilteringEnumeration
Removes a database search result filter from the filter list of this filtering enumeration.
removeSpi(String) - Method in class org.apache.ldap.server.prefs.ServerSystemPreferences
 
rename(String, String) - Method in class org.apache.ldap.server.jndi.ServerContext
 
rename(Name, Name) - Method in class org.apache.ldap.server.jndi.ServerContext
 
reverseLookup(BigInteger) - Method in interface org.apache.ldap.server.partition.impl.btree.Index
 
reverseLookup(BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
 
runVelocity(VelocityContext, String, ProducerTypeEnum) - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
 

S

SCHEMA_DEP_FILE_DEFAULT - Static variable in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
property for the name of the schema dependency file
SCHEMA_SRC_DIR_DEFAULT - Static variable in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
default dir where OpenLDAP schema files and deps file are kept
SCHEMA_SRC_DIR_PROP - Static variable in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
property for dir where OpenLDAP schema files and deps file are stored
SCHEMA_TARGET_DIR_DEFAULT - Static variable in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
default dir where the generated class files are created
SCHEMA_TARGET_DIR_PROP - Static variable in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
property for dir where the generated class files are created
SEARCHING - Static variable in interface org.apache.ldap.server.partition.impl.btree.SearchEngine
 
SEARCH_CMD - Static variable in class org.apache.ldap.server.partition.impl.btree.gui.FilterDialog
 
SEQPROP_KEY - Static variable in interface org.apache.ldap.server.partition.impl.btree.MasterTable
the sequence key - stores last sequence value in the admin table
SINGLE_SCOPE - Static variable in class org.apache.ldap.server.partition.impl.btree.gui.FilterDialog
 
STATE_FACTORY_PRODUCER - Static variable in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
enum for BootstrapProducers of StateFactory schema objects
STATE_FACTORY_PRODUCER_VAL - Static variable in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
value for StateFactory BootstrapProducers
SUBALIAS - Static variable in class org.apache.ldap.server.partition.Oid
Private OID (1.2.6.1.4.1.18060.1.1.1.3.6) for _subAlias index
SUBTREE_SCOPE - Static variable in class org.apache.ldap.server.partition.impl.btree.gui.FilterDialog
 
SYNTAX_CHECKER_PRODUCER - Static variable in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
enum for BootstrapProducers of SyntaxChecker schema objects
SYNTAX_CHECKER_PRODUCER_VAL - Static variable in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
value for SyntaxChecker BootstrapProducers
SYNTAX_PRODUCER - Static variable in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
enum for BootstrapProducers of Syntax schema objects
SYNTAX_PRODUCER_VAL - Static variable in class org.apache.ldap.server.schema.bootstrap.ProducerTypeEnum
value for Syntax BootstrapProducers
SYSTEM_PARTITION_NAME - Static variable in class org.apache.ldap.server.configuration.ContextPartitionConfiguration
The name of reserved system partition
SYSTEM_PARTITION_SUFFIX - Static variable in class org.apache.ldap.server.partition.ContextPartitionNexus
System backend suffix constant.
SchemaChecker - class org.apache.ldap.server.schema.SchemaChecker.
Performs schema checks on behalf of the SchemaService.
SchemaChecker() - Constructor for class org.apache.ldap.server.schema.SchemaChecker
 
SchemaService - class org.apache.ldap.server.schema.SchemaService.
An Interceptor that manages and enforces schemas.
SchemaService() - Constructor for class org.apache.ldap.server.schema.SchemaService
Creates a schema service interceptor.
ScopeEnumerator - class org.apache.ldap.server.partition.impl.btree.ScopeEnumerator.
Enumerates candidates based on scope.
ScopeEnumerator(BTreeContextPartition, ScopeEvaluator) - Constructor for class org.apache.ldap.server.partition.impl.btree.ScopeEnumerator
 
ScopeEvaluator - class org.apache.ldap.server.partition.impl.btree.ScopeEvaluator.
Evaluates ScopeNode assertions on candidates using a database.
ScopeEvaluator(BTreeContextPartition) - Constructor for class org.apache.ldap.server.partition.impl.btree.ScopeEvaluator
Creates a scope node evaluator for search expressions.
SearchEngine - interface org.apache.ldap.server.partition.impl.btree.SearchEngine.
Given a search filter and a scope the search engine identifies valid candidate entries returning their ids.
SearchResultDialog - class org.apache.ldap.server.partition.impl.btree.gui.SearchResultDialog.
Dialog showing the search results.
SearchResultDialog(Frame, boolean) - Constructor for class org.apache.ldap.server.partition.impl.btree.gui.SearchResultDialog
Creates new form JDialog
SearchResultEnumeration - interface org.apache.ldap.server.enumeration.SearchResultEnumeration.
An enumeration that represents search result
SearchResultFilter - interface org.apache.ldap.server.enumeration.SearchResultFilter.
A filter is used to modify search results while they are being returned from naming enumerations containing DbSearchResults.
SearchResultFilteringEnumeration - class org.apache.ldap.server.enumeration.SearchResultFilteringEnumeration.
A enumeration decorator which filters database search results as they are being enumerated back to the client caller.
SearchResultFilteringEnumeration(NamingEnumeration, SearchControls, LdapContext, SearchResultFilter) - Constructor for class org.apache.ldap.server.enumeration.SearchResultFilteringEnumeration
Creates a new database result filtering enumeration to decorate an underlying enumeration.
SearchResultFilteringEnumeration(NamingEnumeration, SearchControls, LdapContext, List) - Constructor for class org.apache.ldap.server.enumeration.SearchResultFilteringEnumeration
Creates a new database result filtering enumeration to decorate an underlying enumeration.
SerializableComparator - class org.apache.ldap.server.schema.SerializableComparator.
A serializable wrapper around a Comparator which uses delayed initialization of the underlying wrapped comparator which is JIT resolved from a static global registry.
SerializableComparator(String) - Constructor for class org.apache.ldap.server.schema.SerializableComparator
 
ServerContext - class org.apache.ldap.server.jndi.ServerContext.
A non-federated abstract Context implementation.
ServerContext(ContextFactoryService, Hashtable) - Constructor for class org.apache.ldap.server.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(LdapPrincipal, ContextPartitionNexus, Hashtable, Name) - Constructor for class org.apache.ldap.server.jndi.ServerContext
Must be called by all subclasses to initialize the nexus proxy and the environment settings to be used by this Context implementation.
ServerContextFactory - class org.apache.ldap.server.jndi.ServerContextFactory.
Adds additional bootstrapping for server socket listeners when firing up the server.
ServerContextFactory() - Constructor for class org.apache.ldap.server.jndi.ServerContextFactory
 
ServerDirContext - class org.apache.ldap.server.jndi.ServerDirContext.
The DirContext implementation for the Server Side JNDI LDAP provider.
ServerDirContext(ContextFactoryService, Hashtable) - Constructor for class org.apache.ldap.server.jndi.ServerDirContext
Creates a new ServerDirContext by reading the PROVIDER_URL to resolve the distinguished name for this context.
ServerDirContext(LdapPrincipal, ContextPartitionNexus, Hashtable, Name) - Constructor for class org.apache.ldap.server.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.
ServerDirObjectFactory - interface org.apache.ldap.server.jndi.ServerDirObjectFactory.
A specialized ObjectFactory that is optimized for our server-side JNDI provider.
ServerDirStateFactory - interface org.apache.ldap.server.jndi.ServerDirStateFactory.
A specialized StateFactory that is optimized for our server-side JNDI provider.
ServerLdapContext - class org.apache.ldap.server.jndi.ServerLdapContext.
An implementation of a JNDI LdapContext.
ServerLdapContext(ContextFactoryService, Hashtable) - Constructor for class org.apache.ldap.server.jndi.ServerLdapContext
Creates an instance of an ServerLdapContext.
ServerMain - class org.apache.ldap.server.ServerMain.
The command line main for the server.
ServerMain() - Constructor for class org.apache.ldap.server.ServerMain
 
ServerPreferencesFactory - class org.apache.ldap.server.prefs.ServerPreferencesFactory.
A preferences factory implementation.
ServerPreferencesFactory() - Constructor for class org.apache.ldap.server.prefs.ServerPreferencesFactory
 
ServerStartupConfiguration - class org.apache.ldap.server.configuration.ServerStartupConfiguration.
A StartupConfiguration that starts up ApacheDS with network layer support.
ServerStartupConfiguration() - Constructor for class org.apache.ldap.server.configuration.ServerStartupConfiguration
 
ServerSystemPreferenceException - exception org.apache.ldap.server.prefs.ServerSystemPreferenceException.
A RuntimeException that is thrown when accessing ServerSystemPreferences failed.
ServerSystemPreferenceException() - Constructor for class org.apache.ldap.server.prefs.ServerSystemPreferenceException
 
ServerSystemPreferenceException(String) - Constructor for class org.apache.ldap.server.prefs.ServerSystemPreferenceException
 
ServerSystemPreferenceException(String, Throwable) - Constructor for class org.apache.ldap.server.prefs.ServerSystemPreferenceException
 
ServerSystemPreferenceException(Throwable) - Constructor for class org.apache.ldap.server.prefs.ServerSystemPreferenceException
 
ServerSystemPreferences - class org.apache.ldap.server.prefs.ServerSystemPreferences.
A server side system Preferences implementation.
ServerSystemPreferences() - Constructor for class org.apache.ldap.server.prefs.ServerSystemPreferences
Creates a preferences object for the system preferences root.
ServerSystemPreferences(ServerSystemPreferences, String) - Constructor for class org.apache.ldap.server.prefs.ServerSystemPreferences
Creates a preferences object using a relative name.
ShutdownConfiguration - class org.apache.ldap.server.configuration.ShutdownConfiguration.
A Configuration that shuts down ApacheDS.
ShutdownConfiguration() - Constructor for class org.apache.ldap.server.configuration.ShutdownConfiguration
Creates a new instance.
ShutdownConfiguration(String) - Constructor for class org.apache.ldap.server.configuration.ShutdownConfiguration
Creates a new instance that operates on the ContextFactoryService with the specified ID.
SimpleAuthenticator - class org.apache.ldap.server.authn.SimpleAuthenticator.
A simple Authenticator that authenticates clear text passwords contained within the userPassword attribute in DIT.
SimpleAuthenticator() - Constructor for class org.apache.ldap.server.authn.SimpleAuthenticator
Creates a new instance.
StartupConfiguration - class org.apache.ldap.server.configuration.StartupConfiguration.
A Configuration that starts up ApacheDS.
StartupConfiguration() - Constructor for class org.apache.ldap.server.configuration.StartupConfiguration
Creates a new instance with default settings.
StartupConfiguration(String) - Constructor for class org.apache.ldap.server.configuration.StartupConfiguration
Creates a new instance with default settings that operates on the ContextFactoryService with the specified ID.
StateFactoryRegistry - interface org.apache.ldap.server.schema.StateFactoryRegistry.
A registry used for looking up JNDI state factories based on meta data regarding the objectClass and Class associations with the factory.
SubstringEnumerator - class org.apache.ldap.server.partition.impl.btree.SubstringEnumerator.
Enumerator that creates a NamingEnumeration over the set of candidates that satisfy a substring filter expression.
SubstringEnumerator(BTreeContextPartition, AttributeTypeRegistry, SubstringEvaluator) - Constructor for class org.apache.ldap.server.partition.impl.btree.SubstringEnumerator
Creates a SubstringEnumerator for a database.
SubstringEvaluator - class org.apache.ldap.server.partition.impl.btree.SubstringEvaluator.
Evaluates substring filter assertions on an entry.
SubstringEvaluator(BTreeContextPartition, OidRegistry, AttributeTypeRegistry) - Constructor for class org.apache.ldap.server.partition.impl.btree.SubstringEvaluator
Creates a new SubstringEvaluator for substring expressions.
SyncConfiguration - class org.apache.ldap.server.configuration.SyncConfiguration.
A Configuration that makes a call to ContextFactoryService.sync().
SyncConfiguration() - Constructor for class org.apache.ldap.server.configuration.SyncConfiguration
Creates a new instance.
SyncConfiguration(String) - Constructor for class org.apache.ldap.server.configuration.SyncConfiguration
Creates a new instance that operates on the ContextFactoryService with the specified ID.
SyntaxCheckerRegistry - interface org.apache.ldap.server.schema.SyntaxCheckerRegistry.
SyntaxChecker registry component's service interface.
SyntaxCheckerRegistryMonitor - interface org.apache.ldap.server.schema.SyntaxCheckerRegistryMonitor.
Monitor interface for a SyntaxCheckerRegistry.
SyntaxCheckerRegistryMonitorAdapter - class org.apache.ldap.server.schema.SyntaxCheckerRegistryMonitorAdapter.
An adapter for the SyntaxCheckerRegistry's monitor.
SyntaxCheckerRegistryMonitorAdapter() - Constructor for class org.apache.ldap.server.schema.SyntaxCheckerRegistryMonitorAdapter
 
SyntaxRegistry - interface org.apache.ldap.server.schema.SyntaxRegistry.
Manages the lookup and registration of Syntaxes within the system by OID.
SyntaxRegistryMonitor - interface org.apache.ldap.server.schema.SyntaxRegistryMonitor.
Monitor interface for a SyntaxRegistry.
SyntaxRegistryMonitorAdapter - class org.apache.ldap.server.schema.SyntaxRegistryMonitorAdapter.
An adapter for the SyntaxRegistry's monitor.
SyntaxRegistryMonitorAdapter() - Constructor for class org.apache.ldap.server.schema.SyntaxRegistryMonitorAdapter
 
SystemComparatorProducer - class org.apache.ldap.server.schema.bootstrap.SystemComparatorProducer.
Document this class.
SystemComparatorProducer() - Constructor for class org.apache.ldap.server.schema.bootstrap.SystemComparatorProducer
 
SystemMatchingRuleProducer - class org.apache.ldap.server.schema.bootstrap.SystemMatchingRuleProducer.
A simple maching rule configuration where objects and java code are used to create matching rules.
SystemMatchingRuleProducer() - Constructor for class org.apache.ldap.server.schema.bootstrap.SystemMatchingRuleProducer
 
SystemNormalizerProducer - class org.apache.ldap.server.schema.bootstrap.SystemNormalizerProducer.
A bootstrap producer which creates and announces newly created Normalizers for various matchingRules in the core schema.
SystemNormalizerProducer() - Constructor for class org.apache.ldap.server.schema.bootstrap.SystemNormalizerProducer
 
SystemSyntaxCheckerProducer - class org.apache.ldap.server.schema.bootstrap.SystemSyntaxCheckerProducer.
A producer of SyntaxCheckers for the core schema.
SystemSyntaxCheckerProducer() - Constructor for class org.apache.ldap.server.schema.bootstrap.SystemSyntaxCheckerProducer
Creates a producer which produces all 58 of the core schema syntax's SyntaxCheckers.
SystemSyntaxProducer - class org.apache.ldap.server.schema.bootstrap.SystemSyntaxProducer.
A simple Syntax factory for the core LDAP schema in Section 4.3.2 of RFC2252.
SystemSyntaxProducer() - Constructor for class org.apache.ldap.server.schema.bootstrap.SystemSyntaxProducer
 
schemaObjectProduced(BootstrapProducer, String, Object) - Method in interface org.apache.ldap.server.schema.bootstrap.ProducerCallback
Called to announce the creation of a new schema object by a producer.
search(NextInterceptor, Name, Map, ExprNode, SearchControls) - Method in class org.apache.ldap.server.authn.AuthenticationService
 
search(NextInterceptor, Name, Map, ExprNode, SearchControls) - Method in class org.apache.ldap.server.authz.AuthorizationService
 
search(NextInterceptor, Name, Map, ExprNode, SearchControls) - Method in class org.apache.ldap.server.exception.ExceptionService
Checks to see the entry being searched exists, otherwise throws the appropriate LdapException.
search(NextInterceptor, Name, Map, ExprNode, SearchControls) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
search(NextInterceptor, Name, Map, ExprNode, SearchControls) - Method in interface org.apache.ldap.server.interceptor.Interceptor
Filters ContextPartition.search(Name, Map, ExprNode, SearchControls) call.
search(Name, Map, ExprNode, SearchControls) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
 
search(Name, Map, ExprNode, SearchControls) - Method in interface org.apache.ldap.server.interceptor.NextInterceptor
Calls the next interceptor's Interceptor.search(NextInterceptor, Name, Map, ExprNode, SearchControls).
search(String, Attributes) - Method in class org.apache.ldap.server.jndi.ServerDirContext
 
search(Name, Attributes) - Method in class org.apache.ldap.server.jndi.ServerDirContext
 
search(String, Attributes, String[]) - Method in class org.apache.ldap.server.jndi.ServerDirContext
 
search(Name, Attributes, String[]) - Method in class org.apache.ldap.server.jndi.ServerDirContext
 
search(String, String, SearchControls) - Method in class org.apache.ldap.server.jndi.ServerDirContext
 
search(Name, String, SearchControls) - Method in class org.apache.ldap.server.jndi.ServerDirContext
 
search(String, String, Object[], SearchControls) - Method in class org.apache.ldap.server.jndi.ServerDirContext
 
search(Name, String, Object[], SearchControls) - Method in class org.apache.ldap.server.jndi.ServerDirContext
 
search(NextInterceptor, Name, Map, ExprNode, SearchControls) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
search(NextInterceptor, Name, Map, ExprNode, SearchControls) - Method in class org.apache.ldap.server.operational.OperationalAttributeService
 
search(Name, Map, ExprNode, SearchControls) - Method in interface org.apache.ldap.server.partition.ContextPartition
Conducts a search against this ContextPartition.
search(Name, Map, ExprNode, SearchControls) - Method in class org.apache.ldap.server.partition.DefaultContextPartitionNexus
 
search(Name, Map, ExprNode, SearchControls) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
search(Name, Map, ExprNode, SearchControls) - Method in class org.apache.ldap.server.partition.impl.btree.DefaultSearchEngine
 
search(Name, Map, ExprNode, SearchControls) - Method in interface org.apache.ldap.server.partition.impl.btree.SearchEngine
Conducts a search on a database.
search(NextInterceptor, Name, Map, ExprNode, SearchControls) - Method in class org.apache.ldap.server.schema.SchemaService
 
selectTreeNode(BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.gui.MainFrame
 
setAliasIndexOn(AttributeType) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
Sets the system index defined on the ALIAS_ATTRIBUTE which for LDAP would be the aliasedObjectName and for X.500 would be aliasedEntryName.
setAliasIndexOn(AttributeType) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
setAllowAnonymousAccess(boolean) - Method in class org.apache.ldap.server.configuration.MutableServerStartupConfiguration
 
setAllowAnonymousAccess(boolean) - Method in class org.apache.ldap.server.configuration.MutableStartupConfiguration
 
setAllowAnonymousAccess(boolean) - Method in class org.apache.ldap.server.configuration.StartupConfiguration
Sets whether to allow anonymous access or not
setAsText(String) - Method in class org.apache.ldap.server.configuration.AttributesPropertyEditor
Converts the specified LDIF string into Attributes.
setAttributes(Attributes) - Method in class org.apache.ldap.server.partition.impl.btree.IndexRecord
Sets the entry's attributes.
setAuthenticator(Authenticator) - Method in class org.apache.ldap.server.configuration.AuthenticatorConfiguration
Sets the Authenticator to configure.
setAuthenticator(Authenticator) - Method in class org.apache.ldap.server.configuration.MutableAuthenticatorConfiguration
 
setAuthenticatorConfigurations(Set) - Method in class org.apache.ldap.server.configuration.MutableServerStartupConfiguration
 
setAuthenticatorConfigurations(Set) - Method in class org.apache.ldap.server.configuration.MutableStartupConfiguration
 
setAuthenticatorConfigurations(Set) - Method in class org.apache.ldap.server.configuration.StartupConfiguration
Sets AuthenticatorConfigurations to use for authenticating clients.
setBase(String) - Method in class org.apache.ldap.server.partition.impl.btree.gui.FilterDialog
 
setBootstrapSchemas(Set) - Method in class org.apache.ldap.server.configuration.MutableServerStartupConfiguration
 
setBootstrapSchemas(Set) - Method in class org.apache.ldap.server.configuration.MutableStartupConfiguration
 
setBootstrapSchemas(Set) - Method in class org.apache.ldap.server.configuration.StartupConfiguration
Sets BootstrapSchemas to load while bootstrapping.
setCanUserModify(boolean) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
setClassType(ObjectClassTypeEnum) - Method in class org.apache.ldap.server.tools.schema.ObjectClassLiteral
 
setCollective(boolean) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
setCollective(boolean) - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
setContextEntry(Attributes) - Method in class org.apache.ldap.server.configuration.ContextPartitionConfiguration
Sets root entry that will be added to the ContextPartition after it is initialized.
setContextEntry(Attributes) - Method in class org.apache.ldap.server.configuration.MutableContextPartitionConfiguration
 
setContextPartition(ContextPartition) - Method in class org.apache.ldap.server.configuration.ContextPartitionConfiguration
Sets the ContextPartition that this configuration configures.
setContextPartition(ContextPartition) - Method in class org.apache.ldap.server.configuration.MutableContextPartitionConfiguration
 
setContextPartitionConfigurations(Set) - Method in class org.apache.ldap.server.configuration.MutableServerStartupConfiguration
 
setContextPartitionConfigurations(Set) - Method in class org.apache.ldap.server.configuration.MutableStartupConfiguration
 
setContextPartitionConfigurations(Set) - Method in class org.apache.ldap.server.configuration.StartupConfiguration
Sets ContextPartitionConfigurations to configure context partitions.
setDependencies(String[]) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapSchema
 
setDependencies(String) - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaToolTask
 
setDescription(String) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
setDescription(String) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapMatchingRule
 
setDescription(String) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapObjectClass
 
setDescription(String) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapSyntax
 
setDescription(String) - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
setDescription(String) - Method in class org.apache.ldap.server.tools.schema.ObjectClassLiteral
 
setDn(String) - Method in class org.apache.ldap.server.partition.impl.btree.gui.EntryDialog
 
setEnableKerberos(boolean) - Method in class org.apache.ldap.server.configuration.MutableServerStartupConfiguration
 
setEnableKerberos(boolean) - Method in class org.apache.ldap.server.configuration.ServerStartupConfiguration
Sets whether to enable Kerberos support or not.
setEnableNetworking(boolean) - Method in class org.apache.ldap.server.configuration.ServerStartupConfiguration
Sets whether to enable networking (LDAP, LDAPS, and Kerberos) or not.
setEntry(Attributes) - Method in class org.apache.ldap.server.partition.impl.btree.gui.EntryDialog
 
setEntryId(BigInteger) - Method in class org.apache.ldap.server.partition.impl.btree.IndexRecord
Sets the entry id.
setEquality(String) - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
setEqualityId(String) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
setExistanceIndexOn(AttributeType) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
Sets the attribute existance Index.
setExistanceIndexOn(AttributeType) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
setFilter(String) - Method in class org.apache.ldap.server.partition.impl.btree.gui.AnnotatedFilterTreeDialog
 
setFilter(String) - Method in class org.apache.ldap.server.partition.impl.btree.gui.SearchResultDialog
 
setHierarchyIndexOn(AttributeType) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
Sets the hierarchy Index.
setHierarchyIndexOn(AttributeType) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
setHumanReadible(boolean) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapSyntax
 
setIndexKey(Object) - Method in class org.apache.ldap.server.partition.impl.btree.IndexRecord
Sets the index key.
setIndexedAttributes(Set) - Method in class org.apache.ldap.server.configuration.ContextPartitionConfiguration
Sets the set of attribute type strings to create an index on.
setIndexedAttributes(Set) - Method in class org.apache.ldap.server.configuration.MutableContextPartitionConfiguration
 
setInstanceId(String) - Method in class org.apache.ldap.server.configuration.Configuration
Sets the ID of ContextFactoryService instance to configure.
setInstanceId(String) - Method in class org.apache.ldap.server.configuration.MutableStartupConfiguration
 
setInterceptor(Interceptor) - Method in class org.apache.ldap.server.configuration.InterceptorConfiguration
Sets the Interceptor that this configuration configures.
setInterceptor(Interceptor) - Method in class org.apache.ldap.server.configuration.MutableInterceptorConfiguration
 
setInterceptorConfigurations(List) - Method in class org.apache.ldap.server.configuration.MutableServerStartupConfiguration
 
setInterceptorConfigurations(List) - Method in class org.apache.ldap.server.configuration.MutableStartupConfiguration
 
setInterceptorConfigurations(List) - Method in class org.apache.ldap.server.configuration.StartupConfiguration
Sets interceptor chain.
setJavaSrc(String) - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaToolTask
 
setJavaSrcDir(String) - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
 
setKey(Object) - Method in class org.apache.ldap.server.partition.impl.btree.Tuple
Sets the key for this Tuple.
setLdapPort(int) - Method in class org.apache.ldap.server.configuration.MutableServerStartupConfiguration
 
setLdapPort(int) - Method in class org.apache.ldap.server.configuration.ServerStartupConfiguration
Sets LDAP TCP/IP port number to listen to.
setLdapsPort(int) - Method in class org.apache.ldap.server.configuration.MutableServerStartupConfiguration
 
setLdapsPort(int) - Method in class org.apache.ldap.server.configuration.ServerStartupConfiguration
Sets LDAPS TCP/IP port number to listen to.
setLdifPath(String, Class) - Method in class org.apache.ldap.server.AbstractTestCase
Sets the LDIF path as a relative resource path to use with the loadClass parameter to load the resource.
setLdifPath(String) - Method in class org.apache.ldap.server.AbstractTestCase
Sets the LDIF path to use.
setLength(int) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
setLength(int) - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
setMay(String[]) - Method in class org.apache.ldap.server.tools.schema.ObjectClassLiteral
 
setMayListIds(String[]) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapObjectClass
 
setMinaServiceRegistry(ServiceRegistry) - Method in class org.apache.ldap.server.configuration.MutableServerStartupConfiguration
 
setMinaServiceRegistry(ServiceRegistry) - Method in class org.apache.ldap.server.configuration.ServerStartupConfiguration
Sets MINA ServiceRegistry that will be used by ApacheDS.
setModel(TreeModel) - Method in class org.apache.ldap.server.partition.impl.btree.gui.AnnotatedFilterTreeDialog
 
setMonitor(AttributeTypeRegistryMonitor) - Method in class org.apache.ldap.server.schema.GlobalAttributeTypeRegistry
Sets the monitor that is to be notified via callback events.
setMonitor(ComparatorRegistryMonitor) - Method in class org.apache.ldap.server.schema.GlobalComparatorRegistry
Sets the monitor used by this registry.
setMonitor(DITContentRuleRegistryMonitor) - Method in class org.apache.ldap.server.schema.GlobalDitContentRuleRegistry
Sets the monitor that is to be notified via callback events.
setMonitor(DITStructureRuleRegistryMonitor) - Method in class org.apache.ldap.server.schema.GlobalDitStructureRuleRegistry
Sets the monitor that is to be notified via callback events.
setMonitor(MatchingRuleRegistryMonitor) - Method in class org.apache.ldap.server.schema.GlobalMatchingRuleRegistry
Sets the monitor that is to be notified via callback events.
setMonitor(MatchingRuleUseRegistryMonitor) - Method in class org.apache.ldap.server.schema.GlobalMatchingRuleUseRegistry
Sets the monitor that is to be notified via callback events.
setMonitor(NameFormRegistryMonitor) - Method in class org.apache.ldap.server.schema.GlobalNameFormRegistry
Sets the monitor that is to be notified via callback events.
setMonitor(NormalizerRegistryMonitor) - Method in class org.apache.ldap.server.schema.GlobalNormalizerRegistry
Sets the monitor used by this registry.
setMonitor(ObjectClassRegistryMonitor) - Method in class org.apache.ldap.server.schema.GlobalObjectClassRegistry
Sets the monitor that is to be notified via callback events.
setMonitor(SyntaxCheckerRegistryMonitor) - Method in class org.apache.ldap.server.schema.GlobalSyntaxCheckerRegistry
Sets the monitor used by this registry.
setMonitor(SyntaxRegistryMonitor) - Method in class org.apache.ldap.server.schema.GlobalSyntaxRegistry
Sets the monitor that is to be notified via callback events.
setMonitor(AttributeTypeRegistryMonitor) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapAttributeTypeRegistry
Sets the monitor that is to be notified via callback events.
setMonitor(ComparatorRegistryMonitor) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapComparatorRegistry
Sets the monitor used by this registry.
setMonitor(DITContentRuleRegistryMonitor) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapDitContentRuleRegistry
Sets the monitor that is to be notified via callback events.
setMonitor(DITStructureRuleRegistryMonitor) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapDitStructureRuleRegistry
Sets the monitor that is to be notified via callback events.
setMonitor(MatchingRuleUseRegistryMonitor) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapMatchingRuleUseRegistry
Sets the monitor that is to be notified via callback events.
setMonitor(NameFormRegistryMonitor) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapNameFormRegistry
Sets the monitor that is to be notified via callback events.
setMonitor(NormalizerRegistryMonitor) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapNormalizerRegistry
Sets the monitor used to deliver notification events to via callbacks.
setMonitor(ObjectClassRegistryMonitor) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapObjectClassRegistry
Sets the monitor that is to be notified via callback events.
setMonitor(SyntaxCheckerRegistryMonitor) - Method in class org.apache.ldap.server.schema.bootstrap.BootstrapSyntaxCheckerRegistry
Sets the monitor used to deliver notification events to via callbacks.
setMust(String[]) - Method in class org.apache.ldap.server.tools.schema.ObjectClassLiteral
 
setMustListIds(String[]) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapObjectClass
 
setName(String) - Method in class org.apache.ldap.server.configuration.AuthenticatorConfiguration
Sets the user-defined name of the Authenticator that this configuration configures.
setName(String) - Method in class org.apache.ldap.server.configuration.ContextPartitionConfiguration
Sets user-defined name of the ContextPartition that this configuration configures.
setName(String) - Method in class org.apache.ldap.server.configuration.InterceptorConfiguration
Sets the name of the Interceptor.
setName(String) - Method in class org.apache.ldap.server.configuration.MutableAuthenticatorConfiguration
 
setName(String) - Method in class org.apache.ldap.server.configuration.MutableContextPartitionConfiguration
 
setName(String) - Method in class org.apache.ldap.server.configuration.MutableInterceptorConfiguration
 
setName(String) - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaToolTask
 
setNames(String[]) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
setNames(String[]) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapMatchingRule
 
setNames(String[]) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapObjectClass
 
setNames(String[]) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapSyntax
 
setNames(String[]) - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
setNames(String[]) - Method in class org.apache.ldap.server.tools.schema.ObjectClassLiteral
 
setNdnIndexOn(AttributeType) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
Sets the normalized distinguished name Index.
setNdnIndexOn(AttributeType) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
setNoUserModification(boolean) - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
setObsolete(boolean) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
setObsolete(boolean) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapMatchingRule
 
setObsolete(boolean) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapObjectClass
 
setObsolete(boolean) - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
setObsolete(boolean) - Method in class org.apache.ldap.server.tools.schema.ObjectClassLiteral
 
setOid(String) - Method in class org.apache.ldap.server.tools.schema.ObjectClassLiteral
 
setOneAliasIndexOn(AttributeType) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
Sets the alias index mapping parent entries with scope expanding aliases children one level below them; this system index is used to dereference aliases on one/single level scoped searches.
setOneAliasIndexOn(AttributeType) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
setOrdering(String) - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
setOrderingId(String) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
setOwner(String) - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaToolTask
 
setPackage(String) - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaToolTask
 
setParentDn(String) - Method in class org.apache.ldap.server.partition.impl.btree.gui.AddEntryDialog
 
setParserMonitor(ParserMonitor) - Method in class org.apache.ldap.server.tools.schema.OpenLdapSchemaParser
 
setPrincipal(AuthenticationService.TrustedPrincipalWrapper) - Method in class org.apache.ldap.server.jndi.ServerContext
Sets the principal of the authenticated user which also happens to own.
setProperty(String, String) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
setProperty(String, String) - Method in interface org.apache.ldap.server.partition.impl.btree.MasterTable
Sets a persistant property stored in the admin table of this MasterTable.
setProperty(String, String) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
setProperty(String, String) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmMasterTable
Sets a persistant property stored in the admin table of this MasterTable.
setRdn(String) - Method in class org.apache.ldap.server.partition.impl.btree.gui.EntryDialog
 
setRegistry(ComparatorRegistry) - Static method in class org.apache.ldap.server.schema.SerializableComparator
Sets the global Comparator registry for comparator lookups.
setRenderer(TupleRenderer) - Method in interface org.apache.ldap.server.partition.impl.btree.Table
Sets the data renderer to by used by this Table to display or log record keys and values.
setRenderer(TupleRenderer) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
 
setRequestControls(Control[]) - Method in class org.apache.ldap.server.jndi.ServerLdapContext
 
setSchema(BootstrapSchema) - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
 
setSchemaSrcDir(String) - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
 
setSchemaTargetDir(String) - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
 
setScope(String) - Method in class org.apache.ldap.server.partition.impl.btree.gui.FilterDialog
 
setSingleValue(boolean) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
setSingleValue(boolean) - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
setSubAliasIndexOn(AttributeType) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
Sets the alias index mapping relative entries with scope expanding alias descendents; this system index is used to dereference aliases on subtree scoped searches.
setSubAliasIndexOn(AttributeType) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
setSubstr(String) - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
setSubstrId(String) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
setSuffix(String) - Method in class org.apache.ldap.server.configuration.ContextPartitionConfiguration
Sets the suffix of the ContextPartition.
setSuffix(String) - Method in class org.apache.ldap.server.configuration.MutableContextPartitionConfiguration
 
setSuperClassIds(String[]) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapObjectClass
 
setSuperior(String) - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
setSuperiorId(String) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
setSuperiors(String[]) - Method in class org.apache.ldap.server.tools.schema.ObjectClassLiteral
 
setSwapped(Tuple, Attributes) - Method in class org.apache.ldap.server.partition.impl.btree.IndexRecord
Sets the key value tuple but swapping the key and the value and optionally adding the entry if one was resusitated.
setSyntax(String) - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
setSyntaxId(String) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
setSyntaxOid(String) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapMatchingRule
 
setSysRoot(String, String, Configuration) - Method in class org.apache.ldap.server.AbstractTestCase
Sets and returns the system root.
setSysRoot(Hashtable) - Method in class org.apache.ldap.server.AbstractTestCase
Sets the system root taking into account the extras and overrides properties.
setTableModel(TableModel) - Method in class org.apache.ldap.server.partition.impl.btree.gui.SearchResultDialog
 
setTestEntries(List) - Method in class org.apache.ldap.server.configuration.MutableServerStartupConfiguration
 
setTestEntries(List) - Method in class org.apache.ldap.server.configuration.MutableStartupConfiguration
 
setTestEntries(List) - Method in class org.apache.ldap.server.configuration.StartupConfiguration
Sets test directory entries(Attributes) to be loaded while bootstrapping.
setTreeModel(TreeModel) - Method in class org.apache.ldap.server.partition.impl.btree.gui.SearchResultDialog
 
setTuple(Tuple, Attributes) - Method in class org.apache.ldap.server.partition.impl.btree.IndexRecord
Sets the key value tuple represented by this IndexRecord optionally setting the entry if one was resusitated from the master table.
setType(ObjectClassTypeEnum) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapObjectClass
 
setUp() - Method in class org.apache.ldap.server.AbstractTestCase
Get's the initial context factory for the provider's ou=system context root.
setUpdnIndexOn(AttributeType) - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
Sets the user provided distinguished name Index.
setUpdnIndexOn(AttributeType) - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
setUsage(UsageEnum) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType
 
setUsage(UsageEnum) - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
setValue(Object) - Method in class org.apache.ldap.server.partition.impl.btree.Tuple
Sets the value for this Tuple.
setValue(Object, int, int) - Method in class org.apache.ldap.server.partition.impl.btree.gui.AttributesTableModel
 
setWorkingDirectory(File) - Method in class org.apache.ldap.server.configuration.MutableServerStartupConfiguration
 
setWorkingDirectory(File) - Method in class org.apache.ldap.server.configuration.MutableStartupConfiguration
 
setWorkingDirectory(File) - Method in class org.apache.ldap.server.configuration.StartupConfiguration
Sets working directory (counterpart of var/lib).
showIndexDialog(String) - Method in class org.apache.ldap.server.partition.impl.btree.gui.MainFrame
Shows a dialog to display and scan indices.
shutdown() - Method in class org.apache.ldap.server.jndi.ContextFactoryService
Shuts down this service.
startedParse(String) - Method in interface org.apache.ldap.server.tools.schema.ParserMonitor
 
startedParse(String) - Method in class org.apache.ldap.server.tools.schema.ParserMonitorAdapter
 
startup(ContextFactoryServiceListener, Hashtable) - Method in class org.apache.ldap.server.jndi.ContextFactoryService
Starts up this service.
sync() - Method in class org.apache.ldap.server.jndi.ContextFactoryService
Calls ContextPartition.sync() for all registered ContextPartitions.
sync() - Method in class org.apache.ldap.server.partition.AbstractContextPartition
This method does nothing by default.
sync() - Method in interface org.apache.ldap.server.partition.ContextPartition
Flushes any changes made to this partition now.
sync() - Method in class org.apache.ldap.server.partition.DefaultContextPartitionNexus
 
sync() - Method in class org.apache.ldap.server.partition.impl.btree.BTreeContextPartition
 
sync() - Method in interface org.apache.ldap.server.partition.impl.btree.Index
 
sync() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmContextPartition
 
sync() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmIndex
 
sync() - Method in class org.apache.ldap.server.partition.impl.btree.jdbm.JdbmTable
Synchronizes the buffers with disk.
syncSpi() - Method in class org.apache.ldap.server.prefs.ServerSystemPreferences
 
sysRoot - Variable in class org.apache.ldap.server.AbstractTestCase
the context root for the system partition
systemRoot() - Method in class org.apache.ldap.server.prefs.ServerPreferencesFactory
 

T

Table - interface org.apache.ldap.server.partition.impl.btree.Table.
A backend friendly wrapper around a JDBM BTree that transparent enables duplicates when the BTree does not support them.
Tuple - class org.apache.ldap.server.partition.impl.btree.Tuple.
A key/value tuple for simple two column Tables.
Tuple() - Constructor for class org.apache.ldap.server.partition.impl.btree.Tuple
Do nothing default that has a null key and null value.
Tuple(Object, Object) - Constructor for class org.apache.ldap.server.partition.impl.btree.Tuple
Creates a Tuple using a key and a value.
TupleBrowser - interface org.apache.ldap.server.partition.impl.btree.TupleBrowser.
TupleBrowser interface used to abstract
TupleComparator - interface org.apache.ldap.server.partition.impl.btree.TupleComparator.
Used to compare the sorting order of binary data.
TupleEnumeration - class org.apache.ldap.server.partition.impl.btree.TupleEnumeration.
A NamingEnumeration that returns underlying Iterator values for a single key as Tuples.
TupleEnumeration(Object, Iterator) - Constructor for class org.apache.ldap.server.partition.impl.btree.TupleEnumeration
Creates a cursor over an Iterator of single key's values
TupleRenderer - interface org.apache.ldap.server.partition.impl.btree.TupleRenderer.
A table key/value String renderer for the display or logging of human readable potentially binary data.
tearDown() - Method in class org.apache.ldap.server.AbstractTestCase
Sets the system context root to null.
testEntries - Variable in class org.apache.ldap.server.AbstractTestCase
A testEntries of entries as Attributes to add to the DIT for testing
toArray() - Method in class org.apache.ldap.server.invocation.InvocationStack
Returns an array of Invocations.
toConfiguration(Hashtable) - Static method in class org.apache.ldap.server.configuration.Configuration
Gets Configuration instance from the specified JNDI environment Hashtable.
toJndiEnvironment() - Method in class org.apache.ldap.server.configuration.Configuration
Converts this configuration to JNDI environment Hashtable.
toString() - Method in class org.apache.ldap.server.authn.LdapPrincipal
Returns string representation of the normalized distinguished name of this principal.
toString() - Method in class org.apache.ldap.server.partition.impl.btree.gui.ASTNode
 
toString() - Method in class org.apache.ldap.server.partition.impl.btree.gui.EntryNode
 
toString() - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
toString() - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaToolTask
 
toString() - Method in class org.apache.ldap.server.tools.schema.ObjectClassLiteral
 

U

UNLIMITED - Static variable in class org.apache.ldap.server.partition.impl.btree.gui.FilterDialog
 
UPDN - Static variable in class org.apache.ldap.server.partition.Oid
Private OID (1.2.6.1.4.1.18060.1.1.1.3.2) for _updn op attrib
USERS_BASE_NAME - Static variable in class org.apache.ldap.server.partition.ContextPartitionNexus
the base dn under which all users reside
unbind(String) - Method in class org.apache.ldap.server.jndi.ServerContext
 
unbind(Name) - Method in class org.apache.ldap.server.jndi.ServerContext
 
userRoot() - Method in class org.apache.ldap.server.prefs.ServerPreferencesFactory
 

V

VAL_COL - Static variable in class org.apache.ldap.server.partition.impl.btree.gui.AttributesTableModel
name for the values column
validate() - Method in class org.apache.ldap.server.configuration.AddContextPartitionConfiguration
 
validate() - Method in class org.apache.ldap.server.configuration.AuthenticatorConfiguration
Validates all properties of this configuration.
validate() - Method in class org.apache.ldap.server.configuration.Configuration
Validates this configuration.
validate() - Method in class org.apache.ldap.server.configuration.ContextPartitionConfiguration
Validates this configuration.
validate() - Method in class org.apache.ldap.server.configuration.InterceptorConfiguration
Validates this configuration.
validate() - Method in class org.apache.ldap.server.configuration.StartupConfiguration
 
valueChanged(ListSelectionEvent) - Method in class org.apache.ldap.server.partition.impl.btree.gui.SearchResultDialog
 

W

wrapAsDictionary() - Method in class org.apache.ldap.server.prefs.ServerSystemPreferences
Wrapps this ServerPreferences object as a Dictionary.

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