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

A

ADMIN - Static variable in class org.apache.ldap.server.jndi.CoreContextFactory
shorthand reference to the admin principal name
ADMIN_NAME - Static variable in class org.apache.ldap.server.jndi.CoreContextFactory
shorthand reference to the admin principal distinguished name
ADMIN_PRINCIPAL - Static variable in class org.apache.ldap.server.SystemPartition
the default user principal or DN
ADMIN_PW - Static variable in class org.apache.ldap.server.SystemPartition
the initial admin passwd set on startup
ADMIN_UID - Static variable in class org.apache.ldap.server.SystemPartition
the admin super user uid
ALIASMODE_KEY - Static variable in interface org.apache.ldap.server.db.SearchEngine
 
ALIAS_ATTRIBUTE - Static variable in interface org.apache.ldap.server.db.Database
The aliased Dn attribute name: aliasedObjectName for LDAP and aliasedEntryName or X.500.
ALIAS_OBJECT - Static variable in interface org.apache.ldap.server.db.Database
The objectClass name for aliases: 'alias'
ALIAS_OID - Static variable in class org.apache.ldap.server.AbstractContextPartition
Private OID (1.2.6.1.4.1.18060.1.1.1.3.7) for _alias index
ALWAYS - Static variable in interface org.apache.ldap.server.db.SearchEngine
 
ANNOTATE_MODE - Static variable in class org.apache.ldap.server.db.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.db.gui.ASTNode.
A node representing an entry.
ASTNode(ASTNode, ExprNode) - Constructor for class org.apache.ldap.server.db.gui.ASTNode
 
ATTRIBUTES - Static variable in class org.apache.ldap.server.jndi.EnvKeys
the envprop key base to the Attributes for the context nexus entry
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
AUTHENTICATORS - Static variable in class org.apache.ldap.server.jndi.EnvKeys
a comma separated list of authenticator names
AUTHENTICATOR_CLASS - Static variable in class org.apache.ldap.server.jndi.EnvKeys
the envprop key base to the authenticator implementation class
AUTHENTICATOR_PROPERTIES - Static variable in class org.apache.ldap.server.jndi.EnvKeys
the envprop key base to the properties of an authenticator
AboutDialog - class org.apache.ldap.server.db.gui.AboutDialog.
An about dialog for the introspector GUI.
AboutDialog(Frame, boolean) - Constructor for class org.apache.ldap.server.db.gui.AboutDialog
Creates new About Dialog
AboutDialog() - Constructor for class org.apache.ldap.server.db.gui.AboutDialog
 
AbstractAuthenticator - class org.apache.ldap.server.authn.AbstractAuthenticator.
Base class for all Authenticators.
AbstractAuthenticator(String) - Constructor for class org.apache.ldap.server.authn.AbstractAuthenticator
Create a new AuthenticationService.
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
 
AbstractContextPartition - class org.apache.ldap.server.AbstractContextPartition.
An Abstract BackingStore using a formal database and a search engine.
AbstractContextPartition(Database, SearchEngine, AttributeType[]) - Constructor for class org.apache.ldap.server.AbstractContextPartition
Creates a context partition with a new database and a search engine.
AbstractCoreTest - class org.apache.ldap.server.AbstractCoreTest.
A simple testcase for testing JNDI provider functionality.
AbstractCoreTest() - Constructor for class org.apache.ldap.server.AbstractCoreTest
 
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.
Add - class org.apache.ldap.server.invocation.Add.
Represents an Invocation on BackingStore.add(String, Name, Attributes).
Add(String, Name, Attributes) - Constructor for class org.apache.ldap.server.invocation.Add
 
AddEntryDialog - class org.apache.ldap.server.db.gui.AddEntryDialog.
Allows for operations on entries.
AddEntryDialog(Frame, boolean) - Constructor for class org.apache.ldap.server.db.gui.AddEntryDialog
Creates new entry addition dialog.
AnnotatedFilterTreeDialog - class org.apache.ldap.server.db.gui.AnnotatedFilterTreeDialog.
Dialog for showing annotated filter trees.
AnnotatedFilterTreeDialog(Frame, boolean) - Constructor for class org.apache.ldap.server.db.gui.AnnotatedFilterTreeDialog
Creates new form JDialog
AnonymousAuthenticator - class org.apache.ldap.server.authn.AnonymousAuthenticator.
A default implentation of an AuthenticationService for handling anonymous connections.
AnonymousAuthenticator() - Constructor for class org.apache.ldap.server.authn.AnonymousAuthenticator
 
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
 
ApplicationPartition - class org.apache.ldap.server.ApplicationPartition.
Creates a ContextPartition to be use for application specific contexts.
ApplicationPartition(Name, Name, Database, SearchEngine, AttributeType[]) - Constructor for class org.apache.ldap.server.ApplicationPartition
 
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
 
AttributesTableModel - class org.apache.ldap.server.db.gui.AttributesTableModel.
A general purpose table model for entry attributes.
AttributesTableModel(Attributes, BigInteger, String, boolean) - Constructor for class org.apache.ldap.server.db.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.
Created this wrapper to pass to ctx.setPrincipal() which is public for added security.
Authenticator - interface org.apache.ldap.server.authn.Authenticator.
Defines methods that all Authenticators must implement.
AuthenticatorConfig - interface org.apache.ldap.server.authn.AuthenticatorConfig.
An authenticator configuration object used by the server to pass information to an authenticator during initialization.
AuthenticatorConfigBuilder - class org.apache.ldap.server.authn.AuthenticatorConfigBuilder.
An authenticator configuration builder which produces AuthenticatorConfig objects from various configuration formats, namely Hashtables.
AuthenticatorConfigBuilder() - Constructor for class org.apache.ldap.server.authn.AuthenticatorConfigBuilder
 
AuthenticatorContext - interface org.apache.ldap.server.authn.AuthenticatorContext.
Defines a set of methods that an authenticator uses to communicate with its container, for example, to get the partition nexus, or whether the server is configured to accept anonymous connection.
AuthorizationService - class org.apache.ldap.server.authz.AuthorizationService.
An Interceptor that controls access to BackingStore operations.
AuthorizationService() - Constructor for class org.apache.ldap.server.authz.AuthorizationService
Creates an authorization service interceptor.
accept(LdapContext, SearchResult, SearchControls) - Method in interface org.apache.ldap.server.db.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.db.gui.AddEntryDialog
 
add(String, Name, Attributes) - Method in class org.apache.ldap.server.AbstractContextPartition
 
add(String, Name, Attributes) - Method in interface org.apache.ldap.server.BackingStore
Adds an entry to this BackingStore.
add(String, Name, Attributes) - Method in class org.apache.ldap.server.RootNexus
Looks up the backend corresponding to the entry first, then checks to see if the entry already exists.
add(String, Name, Attributes) - Method in interface org.apache.ldap.server.db.Database
TODO Document me!
add(Object, BigInteger) - Method in interface org.apache.ldap.server.db.Index
TODO Document me!
add(Attribute, BigInteger) - Method in interface org.apache.ldap.server.db.Index
TODO Document me!
add(Attributes, BigInteger) - Method in interface org.apache.ldap.server.db.Index
TODO Document me!
add(String, Name, Attributes) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
add(Object, BigInteger) - Method in class org.apache.ldap.server.db.jdbm.JdbmIndex
 
add(Attribute, BigInteger) - Method in class org.apache.ldap.server.db.jdbm.JdbmIndex
 
add(Attributes, BigInteger) - Method in class org.apache.ldap.server.db.jdbm.JdbmIndex
 
addActionListener(ActionListener) - Method in class org.apache.ldap.server.db.gui.FilterDialog
 
addAfter(String, String, Interceptor) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
Adds the specified interceptor with the specified name just after the interceptor whose name is baseName in this chain.
addBefore(String, String, Interceptor) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
Adds the specified interceptor with the specified name just before the interceptor whose name is baseName in this chain.
addFirst(String, Interceptor) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
Adds the specified interceptor with the specified name at the beginning of this chain.
addIndexOn(AttributeType) - Method in interface org.apache.ldap.server.db.Database
TODO Document me!
addIndexOn(AttributeType) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
addLast(String, Interceptor) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
Adds the specified interceptor with the specified name at the end of this chain.
addResultFilter(SearchResultFilter) - Method in class org.apache.ldap.server.db.ResultFilteringEnumeration
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.DeadContext
 
addToEnvironment(String, Object) - Method in class org.apache.ldap.server.jndi.ServerContext
 
annotate(ExprNode) - Method in class org.apache.ldap.server.db.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.db.Optimizer
Annotates the expression node tree for optimized traversal metrics.
assertCandidate(IndexRecord) - Method in interface org.apache.ldap.server.db.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.db.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.db.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
Perform the authentication operation and return the authorization id if successfull.
authenticate(ServerContext) - Method in class org.apache.ldap.server.authn.AnonymousAuthenticator
This will be called when the authentication is set to "none" on the client.
authenticate(ServerContext) - Method in interface org.apache.ldap.server.authn.Authenticator
Perform the authentication operation and return the authorization id if successfull.
authenticate(ServerContext) - Method in class org.apache.ldap.server.authn.SimpleAuthenticator
Uses the userPassword field of the user to authenticate.
authenticatorConfig - Variable in class org.apache.ldap.server.authn.AbstractAuthenticator
authenticator config
authenticatorType - Variable in class org.apache.ldap.server.authn.AbstractAuthenticator
authenticator type
authenticators - Variable in class org.apache.ldap.server.authn.AuthenticationService
authenticators

B

BASE_SCOPE - Static variable in class org.apache.ldap.server.db.gui.FilterDialog
 
BackendSubsystem - interface org.apache.ldap.server.BackendSubsystem.
 
BackingStore - interface org.apache.ldap.server.BackingStore.
An interface to a store for JNDI Attributes within a hierarchical namespace.
BaseInterceptor - class org.apache.ldap.server.interceptor.BaseInterceptor.
A easy-to-use implementation of Interceptor that demultiplexes invocations using method signature overloading.
BaseInterceptor() - Constructor for class org.apache.ldap.server.interceptor.BaseInterceptor
 
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.
bind(String, Object, Attributes) - Method in class org.apache.ldap.server.jndi.DeadContext
 
bind(Name, Object, Attributes) - Method in class org.apache.ldap.server.jndi.DeadContext
 
bind(String, Object) - Method in class org.apache.ldap.server.jndi.DeadContext
 
bind(Name, Object) - Method in class org.apache.ldap.server.jndi.DeadContext
 
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
 
build(Map, String) - Static method in class org.apache.ldap.server.interceptor.InterceptorConfigBuilder
 
buildIndicesMenu(Database) - Method in class org.apache.ldap.server.db.gui.MainFrame
 

C

CANCEL_CMD - Static variable in class org.apache.ldap.server.db.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.
ContextPartition - interface org.apache.ldap.server.ContextPartition.
ContextPartitions are indivisible BackingStores associated with a naming context as a base suffix.
ContextPartitionConfig - class org.apache.ldap.server.ContextPartitionConfig.
A configuration bean for ContextPartitions.
ContextPartitionConfig() - Constructor for class org.apache.ldap.server.ContextPartitionConfig
 
CoreContextFactory - class org.apache.ldap.server.jndi.CoreContextFactory.
A server-side provider implementation of a InitialContextFactory.
CoreContextFactory() - Constructor for class org.apache.ldap.server.jndi.CoreContextFactory
Default constructor that sets the provider of this ServerContextFactory.
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.
checkSecuritySettings(Hashtable) - Method in class org.apache.ldap.server.jndi.CoreContextFactory
Checks to make sure security environment parameters are set correctly.
childSpi(String) - Method in class org.apache.ldap.server.prefs.ServerSystemPreferences
 
children() - Method in class org.apache.ldap.server.db.gui.ASTNode
 
children() - Method in class org.apache.ldap.server.db.gui.EntryNode
 
childrenNamesSpi() - Method in class org.apache.ldap.server.prefs.ServerSystemPreferences
 
clear() - Method in class org.apache.ldap.server.db.IndexRecord
Clears the tuple key, the tuple value and the entry fields.
clear() - Method in class org.apache.ldap.server.interceptor.InterceptorChain
Removes all interceptors added to this chain.
clear() - Method in class org.apache.ldap.server.tools.schema.OpenLdapSchemaParser
 
close() - Method in class org.apache.ldap.server.AbstractContextPartition
 
close() - Method in interface org.apache.ldap.server.BackingStore
Closes or shuts down this BackingStore.
close() - Method in class org.apache.ldap.server.RootNexus
 
close() - Method in interface org.apache.ldap.server.db.Database
TODO Document me!
close() - Method in class org.apache.ldap.server.db.DisjunctionEnumeration
Closes all the underlying Cursors and not fail fast.
close() - Method in class org.apache.ldap.server.db.DupsEnumeration
Closes the underlying NamingEnumeration
close() - Method in interface org.apache.ldap.server.db.Index
TODO Document me!
close() - Method in class org.apache.ldap.server.db.IndexAssertionEnumeration
 
close() - Method in class org.apache.ldap.server.db.IndexEnumeration
 
close() - Method in class org.apache.ldap.server.db.NoDupsEnumeration
Sets hasNext to false.
close() - Method in class org.apache.ldap.server.db.ResultFilteringEnumeration
 
close() - Method in class org.apache.ldap.server.db.SearchResultEnumeration
 
close() - Method in interface org.apache.ldap.server.db.Table
Closes the underlying Db of this Table.
close() - Method in class org.apache.ldap.server.db.TupleEnumeration
 
close() - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
close() - Method in class org.apache.ldap.server.db.jdbm.JdbmIndex
 
close() - Method in class org.apache.ldap.server.db.jdbm.JdbmTable
 
close() - Method in class org.apache.ldap.server.jndi.DeadContext
 
close() - Method in class org.apache.ldap.server.jndi.ServerContext
 
closeDialog(WindowEvent) - Method in class org.apache.ldap.server.db.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.db.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.db.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.db.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.db.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.db.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.db.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.DeadContext
 
composeName(Name, Name) - Method in class org.apache.ldap.server.jndi.DeadContext
 
composeName(String, String) - Method in class org.apache.ldap.server.jndi.ServerContext
 
composeName(Name, Name) - Method in class org.apache.ldap.server.jndi.ServerContext
 
contextStack - Variable in class org.apache.ldap.server.invocation.Invocation
 
copy(IndexRecord) - Method in class org.apache.ldap.server.db.IndexRecord
Utility method used to copy the contents of one IndexRecord into this IndexRecord.
count() - Method in interface org.apache.ldap.server.db.Database
Gets the count of the total number of entries in the database.
count() - Method in interface org.apache.ldap.server.db.Index
Gets the total scan count for this index.
count(Object) - Method in interface org.apache.ldap.server.db.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.db.Index
TODO Document me!
count() - Method in interface org.apache.ldap.server.db.Table
Gets the count of the number of records in this Table.
count(Object) - Method in interface org.apache.ldap.server.db.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.db.Table
Returns the number of records greater than or less than a key value.
count() - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
count() - Method in class org.apache.ldap.server.db.jdbm.JdbmIndex
 
count(Object) - Method in class org.apache.ldap.server.db.jdbm.JdbmIndex
 
count(Object, boolean) - Method in class org.apache.ldap.server.db.jdbm.JdbmIndex
 
count(Object, boolean) - Method in class org.apache.ldap.server.db.jdbm.JdbmTable
 
count(Object) - Method in class org.apache.ldap.server.db.jdbm.JdbmTable
 
count() - Method in class org.apache.ldap.server.db.jdbm.JdbmTable
 
createLdapPrincipal(String) - Method in class org.apache.ldap.server.authn.AbstractAuthenticator
Allows a means to create an LDAP principal without exposing LdapPrincipal creation to the rest of the world.
createMode - Variable in class org.apache.ldap.server.jndi.CoreContextFactory
whether or not server is started for the first time
createSubcontext(String, Attributes) - Method in class org.apache.ldap.server.jndi.DeadContext
 
createSubcontext(Name, Attributes) - Method in class org.apache.ldap.server.jndi.DeadContext
 
createSubcontext(String) - Method in class org.apache.ldap.server.jndi.DeadContext
 
createSubcontext(Name) - Method in class org.apache.ldap.server.jndi.DeadContext
 
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.db.MasterTable
the name of the dbf file for this table
DEBUG_MODE - Static variable in class org.apache.ldap.server.db.gui.FilterDialog
 
DEFAULT_CURSOR - Static variable in class org.apache.ldap.server.db.gui.IndexDialog
 
DEFAULT_DEPS - Static variable in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapSchema
 
DEFAULT_SCHEMAS - Static variable in class org.apache.ldap.server.jndi.CoreContextFactory
default schema classes for the SCHEMAS_ENV property if not set
DEFAULT_WKDIR - Static variable in class org.apache.ldap.server.jndi.CoreContextFactory
default path to working directory if WKDIR_ENV property is not set
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
DISABLE_ANONYMOUS - Static variable in class org.apache.ldap.server.jndi.EnvKeys
bootstrap prop: if key is present it enables anonymous users
DISABLE_PROTOCOL - Static variable in class org.apache.ldap.server.jndi.EnvKeys
key used to disable the networking layer (wire protocol)
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
Database - interface org.apache.ldap.server.db.Database.
A database for storing attributes.
DbSearchResult - class org.apache.ldap.server.db.DbSearchResult.
A special search result that includes the unique database primary key or 'row id' of the entry in the master table for quick lookup.
DbSearchResult(BigInteger, String, Object, Attributes) - Constructor for class org.apache.ldap.server.db.DbSearchResult
Creates a database search result.
DbSearchResult(BigInteger, String, Object, Attributes, boolean) - Constructor for class org.apache.ldap.server.db.DbSearchResult
Creates a database search result.
DbSearchResult(BigInteger, String, String, Object, Attributes) - Constructor for class org.apache.ldap.server.db.DbSearchResult
Creates a database search result.
DbSearchResult(BigInteger, String, String, Object, Attributes, boolean) - Constructor for class org.apache.ldap.server.db.DbSearchResult
Creates a database search result.
DeadContext - class org.apache.ldap.server.jndi.DeadContext.
A do nothing placeholder context whose methods throw ConfigurationExceptions.
DeadContext() - Constructor for class org.apache.ldap.server.jndi.DeadContext
 
DefaultOptimizer - class org.apache.ldap.server.db.DefaultOptimizer.
Optimizer that annotates the filter using scan counts.
DefaultOptimizer(Database) - Constructor for class org.apache.ldap.server.db.DefaultOptimizer
Creates an optimizer on a database.
DefaultSearchEngine - class org.apache.ldap.server.db.DefaultSearchEngine.
Given a search filter and a scope the search engine identifies valid candidate entries returning their ids.
DefaultSearchEngine(Database, ExpressionEvaluator, ExpressionEnumerator) - Constructor for class org.apache.ldap.server.db.DefaultSearchEngine
Creates a DefaultSearchEngine for searching a Database without setting up the database.
Delete - class org.apache.ldap.server.invocation.Delete.
Represents an Invocation on BackingStore.delete(Name).
Delete(Name) - Constructor for class org.apache.ldap.server.invocation.Delete
 
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.db.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.db.DisjunctionEnumeration
Creates a DisjunctionEnumeration over a set of child NamingEnumerations.
DupsEnumeration - class org.apache.ldap.server.db.DupsEnumeration.
NamingEnumeration that enumerates over duplicate values nested into a value using a TreeSet.
DupsEnumeration(NoDupsEnumeration) - Constructor for class org.apache.ldap.server.db.DupsEnumeration
Creates a DupsEnumeration over a enumeration of Tuples holding TreeSets for values that have the same key.
delete(Name) - Method in class org.apache.ldap.server.AbstractContextPartition
 
delete(Name) - Method in interface org.apache.ldap.server.BackingStore
Deletes a leaf entry from this BackingStore: non-leaf entries cannot be deleted until this operation has been applied to their children.
delete(Name) - Method in class org.apache.ldap.server.RootNexus
 
delete(BigInteger) - Method in interface org.apache.ldap.server.db.Database
TODO Document me!
delete(BigInteger) - Method in interface org.apache.ldap.server.db.MasterTable
Deletes a entry from the master table at an index specified by id.
delete(int) - Method in class org.apache.ldap.server.db.gui.AttributesTableModel
Deletes a row within the table model.
delete(BigInteger) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
delete(BigInteger) - Method in class org.apache.ldap.server.db.jdbm.JdbmMasterTable
Deletes a entry from the master table at an index specified by id.
destroy() - Method in class org.apache.ldap.server.authn.AuthenticationService
 
destroy() - Method in class org.apache.ldap.server.authz.AuthorizationService
 
destroy() - Method in class org.apache.ldap.server.exception.ExceptionService
 
destroy() - Method in interface org.apache.ldap.server.interceptor.Interceptor
Deinitializes this interceptor.
destroy() - Method in class org.apache.ldap.server.interceptor.InterceptorChain
Deinitializes 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.schema.SchemaService
 
destroySubcontext(String) - Method in class org.apache.ldap.server.jndi.DeadContext
 
destroySubcontext(Name) - Method in class org.apache.ldap.server.jndi.DeadContext
 
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.db.gui.MainFrame
Displays a entry addition dialog.
doAnnotate(String) - Method in class org.apache.ldap.server.db.gui.MainFrame
 
doDebug(String, String, String, String) - Method in class org.apache.ldap.server.db.gui.MainFrame
 
doDelete - Variable in class org.apache.ldap.server.AbstractCoreTest
flag whether to delete database files for each test or not
doDelete(File) - Method in class org.apache.ldap.server.AbstractCoreTest
Deletes the Eve working directory.
doExecute(BackingStore) - Method in class org.apache.ldap.server.invocation.Add
 
doExecute(BackingStore) - Method in class org.apache.ldap.server.invocation.Delete
 
doExecute(BackingStore) - Method in class org.apache.ldap.server.invocation.GetMatchedDN
 
doExecute(BackingStore) - Method in class org.apache.ldap.server.invocation.GetSuffix
 
doExecute(BackingStore) - Method in class org.apache.ldap.server.invocation.HasEntry
 
doExecute(BackingStore) - Method in class org.apache.ldap.server.invocation.Invocation
Implement this method to invoke the appropriate operation on the specified store.
doExecute(BackingStore) - Method in class org.apache.ldap.server.invocation.IsSuffix
 
doExecute(BackingStore) - Method in class org.apache.ldap.server.invocation.List
 
doExecute(BackingStore) - Method in class org.apache.ldap.server.invocation.ListSuffixes
 
doExecute(BackingStore) - Method in class org.apache.ldap.server.invocation.Lookup
 
doExecute(BackingStore) - Method in class org.apache.ldap.server.invocation.LookupWithAttrIds
 
doExecute(BackingStore) - Method in class org.apache.ldap.server.invocation.Modify
 
doExecute(BackingStore) - Method in class org.apache.ldap.server.invocation.ModifyMany
 
doExecute(BackingStore) - Method in class org.apache.ldap.server.invocation.ModifyRN
 
doExecute(BackingStore) - Method in class org.apache.ldap.server.invocation.Move
 
doExecute(BackingStore) - Method in class org.apache.ldap.server.invocation.MoveAndModifyRN
 
doExecute(BackingStore) - Method in class org.apache.ldap.server.invocation.Search
 
doFilterDialog(String) - Method in class org.apache.ldap.server.db.gui.MainFrame
 
doImport() - Method in class org.apache.ldap.server.db.gui.MainFrame
 
doRun(String, String, String, String) - Method in class org.apache.ldap.server.db.gui.MainFrame
 
doRunDebugAnnotate(FilterDialog, String) - Method in class org.apache.ldap.server.db.gui.MainFrame
 
doScan(String, String) - Method in class org.apache.ldap.server.db.gui.IndexDialog
 
drop(BigInteger) - Method in interface org.apache.ldap.server.db.Index
TODO Document me!
drop(Object, BigInteger) - Method in interface org.apache.ldap.server.db.Index
TODO Document me!
drop(Attribute, BigInteger) - Method in interface org.apache.ldap.server.db.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.db.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.db.jdbm.JdbmIndex
 
drop(BigInteger) - Method in class org.apache.ldap.server.db.jdbm.JdbmIndex
 
drop(Attribute, BigInteger) - Method in class org.apache.ldap.server.db.jdbm.JdbmIndex
 
drop(Attributes, BigInteger) - Method in class org.apache.ldap.server.db.jdbm.JdbmIndex
 

E

EMPTY - Static variable in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer
a reused empty String array
ENABLE_KERBEROS - Static variable in class org.apache.ldap.server.jndi.EnvKeys
Switch used to start up the kerberos server.
EQUALITY_CURSOR - Static variable in class org.apache.ldap.server.db.gui.IndexDialog
 
EXISTANCE_OID - Static variable in class org.apache.ldap.server.AbstractContextPartition
Private OID (1.2.6.1.4.1.18060.1.1.1.3.3) for _existance op attrib
EntryDialog - class org.apache.ldap.server.db.gui.EntryDialog.
Allows for operations on entries.
EntryDialog(Frame, String, boolean) - Constructor for class org.apache.ldap.server.db.gui.EntryDialog
Creates new form JDialog
EntryNode - class org.apache.ldap.server.db.gui.EntryNode.
A node representing an entry.
EntryNode(BigInteger, EntryNode, Database, Attributes, HashMap) - Constructor for class org.apache.ldap.server.db.gui.EntryNode
 
EntryNode(BigInteger, EntryNode, Database, Attributes, HashMap, ExprNode, SearchEngine) - Constructor for class org.apache.ldap.server.db.gui.EntryNode
 
Enumerator - interface org.apache.ldap.server.db.Enumerator.
An enumeration builder or factory for filter expressions.
EnvKeys - class org.apache.ldap.server.jndi.EnvKeys.
JNDI environment property key constants.
EnvKeys() - Constructor for class org.apache.ldap.server.jndi.EnvKeys
 
Evaluator - interface org.apache.ldap.server.db.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 BackingStore 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.db.ExpressionEnumerator.
Enumerates over candidates that satisfy a filter expression.
ExpressionEnumerator(Database, AttributeTypeRegistry, ExpressionEvaluator) - Constructor for class org.apache.ldap.server.db.ExpressionEnumerator
Creates an expression tree enumerator.
ExpressionEvaluator - class org.apache.ldap.server.db.ExpressionEvaluator.
Top level filter expression evaluator implemenation.
ExpressionEvaluator(LeafEvaluator) - Constructor for class org.apache.ldap.server.db.ExpressionEvaluator
Creates a top level Evaluator where leaves are delegated to a leaf node evaluator which is already provided.
ExpressionEvaluator(Database, OidRegistry, AttributeTypeRegistry) - Constructor for class org.apache.ldap.server.db.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.db.Enumerator
Creates an enumeration to enumerate through the set of candidates satisfying a filter expression.
enumerate(ExprNode) - Method in class org.apache.ldap.server.db.ExpressionEnumerator
Creates an enumeration to enumerate through the set of candidates satisfying a filter expression.
enumerate(ExprNode) - Method in class org.apache.ldap.server.db.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.db.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.db.DefaultSearchEngine
 
evaluate(ExprNode, IndexRecord) - Method in interface org.apache.ldap.server.db.Evaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(ExprNode, IndexRecord) - Method in class org.apache.ldap.server.db.ExpressionEvaluator
 
evaluate(ExprNode, IndexRecord) - Method in class org.apache.ldap.server.db.LeafEvaluator
 
evaluate(ExprNode, IndexRecord) - Method in class org.apache.ldap.server.db.ScopeEvaluator
 
evaluate(ExprNode, BigInteger) - Method in interface org.apache.ldap.server.db.SearchEngine
Evaluates a filter on an entry with a id.
evaluate(ExprNode, IndexRecord) - Method in class org.apache.ldap.server.db.SubstringEvaluator
 
execute() - Method in class org.apache.ldap.server.db.gui.PartitionViewer
 
execute(BackingStore) - Method in class org.apache.ldap.server.invocation.Invocation
Executes this invocation on the specified store.
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.DeadContext
 
extendedOperation(ExtendedRequest) - Method in class org.apache.ldap.server.jndi.ServerLdapContext
 
extras - Variable in class org.apache.ldap.server.AbstractCoreTest
extra environment parameters that can be added before setUp

F

FINDING - Static variable in interface org.apache.ldap.server.db.SearchEngine
 
FORWARD_BTREE - Static variable in class org.apache.ldap.server.db.jdbm.JdbmIndex
 
FilterDialog - class org.apache.ldap.server.db.gui.FilterDialog.
A dialog for the filter.
FilterDialog(String, JFrame, boolean) - Constructor for class org.apache.ldap.server.db.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.db.Index
TODO Document me!
forwardLookup(Object) - Method in class org.apache.ldap.server.db.jdbm.JdbmIndex
 

G

GREATER_CURSOR - Static variable in class org.apache.ldap.server.db.gui.IndexDialog
 
GROUPS_BASE_DN - Static variable in class org.apache.ldap.server.SystemPartition
the base dn under which all groups reside
GenericAuthenticatorConfig - class org.apache.ldap.server.authn.GenericAuthenticatorConfig.
Default implementation of AuthenticatorConfig.
GenericAuthenticatorConfig() - Constructor for class org.apache.ldap.server.authn.GenericAuthenticatorConfig
 
GenericAuthenticatorContext - class org.apache.ldap.server.authn.GenericAuthenticatorContext.
Default implementation of AuthenticatorContext.
GenericAuthenticatorContext() - Constructor for class org.apache.ldap.server.authn.GenericAuthenticatorContext
Create a new AuthenticatorContext.
GetMatchedDN - class org.apache.ldap.server.invocation.GetMatchedDN.
Represents an Invocation on PartitionNexus.getMatchedDn(Name, boolean).
GetMatchedDN(Name, boolean) - Constructor for class org.apache.ldap.server.invocation.GetMatchedDN
 
GetSuffix - class org.apache.ldap.server.invocation.GetSuffix.
Represents an Invocation on ContextPartition.getSuffix(boolean).
GetSuffix(Name, boolean) - Constructor for class org.apache.ldap.server.invocation.GetSuffix
 
GlobalAttributeTypeRegistry - class org.apache.ldap.server.schema.GlobalAttributeTypeRegistry.
A plain old java object implementation of an AttributeTypeRegistry.
GlobalAttributeTypeRegistry(SystemPartition, 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(SystemPartition, 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(SystemPartition, 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(SystemPartition, 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(SystemPartition, 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(SystemPartition, 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(SystemPartition, 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(SystemPartition, 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(SystemPartition, 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(SystemPartition, 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(SystemPartition, 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(SystemPartition, 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(SystemPartition, 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(BigInteger) - Method in interface org.apache.ldap.server.db.MasterTable
Gets the Attributes of an entry from this MasterTable.
get(Object) - Method in interface org.apache.ldap.server.db.Table
Gets the value of a record by key if the key exists.
get(BigInteger) - Method in class org.apache.ldap.server.db.jdbm.JdbmMasterTable
Gets the Attributes of an entry from this MasterTable.
get(Object) - Method in class org.apache.ldap.server.db.jdbm.JdbmTable
 
get(String) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
Returns the interceptor with the specified name.
getAdminDn() - Static method in class org.apache.ldap.server.SystemPartition
Gets the DN for the admin user.
getAliasIndex() - Method in interface org.apache.ldap.server.db.Database
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.db.jdbm.JdbmDatabase
 
getAll() - Method in class org.apache.ldap.server.interceptor.InterceptorChain
Returns the list of interceptors this chain in the order of evaluation.
getAllReversed() - Method in class org.apache.ldap.server.interceptor.InterceptorChain
Returns the list of interceptors this chain in the reversed order of evaluation.
getAllowAnonymous() - Method in interface org.apache.ldap.server.authn.AuthenticatorContext
Returns the value of server.disable.anonymous JNDI Property.
getAllowAnonymous() - Method in class org.apache.ldap.server.authn.GenericAuthenticatorContext
 
getAllowsChildren() - Method in class org.apache.ldap.server.db.gui.ASTNode
 
getAllowsChildren() - Method in class org.apache.ldap.server.db.gui.EntryNode
 
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.db.Index
Gets the attribute this Index is built upon.
getAttribute() - Method in class org.apache.ldap.server.db.jdbm.JdbmIndex
 
getAttributeIds() - Method in class org.apache.ldap.server.invocation.LookupWithAttrIds
 
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() - Method in class org.apache.ldap.server.ContextPartitionConfig
 
getAttributes() - Method in class org.apache.ldap.server.db.IndexRecord
Gets the entry of this IndexRecord if one was resusitated form the master table.
getAttributes() - Method in class org.apache.ldap.server.invocation.Add
 
getAttributes() - Method in class org.apache.ldap.server.invocation.Modify
 
getAttributes(String) - Method in class org.apache.ldap.server.jndi.DeadContext
 
getAttributes(Name) - Method in class org.apache.ldap.server.jndi.DeadContext
 
getAttributes(String, String[]) - Method in class org.apache.ldap.server.jndi.DeadContext
 
getAttributes(Name, String[]) - Method in class org.apache.ldap.server.jndi.DeadContext
 
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
 
getAuthenticatorClass() - Method in class org.apache.ldap.server.authn.GenericAuthenticatorConfig
 
getAuthenticatorConfig() - Method in class org.apache.ldap.server.authn.AbstractAuthenticator
Return this authenticator's AuthenticatorConfig object.
getAuthenticatorConfig() - Method in interface org.apache.ldap.server.authn.Authenticator
 
getAuthenticatorConfig(String, Hashtable) - Static method in class org.apache.ldap.server.authn.AuthenticatorConfigBuilder
Extracts properties from a Hashtable and builds a configuration bean for an AuthenticationService.
getAuthenticatorConfigs(Hashtable) - Static method in class org.apache.ldap.server.authn.AuthenticatorConfigBuilder
Extracts properties from a Hashtable and builds a set of configurations bean for Authenticators.
getAuthenticatorContext() - Method in class org.apache.ldap.server.authn.AbstractAuthenticator
Returns a reference to the AuthenticatorContext in which this authenticator is running.
getAuthenticatorContext() - Method in interface org.apache.ldap.server.authn.AuthenticatorConfig
Returns a reference to the AuthenticatorContext.
getAuthenticatorContext() - Method in class org.apache.ldap.server.authn.GenericAuthenticatorConfig
 
getAuthenticatorName() - Method in class org.apache.ldap.server.authn.AbstractAuthenticator
Returns the name of this authenticator instance.
getAuthenticatorName() - Method in interface org.apache.ldap.server.authn.AuthenticatorConfig
Returns the name of this authenticator instance.
getAuthenticatorName() - Method in class org.apache.ldap.server.authn.GenericAuthenticatorConfig
 
getAuthenticatorType() - Method in class org.apache.ldap.server.authn.AbstractAuthenticator
Returns this authenticator's type.
getAuthenticatorType() - Method in interface org.apache.ldap.server.authn.Authenticator
 
getAuthenticators(String) - Method in class org.apache.ldap.server.authn.AuthenticationService
Gets the authenticators with a specific type.
getBase() - Method in class org.apache.ldap.server.db.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.
getBaseName() - Method in class org.apache.ldap.server.invocation.List
 
getBaseName() - Method in class org.apache.ldap.server.invocation.Search
 
getChildAt(int) - Method in class org.apache.ldap.server.db.gui.ASTNode
 
getChildAt(int) - Method in class org.apache.ldap.server.db.gui.EntryNode
 
getChildCount(BigInteger) - Method in interface org.apache.ldap.server.db.Database
TODO Document me!
getChildCount() - Method in class org.apache.ldap.server.db.gui.ASTNode
 
getChildCount() - Method in class org.apache.ldap.server.db.gui.EntryNode
 
getChildCount(BigInteger) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
getChildDn() - Method in class org.apache.ldap.server.db.gui.AddEntryDialog
 
getChildEntry() - Method in class org.apache.ldap.server.db.gui.AddEntryDialog
 
getClassType() - Method in class org.apache.ldap.server.tools.schema.ObjectClassLiteral
 
getColumnClass(int) - Method in class org.apache.ldap.server.db.gui.AttributesTableModel
 
getColumnCount() - Method in class org.apache.ldap.server.db.gui.AttributesTableModel
 
getColumnName(int) - Method in class org.apache.ldap.server.db.gui.AttributesTableModel
 
getComparator() - Method in interface org.apache.ldap.server.db.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.db.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
 
getConfig() - Method in class org.apache.ldap.server.interceptor.InterceptorContext
 
getConnectControls() - Method in class org.apache.ldap.server.jndi.DeadContext
 
getConnectControls() - Method in class org.apache.ldap.server.jndi.ServerLdapContext
 
getContextPartitionConfig(String, Hashtable) - Static method in class org.apache.ldap.server.jndi.PartitionConfigBuilder
Extracts properties from a Hashtable and builds a configuration bean for a ContextPartition.
getContextPartitionConfigs(Hashtable) - Static method in class org.apache.ldap.server.jndi.PartitionConfigBuilder
Extracts properties from a Hashtable and builds a set of configurations bean for ContextPartitions.
getContextStack() - Method in class org.apache.ldap.server.invocation.Invocation
Gets the context stack in which this invocation occurs.
getControls() - Method in class org.apache.ldap.server.invocation.Search
 
getCurrentId() - Method in interface org.apache.ldap.server.db.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.db.jdbm.JdbmMasterTable
Get's the current id value from this master database's sequence without affecting the seq.
getDb() - Method in class org.apache.ldap.server.AbstractContextPartition
Gets the Database used by this ContextPartition.
getDeadContext() - Method in class org.apache.ldap.server.jndi.JndiProvider
A dead context is requested and returned when we shutdown the system.
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.authn.LdapPrincipal
Gets a cloned copy of the normalized distinguished name of this principal as a JNDI Name.
getDn() - Method in class org.apache.ldap.server.jndi.ServerContext
Gets the distinguished name of the entry associated with this Context.
getEngine() - Method in class org.apache.ldap.server.AbstractContextPartition
Gets the DefaultSearchEngine used by this ContextPartition to search the Database.
getEntryDn(BigInteger) - Method in interface org.apache.ldap.server.db.Database
TODO Document me!
getEntryDn() - Method in class org.apache.ldap.server.db.gui.AttributesTableModel
Gets the distinguished name of the entry.
getEntryDn() - Method in class org.apache.ldap.server.db.gui.EntryNode
 
getEntryDn(BigInteger) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
getEntryId(String) - Method in interface org.apache.ldap.server.db.Database
TODO Document me!
getEntryId() - Method in class org.apache.ldap.server.db.IndexRecord
Gets the entry id for this IndexRecord.
getEntryId() - Method in class org.apache.ldap.server.db.gui.AttributesTableModel
Gets the unique id for the entry.
getEntryId() - Method in class org.apache.ldap.server.db.gui.EntryNode
 
getEntryId(String) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
getEntryUpdn(BigInteger) - Method in interface org.apache.ldap.server.db.Database
Gets the user provided distinguished name.
getEntryUpdn(String) - Method in interface org.apache.ldap.server.db.Database
Gets the user provided distinguished name.
getEntryUpdn(BigInteger) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
getEntryUpdn(String) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
getEnvironment() - Method in class org.apache.ldap.server.interceptor.InterceptorContext
 
getEnvironment() - Method in class org.apache.ldap.server.invocation.Search
 
getEnvironment() - Method in class org.apache.ldap.server.jndi.DeadContext
 
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 interface org.apache.ldap.server.db.Database
Gets the Index mapping the names of attributes as Strings to the BigInteger primary keys of entries containing one or more values of those attributes.
getExistanceIndex() - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
getExprNode() - Method in class org.apache.ldap.server.db.gui.ASTNode
 
getFilter() - Method in class org.apache.ldap.server.db.gui.FilterDialog
 
getFilter() - Method in class org.apache.ldap.server.invocation.Search
 
getFilters() - Method in class org.apache.ldap.server.db.ResultFilteringEnumeration
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 class org.apache.ldap.server.interceptor.InterceptorContext
 
getGroupsBaseDn() - Static method in class org.apache.ldap.server.SystemPartition
Gets the DN for the base entry under which all groups reside.
getHierarchyIndex() - Method in interface org.apache.ldap.server.db.Database
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.db.jdbm.JdbmDatabase
 
getId() - Method in class org.apache.ldap.server.ContextPartitionConfig
 
getId() - Method in class org.apache.ldap.server.db.DbSearchResult
Gets the unique row id of the entry into the master table.
getIndex(TreeNode) - Method in class org.apache.ldap.server.db.gui.ASTNode
 
getIndex(TreeNode) - Method in class org.apache.ldap.server.db.gui.EntryNode
 
getIndexKey() - Method in class org.apache.ldap.server.db.IndexRecord
Gets the index key ( the attribute's value ) for this IndexRecord.
getIndexName() - Method in class org.apache.ldap.server.db.IndexNotFoundException
Gets the name of the attribute the index was missing for.
getIndices() - Method in class org.apache.ldap.server.ContextPartitionConfig
 
getIndices(BigInteger) - Method in interface org.apache.ldap.server.db.Database
TODO Document me!
getIndices(BigInteger) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
getInitParameter(String) - Method in class org.apache.ldap.server.authn.AbstractAuthenticator
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in interface org.apache.ldap.server.authn.AuthenticatorConfig
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in class org.apache.ldap.server.authn.GenericAuthenticatorConfig
 
getInitParameterNames() - Method in class org.apache.ldap.server.authn.AbstractAuthenticator
Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters.
getInitParameterNames() - Method in interface org.apache.ldap.server.authn.AuthenticatorConfig
Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters.
getInitParameterNames() - Method in class org.apache.ldap.server.authn.GenericAuthenticatorConfig
 
getInitialContext(Hashtable) - Method in class org.apache.ldap.server.jndi.CoreContextFactory
 
getInitialContext(Hashtable) - Method in class org.apache.ldap.server.jndi.ServerContextFactory
Checks first for a shutdown operation and if so stops the server.
getInterceptor() - Method in class org.apache.ldap.server.interceptor.InterceptorException
Gets the interceptor this exception is associated with.
getInterceptor() - Method in class org.apache.ldap.server.jndi.JndiProvider
 
getInvocation() - Method in class org.apache.ldap.server.interceptor.InterceptorException
Gets the invovation object this exception is associated with.
getJavaSrcDir() - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
 
getKey() - Method in class org.apache.ldap.server.db.Tuple
Gets the key for this Tuple.
getKeyComparator() - Method in class org.apache.ldap.server.db.IndexComparator
Gets the comparator used to compare keys.
getKeyComparator() - Method in class org.apache.ldap.server.db.KeyOnlyComparator
Gets the comparator used to compare keys.
getKeyComparator() - Method in interface org.apache.ldap.server.db.TupleComparator
Gets the comparator used to compare keys.
getKeyString(Object) - Method in interface org.apache.ldap.server.db.TupleRenderer
Gets the key Object rendered as a String.
getLastFault() - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaToolTask
 
getLdapContext(Hashtable) - Method in interface org.apache.ldap.server.BackendSubsystem
Gets an LdapContext to attach to a point in the DIT using the supplied environment parameters.
getLdapContext() - Method in interface org.apache.ldap.server.PartitionNexus
Gets the LdapContext associated with the calling thread.
getLdapContext() - Method in class org.apache.ldap.server.RootNexus
 
getLdapContext(Hashtable) - Method in class org.apache.ldap.server.jndi.JndiProvider
 
getLdapEntry() - Method in class org.apache.ldap.server.db.gui.EntryNode
 
getLeafEvaluator() - Method in class org.apache.ldap.server.db.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.db.gui.FilterDialog
 
getMatchedDn(Name, boolean) - Method in interface org.apache.ldap.server.PartitionNexus
Gets the most significant Dn that exists within the server for any Dn.
getMatchedDn(Name, boolean) - Method in class org.apache.ldap.server.RootNexus
 
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
 
getModOp() - Method in class org.apache.ldap.server.invocation.Modify
 
getModificationItems() - Method in class org.apache.ldap.server.invocation.ModifyMany
 
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
Gets the normalized distinguished name of the principal as a String.
getName() - Method in interface org.apache.ldap.server.db.Table
Gets the name of this Table.
getName() - Method in class org.apache.ldap.server.db.jdbm.JdbmTable
 
getName() - Method in class org.apache.ldap.server.invocation.Delete
 
getName() - Method in class org.apache.ldap.server.invocation.GetMatchedDN
 
getName() - Method in class org.apache.ldap.server.invocation.GetSuffix
 
getName() - Method in class org.apache.ldap.server.invocation.HasEntry
 
getName() - Method in class org.apache.ldap.server.invocation.IsSuffix
 
getName() - Method in class org.apache.ldap.server.invocation.Lookup
 
getName() - Method in class org.apache.ldap.server.invocation.LookupWithAttrIds
 
getName() - Method in class org.apache.ldap.server.invocation.Modify
 
getName() - Method in class org.apache.ldap.server.invocation.ModifyMany
 
getName() - Method in class org.apache.ldap.server.invocation.ModifyRN
 
getName() - Method in class org.apache.ldap.server.invocation.Move
 
getName() - Method in class org.apache.ldap.server.invocation.MoveAndModifyRN
 
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.DeadContext
 
getNameInNamespace() - Method in class org.apache.ldap.server.jndi.ServerContext
 
getNameParser(String) - Method in class org.apache.ldap.server.jndi.DeadContext
 
getNameParser(Name) - Method in class org.apache.ldap.server.jndi.DeadContext
 
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 interface org.apache.ldap.server.db.Database
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.db.jdbm.JdbmDatabase
 
getNewParentName() - Method in class org.apache.ldap.server.invocation.Move
 
getNewParentName() - Method in class org.apache.ldap.server.invocation.MoveAndModifyRN
 
getNewRelativeName() - Method in class org.apache.ldap.server.invocation.ModifyRN
 
getNewRelativeName() - Method in class org.apache.ldap.server.invocation.MoveAndModifyRN
 
getNext(Tuple) - Method in interface org.apache.ldap.server.db.TupleBrowser
Gets the next value deemed greater than the last using the key comparator.
getNext(Tuple) - Method in class org.apache.ldap.server.db.jdbm.JdbmTupleBrowser
 
getNextId() - Method in interface org.apache.ldap.server.db.MasterTable
Get's the next value from this SequenceBDb.
getNextId() - Method in class org.apache.ldap.server.db.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.db.Index
Gets the normalized value for an attribute.
getNormalized(Object) - Method in class org.apache.ldap.server.db.jdbm.JdbmIndex
TODO Document me!
getNormalizedName() - Method in class org.apache.ldap.server.invocation.Add
 
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 interface org.apache.ldap.server.db.Database
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.db.jdbm.JdbmDatabase
 
getOptimizer() - Method in class org.apache.ldap.server.db.DefaultSearchEngine
Gets the optimizer for this DefaultSearchEngine.
getOptimizer() - Method in interface org.apache.ldap.server.db.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
 
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.
getParent() - Method in class org.apache.ldap.server.db.gui.ASTNode
 
getParent() - Method in class org.apache.ldap.server.db.gui.EntryNode
 
getParentId(String) - Method in interface org.apache.ldap.server.db.Database
TODO Document me!
getParentId(BigInteger) - Method in interface org.apache.ldap.server.db.Database
TODO Document me!
getParentId(String) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
getParentId(BigInteger) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
getPartitionClass() - Method in class org.apache.ldap.server.ContextPartitionConfig
 
getPartitionNexus() - Method in interface org.apache.ldap.server.authn.AuthenticatorContext
Returns a reference to the PartitionNexus.
getPartitionNexus() - Method in class org.apache.ldap.server.authn.GenericAuthenticatorContext
 
getPrevious(Tuple) - Method in interface org.apache.ldap.server.db.TupleBrowser
Gets the previous value deemed greater than the last using the key comparator.
getPrevious(Tuple) - Method in class org.apache.ldap.server.db.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(Invocation) - Static method in class org.apache.ldap.server.interceptor.BaseInterceptor
Gets the call's current context's Principal.
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.
getProperties() - Method in class org.apache.ldap.server.ContextPartitionConfig
 
getProperties() - Method in class org.apache.ldap.server.authn.GenericAuthenticatorConfig
 
getProperty(String) - Method in interface org.apache.ldap.server.db.Database
TODO Document me!
getProperty(String) - Method in interface org.apache.ldap.server.db.MasterTable
Gets a persistant property stored in the admin table of this MasterTable.
getProperty(String) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
getProperty(String) - Method in class org.apache.ldap.server.db.jdbm.JdbmMasterTable
Gets a persistant property stored in the admin table of this MasterTable.
getRenderer() - Method in interface org.apache.ldap.server.db.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.db.jdbm.JdbmTable
 
getRequestControls() - Method in class org.apache.ldap.server.jndi.DeadContext
 
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.DeadContext
 
getResponseControls() - Method in class org.apache.ldap.server.jndi.ServerLdapContext
 
getResultCode() - Method in class org.apache.ldap.server.interceptor.InterceptorException
Will return the resultCode of the root cause if the root cause implements LdapException.
getReturnValue() - Method in class org.apache.ldap.server.invocation.Invocation
Returns the returnValue object for this invocation.
getRootDSE() - Method in class org.apache.ldap.server.RootNexus
Get's the RootDSE entry for the DSA.
getRootNexus() - Method in class org.apache.ldap.server.interceptor.InterceptorContext
 
getRowCount() - Method in class org.apache.ldap.server.db.gui.AttributesTableModel
 
getSchema(String) - Method in class org.apache.ldap.server.jndi.DeadContext
 
getSchema(Name) - Method in class org.apache.ldap.server.jndi.DeadContext
 
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(String) - Method in class org.apache.ldap.server.jndi.DeadContext
 
getSchemaClassDefinition(Name) - Method in class org.apache.ldap.server.jndi.DeadContext
 
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.db.gui.FilterDialog
 
getScopeEvaluator() - Method in class org.apache.ldap.server.db.LeafEvaluator
 
getSelectedDn() - Method in class org.apache.ldap.server.db.gui.MainFrame
Gets the DN of the DIT node selected in the tree view.
getSpi(String) - Method in class org.apache.ldap.server.prefs.ServerSystemPreferences
 
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 interface org.apache.ldap.server.db.Database
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.db.jdbm.JdbmDatabase
 
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.db.LeafEvaluator
 
getSuffix(boolean) - Method in class org.apache.ldap.server.ApplicationPartition
 
getSuffix(boolean) - Method in interface org.apache.ldap.server.ContextPartition
Gets the distinguished/absolute name of the suffix for all entries stored within this BackingStore.
getSuffix() - Method in class org.apache.ldap.server.ContextPartitionConfig
 
getSuffix(Name, boolean) - Method in interface org.apache.ldap.server.PartitionNexus
Gets the distinguished name of the suffix that would hold an entry with the supplied distinguished name parameter.
getSuffix(Name, boolean) - Method in class org.apache.ldap.server.RootNexus
 
getSuffix(boolean) - Method in class org.apache.ldap.server.SystemPartition
 
getSuffix() - Method in interface org.apache.ldap.server.db.Database
 
getSuffix() - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
getSuffixEntry() - Method in interface org.apache.ldap.server.db.Database
TODO Document me!
getSuffixEntry() - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
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 interface org.apache.ldap.server.db.Database
TODO Document me!
getSystemIndex(String) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
getSystemIndices() - Method in interface org.apache.ldap.server.db.Database
TODO Document me!
getSystemIndices() - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
getSystemPartition() - Method in class org.apache.ldap.server.interceptor.InterceptorContext
 
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 interface org.apache.ldap.server.db.Database
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.db.jdbm.JdbmDatabase
 
getUsage() - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
getUserIndex(String) - Method in interface org.apache.ldap.server.db.Database
TODO Document me!
getUserIndex(String) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
getUserIndices() - Method in interface org.apache.ldap.server.db.Database
TODO Document me!
getUserIndices() - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
getUserProvidedName() - Method in class org.apache.ldap.server.invocation.Add
 
getUsersBaseDn() - Static method in class org.apache.ldap.server.SystemPartition
Gets the DN for the base entry under which all non-admin users reside.
getValue() - Method in class org.apache.ldap.server.db.Tuple
Gets the value for this Tuple.
getValueAt(int, int) - Method in class org.apache.ldap.server.db.gui.AttributesTableModel
 
getValueComparator() - Method in class org.apache.ldap.server.db.IndexComparator
Gets the binary comparator used to compare valuess.
getValueComparator() - Method in class org.apache.ldap.server.db.KeyOnlyComparator
Will throw an UnsupportedOperationException every time.
getValueComparator() - Method in interface org.apache.ldap.server.db.TupleComparator
Gets the binary comparator used to compare valuess.
getValueString(Object) - Method in interface org.apache.ldap.server.db.TupleRenderer
Gets the value Object rendered as a String.
globalRegistries - Variable in class org.apache.ldap.server.jndi.CoreContextFactory
the registries for system schema objects

H

HIERARCHY_OID - Static variable in class org.apache.ldap.server.AbstractContextPartition
Private OID (1.2.6.1.4.1.18060.1.1.1.3.4) for _hierarchy op attrib
HasEntry - class org.apache.ldap.server.invocation.HasEntry.
Represents an Invocation on BackingStore.hasEntry(Name).
HasEntry(Name) - Constructor for class org.apache.ldap.server.invocation.HasEntry
 
has(Object) - Method in interface org.apache.ldap.server.db.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.db.Table
Checks to see if this table has a key with a specific value.
has(Object, boolean) - Method in interface org.apache.ldap.server.db.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.db.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.db.jdbm.JdbmTable
 
has(Object, boolean) - Method in class org.apache.ldap.server.db.jdbm.JdbmTable
 
has(Object, Object) - Method in class org.apache.ldap.server.db.jdbm.JdbmTable
 
has(Object) - Method in class org.apache.ldap.server.db.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(Name) - Method in class org.apache.ldap.server.AbstractContextPartition
 
hasEntry(Name) - Method in interface org.apache.ldap.server.BackingStore
Fast operation to check and see if a particular entry exists.
hasEntry(Name) - Method in class org.apache.ldap.server.RootNexus
 
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.db.DisjunctionEnumeration
Tests if a prefetched value exists and a call to advance will hence succeed.
hasMore() - Method in class org.apache.ldap.server.db.DupsEnumeration
 
hasMore() - Method in class org.apache.ldap.server.db.IndexAssertionEnumeration
 
hasMore() - Method in class org.apache.ldap.server.db.IndexEnumeration
 
hasMore() - Method in class org.apache.ldap.server.db.NoDupsEnumeration
 
hasMore() - Method in class org.apache.ldap.server.db.ResultFilteringEnumeration
 
hasMore() - Method in class org.apache.ldap.server.db.SearchResultEnumeration
 
hasMore() - Method in class org.apache.ldap.server.db.TupleEnumeration
Checks if another value is available.
hasMoreElements() - Method in class org.apache.ldap.server.db.DisjunctionEnumeration
 
hasMoreElements() - Method in class org.apache.ldap.server.db.DupsEnumeration
Calls hasMore.
hasMoreElements() - Method in class org.apache.ldap.server.db.IndexAssertionEnumeration
 
hasMoreElements() - Method in class org.apache.ldap.server.db.IndexEnumeration
 
hasMoreElements() - Method in class org.apache.ldap.server.db.NoDupsEnumeration
Calls hasMore.
hasMoreElements() - Method in class org.apache.ldap.server.db.ResultFilteringEnumeration
 
hasMoreElements() - Method in class org.apache.ldap.server.db.SearchResultEnumeration
 
hasMoreElements() - Method in class org.apache.ldap.server.db.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 interface org.apache.ldap.server.db.Database
TODO Document me!
hasSystemIndexOn(String) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
hasUserIndexOn(String) - Method in interface org.apache.ldap.server.db.Database
TODO Document me!
hasUserIndexOn(String) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
hasValue(Object, BigInteger) - Method in interface org.apache.ldap.server.db.Index
TODO Document me!
hasValue(Object, BigInteger, boolean) - Method in interface org.apache.ldap.server.db.Index
TODO Document me!
hasValue(RE, BigInteger) - Method in interface org.apache.ldap.server.db.Index
TODO Document me!
hasValue(Object, BigInteger) - Method in class org.apache.ldap.server.db.jdbm.JdbmIndex
 
hasValue(Object, BigInteger, boolean) - Method in class org.apache.ldap.server.db.jdbm.JdbmIndex
 
hasValue(RE, BigInteger) - Method in class org.apache.ldap.server.db.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

INDICES - Static variable in class org.apache.ldap.server.jndi.EnvKeys
the envprop key base to the space separated list of indices for a partition
INTERCEPTORS - Static variable in class org.apache.ldap.server.jndi.EnvKeys
Bootstrap property: Interceptor or InterceptorChain that will intercept directory operations when they are invoked.
Index - interface org.apache.ldap.server.db.Index.
Required interfaces for an index.
IndexAssertion - interface org.apache.ldap.server.db.IndexAssertion.
Asserts whether or not a candidate should be returned in searching based on hard coded logic.
IndexAssertionEnumeration - class org.apache.ldap.server.db.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.db.IndexAssertionEnumeration
TODO Domument me!
IndexAssertionEnumeration(NamingEnumeration, IndexAssertion, boolean) - Constructor for class org.apache.ldap.server.db.IndexAssertionEnumeration
TODO Domument me!
IndexComparator - class org.apache.ldap.server.db.IndexComparator.
TupleComparator for index records.
IndexComparator(SerializableComparator, boolean) - Constructor for class org.apache.ldap.server.db.IndexComparator
Creates an IndexComparator.
IndexDialog - class org.apache.ldap.server.db.gui.IndexDialog.
A dialog showing index values.
IndexDialog(Frame, boolean, Index) - Constructor for class org.apache.ldap.server.db.gui.IndexDialog
Creates new form JDialog
IndexEnumeration - class org.apache.ldap.server.db.IndexEnumeration.
A NamingEnumeration over an Index which returns IndexRecords.
IndexEnumeration(NamingEnumeration) - Constructor for class org.apache.ldap.server.db.IndexEnumeration
TODO Domument me!
IndexEnumeration(NamingEnumeration, boolean) - Constructor for class org.apache.ldap.server.db.IndexEnumeration
TODO Domument me!
IndexEnumeration(NamingEnumeration, boolean, RE) - Constructor for class org.apache.ldap.server.db.IndexEnumeration
TODO Domument me!
IndexNotFoundException - exception org.apache.ldap.server.db.IndexNotFoundException.
NamingException for missing indicies if full table scans are disallowed.
IndexNotFoundException(String) - Constructor for class org.apache.ldap.server.db.IndexNotFoundException
Constructs an Exception with a detailed message.
IndexNotFoundException(String, String) - Constructor for class org.apache.ldap.server.db.IndexNotFoundException
Constructs an Exception with a detailed message.
IndexNotFoundException(String, String, Throwable) - Constructor for class org.apache.ldap.server.db.IndexNotFoundException
Constructs an Exception with a detailed message and a root cause exception.
IndexRecord - class org.apache.ldap.server.db.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.db.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 any directory operations.
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.
InterceptorConfigBuilder - class org.apache.ldap.server.interceptor.InterceptorConfigBuilder.
 
InterceptorContext - class org.apache.ldap.server.interceptor.InterceptorContext.
 
InterceptorContext(Map, SystemPartition, GlobalRegistries, RootNexus, Map) - Constructor for class org.apache.ldap.server.interceptor.InterceptorContext
 
InterceptorException - exception org.apache.ldap.server.interceptor.InterceptorException.
A LdapNamingException that wraps uncaught runtime exceptions thrown from Interceptors.
InterceptorException(Interceptor, Invocation) - Constructor for class org.apache.ldap.server.interceptor.InterceptorException
Creates an InterceptorException without a message.
InterceptorException(Interceptor, Invocation, String) - Constructor for class org.apache.ldap.server.interceptor.InterceptorException
Creates an InterceptorException with a custom message.
InterceptorException(Interceptor, Invocation, Throwable) - Constructor for class org.apache.ldap.server.interceptor.InterceptorException
Creates an InterceptorException without a message.
InterceptorException(Interceptor, Invocation, 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 method invocation on BackingStores.
Invocation() - Constructor for class org.apache.ldap.server.invocation.Invocation
Creates a new instance.
IsSuffix - class org.apache.ldap.server.invocation.IsSuffix.
Represents an Invocation on BackingStore.isSuffix(Name).
IsSuffix(Name) - Constructor for class org.apache.ldap.server.invocation.IsSuffix
 
importLdif(InputStream) - Method in class org.apache.ldap.server.AbstractCoreTest
Imports the LDIF entries packaged with the Eve JNDI provider jar into the newly created system partition to prime it up for operation.
init(AuthenticatorConfig) - Method in class org.apache.ldap.server.authn.AbstractAuthenticator
Called by the server to indicate to an authenticator that the authenticator is being placed into service.
init() - Method in class org.apache.ldap.server.authn.AbstractAuthenticator
A convenience method which can be overridden so that there's no need to call super.init( authenticatorConfig ).
init(InterceptorContext) - Method in class org.apache.ldap.server.authn.AuthenticationService
 
init(AuthenticatorConfig) - Method in interface org.apache.ldap.server.authn.Authenticator
Called by the authenticator container to indicate that the authenticator is being placed into service.
init(InterceptorContext) - Method in class org.apache.ldap.server.authz.AuthorizationService
 
init(InterceptorContext) - Method in class org.apache.ldap.server.exception.ExceptionService
 
init(InterceptorContext) - Method in interface org.apache.ldap.server.interceptor.Interceptor
Intializes this interceptor.
init(InterceptorContext) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
Initializes all interceptors this chain contains.
init(InterceptorContext) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
init(InterceptorContext) - Method in class org.apache.ldap.server.operational.OperationalAttributeService
 
init(InterceptorContext) - 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.
initialEnv - Variable in class org.apache.ldap.server.jndi.CoreContextFactory
the initial context environment that fired up the backend subsystem
initialize() - Method in class org.apache.ldap.server.jndi.CoreContextFactory
Kicks off the initialization of the entire system.
insert(int, Object, Object) - Method in class org.apache.ldap.server.db.gui.AttributesTableModel
Inserts an attribute key/value into the table model.
inspect() - Method in class org.apache.ldap.server.AbstractContextPartition
 
invoke(Invocation) - Method in class org.apache.ldap.server.jndi.JndiProvider
 
isAnonymous(Hashtable) - Method in class org.apache.ldap.server.jndi.CoreContextFactory
Checks to see if an anonymous bind is being attempted.
isCellEditable(int, int) - Method in class org.apache.ldap.server.db.gui.AttributesTableModel
 
isClosed() - Method in class org.apache.ldap.server.AbstractContextPartition
 
isClosed() - Method in interface org.apache.ldap.server.BackingStore
Checks to see if this BackingStore has been closed or shut down.
isClosed() - Method in class org.apache.ldap.server.RootNexus
 
isClosed() - Method in interface org.apache.ldap.server.db.Database
Checks to see if this BackingStore has been closed or shut down.
isClosed() - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
isCollective() - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
isDeleteOldName() - Method in class org.apache.ldap.server.invocation.ModifyRN
 
isDeleteOldName() - Method in class org.apache.ldap.server.invocation.MoveAndModifyRN
 
isDupsEnabled() - Method in interface org.apache.ldap.server.db.Table
Checks to see if this Table has enabled the use of duplicate keys.
isDupsEnabled() - Method in class org.apache.ldap.server.db.jdbm.JdbmTable
 
isLeaf() - Method in class org.apache.ldap.server.db.gui.ASTNode
 
isLeaf() - Method in class org.apache.ldap.server.db.gui.EntryNode
 
isNoUserModification() - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
isNormalized() - Method in class org.apache.ldap.server.invocation.GetMatchedDN
 
isNormalized() - Method in class org.apache.ldap.server.invocation.GetSuffix
 
isNormalized() - Method in class org.apache.ldap.server.invocation.ListSuffixes
 
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.db.Table
Checks to see if this Table has enabled sorting on the values of duplicate keys.
isSortedDupsEnabled() - Method in class org.apache.ldap.server.db.jdbm.JdbmTable
 
isSuffix(Name) - Method in class org.apache.ldap.server.ApplicationPartition
 
isSuffix(Name) - Method in interface org.apache.ldap.server.BackingStore
Checks to see if name is a context suffix.
isSuffix(Name) - Method in class org.apache.ldap.server.RootNexus
 
isSuffix(Name) - Method in class org.apache.ldap.server.SystemPartition
 

J

JAVA_SRC_DIR_DEFAULT - Static variable in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
default dir where java src files are kept
JCLASSNAMES_ATTR - Static variable in class org.apache.ldap.server.jndi.JavaLdapSupport
the javaClassNames attribute
JCLASSNAME_ATTR - Static variable in class org.apache.ldap.server.jndi.JavaLdapSupport
the javaClassName attribute
JCONTAINER_ATTR - Static variable in class org.apache.ldap.server.jndi.JavaLdapSupport
the javaContainer attribute
JOBJECT_ATTR - Static variable in class org.apache.ldap.server.jndi.JavaLdapSupport
the javaObject attribute
JSERIALDATA_ATTR - Static variable in class org.apache.ldap.server.jndi.JavaLdapSupport
the javaSerializedData attribute
JSERIALIZEDOBJ_ATTR - Static variable in class org.apache.ldap.server.jndi.JavaLdapSupport
the javaSerializedObject attribute
JavaLdapSupport - class org.apache.ldap.server.jndi.JavaLdapSupport.
Contains constants and serialization methods used to implement functionality associated with RFC 2713 which enables the storage and representation of Java objects within an LDAP directory.
JavaLdapSupport() - Constructor for class org.apache.ldap.server.jndi.JavaLdapSupport
 
JdbmDatabase - class org.apache.ldap.server.db.jdbm.JdbmDatabase.
A Database implementation based on JDBM B+Tree implementation.
JdbmDatabase(Name, Name, String) - Constructor for class org.apache.ldap.server.db.jdbm.JdbmDatabase
Creates a Databased based on JDBM B+Trees.
JdbmIndex - class org.apache.ldap.server.db.jdbm.JdbmIndex.
A Jdbm based index implementation.
JdbmIndex(AttributeType, RecordManager) - Constructor for class org.apache.ldap.server.db.jdbm.JdbmIndex
Creates an Index using an existing record manager based on a file.
JdbmIndex(AttributeType, String) - Constructor for class org.apache.ldap.server.db.jdbm.JdbmIndex
TODO Document me!
JdbmMasterTable - class org.apache.ldap.server.db.jdbm.JdbmMasterTable.
The master table used to store the Attributes of entries.
JdbmMasterTable(RecordManager) - Constructor for class org.apache.ldap.server.db.jdbm.JdbmMasterTable
Creates the master entry table using a Berkeley Db for the backing store.
JdbmTable - class org.apache.ldap.server.db.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.db.jdbm.JdbmTable
Creates a Jdbm BTree based tuple Table abstraction that enables duplicates.
JdbmTable(String, RecordManager, SerializableComparator) - Constructor for class org.apache.ldap.server.db.jdbm.JdbmTable
Creates a Jdbm BTree based tuple Table abstraction without duplicates enabled using a simple key comparator.
JdbmTupleBrowser - class org.apache.ldap.server.db.jdbm.JdbmTupleBrowser.
TupleBrowser wrapper for Jdbm based TupleBrowsers.
JdbmTupleBrowser(TupleBrowser) - Constructor for class org.apache.ldap.server.db.jdbm.JdbmTupleBrowser
Creates a JdbmTupleBrowser.
JndiProvider - class org.apache.ldap.server.jndi.JndiProvider.
The BackendSubsystem service implementation.
JndiProvider(RootNexus) - Constructor for class org.apache.ldap.server.jndi.JndiProvider
Creates a singlton instance of the BackendSubsystem.

K

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

L

LDAPS_PORT - Static variable in class org.apache.ldap.server.jndi.EnvKeys
key for port setting for secure ldap requests besides default 636
LDAP_PORT - Static variable in class org.apache.ldap.server.jndi.EnvKeys
key for port setting for ldap requests beside default 389
LDIF - Static variable in class org.apache.ldap.server.AbstractCoreTest
 
LESS_CURSOR - Static variable in class org.apache.ldap.server.db.gui.IndexDialog
 
LOAD_CMD - Static variable in class org.apache.ldap.server.db.gui.FilterDialog
 
LOAD_MODE - Static variable in class org.apache.ldap.server.db.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.db.LeafEvaluator.
Evaluates LeafNode assertions on candidates using a database.
LeafEvaluator(Database, OidRegistry, AttributeTypeRegistry, ScopeEvaluator, SubstringEvaluator) - Constructor for class org.apache.ldap.server.db.LeafEvaluator
Creates a leaf expression node evaluator.
List - class org.apache.ldap.server.invocation.List.
Represents an Invocation on BackingStore.list(Name).
List(Name) - Constructor for class org.apache.ldap.server.invocation.List
 
ListSuffixes - class org.apache.ldap.server.invocation.ListSuffixes.
Represents an Invocation on PartitionNexus.listSuffixes(boolean).
ListSuffixes(boolean) - Constructor for class org.apache.ldap.server.invocation.ListSuffixes
 
Lookup - class org.apache.ldap.server.invocation.Lookup.
Represents an Invocation on BackingStore.lookup(Name).
Lookup(Name) - Constructor for class org.apache.ldap.server.invocation.Lookup
 
LookupWithAttrIds - class org.apache.ldap.server.invocation.LookupWithAttrIds.
Represents an Invocation on BackingStore.lookup(Name, String[]).
LookupWithAttrIds(Name, String[]) - Constructor for class org.apache.ldap.server.invocation.LookupWithAttrIds
 
list(Name) - Method in class org.apache.ldap.server.AbstractContextPartition
 
list(Name) - Method in interface org.apache.ldap.server.BackingStore
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.RootNexus
 
list(BigInteger) - Method in interface org.apache.ldap.server.db.Database
TODO Document me!
list(BigInteger) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
list(String) - Method in class org.apache.ldap.server.jndi.DeadContext
 
list(Name) - Method in class org.apache.ldap.server.jndi.DeadContext
 
list(String) - Method in class org.apache.ldap.server.jndi.ServerContext
 
list(Name) - Method in class org.apache.ldap.server.jndi.ServerContext
 
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() - 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.DeadContext
 
listBindings(Name) - Method in class org.apache.ldap.server.jndi.DeadContext
 
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.db.Index
TODO Document me!
listIndices(Object) - Method in interface org.apache.ldap.server.db.Index
TODO Document me!
listIndices(Object, boolean) - Method in interface org.apache.ldap.server.db.Index
TODO Document me!
listIndices(RE) - Method in interface org.apache.ldap.server.db.Index
TODO Document me!
listIndices(RE, String) - Method in interface org.apache.ldap.server.db.Index
TODO Document me!
listIndices() - Method in class org.apache.ldap.server.db.jdbm.JdbmIndex
 
listIndices(Object) - Method in class org.apache.ldap.server.db.jdbm.JdbmIndex
 
listIndices(Object, boolean) - Method in class org.apache.ldap.server.db.jdbm.JdbmIndex
 
listIndices(RE) - Method in class org.apache.ldap.server.db.jdbm.JdbmIndex
 
listIndices(RE, String) - Method in class org.apache.ldap.server.db.jdbm.JdbmIndex
 
listReverseIndices(BigInteger) - Method in interface org.apache.ldap.server.db.Index
TODO Document me!
listReverseIndices(BigInteger) - Method in class org.apache.ldap.server.db.jdbm.JdbmIndex
 
listSuffixes(boolean) - Method in interface org.apache.ldap.server.PartitionNexus
Gets an iteration over the Name suffixes of the Backends managed by this BackendNexus.
listSuffixes(boolean) - Method in class org.apache.ldap.server.RootNexus
 
listTuples() - Method in interface org.apache.ldap.server.db.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.db.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.db.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.db.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.db.jdbm.JdbmTable
 
listTuples(Object) - Method in class org.apache.ldap.server.db.jdbm.JdbmTable
 
listTuples(Object, boolean) - Method in class org.apache.ldap.server.db.jdbm.JdbmTable
 
listTuples(Object, Object, boolean) - Method in class org.apache.ldap.server.db.jdbm.JdbmTable
 
listValues(Object) - Method in interface org.apache.ldap.server.db.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.db.jdbm.JdbmTable
 
load(String[], 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(Name) - Method in class org.apache.ldap.server.AbstractContextPartition
 
lookup(Name, String[]) - Method in class org.apache.ldap.server.AbstractContextPartition
 
lookup(Name) - Method in interface org.apache.ldap.server.BackingStore
Looks up an entry by distinguished/absolute name.
lookup(Name, String[]) - Method in interface org.apache.ldap.server.BackingStore
Looks up an entry by distinguished name.
lookup(Name) - Method in class org.apache.ldap.server.RootNexus
 
lookup(Name, String[]) - Method in class org.apache.ldap.server.RootNexus
 
lookup(BigInteger) - Method in interface org.apache.ldap.server.db.Database
TODO Document me!
lookup(BigInteger) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
lookup(String) - Method in class org.apache.ldap.server.jndi.DeadContext
 
lookup(Name) - Method in class org.apache.ldap.server.jndi.DeadContext
 
lookup(String) - Method in class org.apache.ldap.server.jndi.ServerContext
 
lookup(Name) - Method in class org.apache.ldap.server.jndi.ServerContext
 
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(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.DeadContext
 
lookupLink(Name) - Method in class org.apache.ldap.server.jndi.DeadContext
 
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.db.gui.MainFrame.
The frame for the database.
MainFrame(Database, SearchEngine) - Constructor for class org.apache.ldap.server.db.gui.MainFrame
Creates new form JFrame
MasterTable - interface org.apache.ldap.server.db.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
 
Modify - class org.apache.ldap.server.invocation.Modify.
Represents an Invocation on BackingStore.modify(Name, int, Attributes).
Modify(Name, int, Attributes) - Constructor for class org.apache.ldap.server.invocation.Modify
 
ModifyMany - class org.apache.ldap.server.invocation.ModifyMany.
Represents an Invocation on BackingStore.modify(Name, ModificationItem[]).
ModifyMany(Name, ModificationItem[]) - Constructor for class org.apache.ldap.server.invocation.ModifyMany
 
ModifyRN - class org.apache.ldap.server.invocation.ModifyRN.
Represents an Invocation on BackingStore.modifyRn(Name, String, boolean).
ModifyRN(Name, String, boolean) - Constructor for class org.apache.ldap.server.invocation.ModifyRN
 
Move - class org.apache.ldap.server.invocation.Move.
Represents an Invocation on BackingStore.move(Name, Name).
Move(Name, Name) - Constructor for class org.apache.ldap.server.invocation.Move
 
MoveAndModifyRN - class org.apache.ldap.server.invocation.MoveAndModifyRN.
Represents an Invocation on BackingStore.move(Name, Name, String, boolean).
MoveAndModifyRN(Name, Name, String, boolean) - Constructor for class org.apache.ldap.server.invocation.MoveAndModifyRN
 
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.jndi.CoreContextFactory
Recursively creates a bunch of directories from a base down to a path.
mkdirs(String, String) - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
 
modify(Name, int, Attributes) - Method in class org.apache.ldap.server.AbstractContextPartition
 
modify(Name, ModificationItem[]) - Method in class org.apache.ldap.server.AbstractContextPartition
 
modify(Name, int, Attributes) - Method in interface org.apache.ldap.server.BackingStore
Modifies an entry by adding, removing or replacing a set of attributes.
modify(Name, ModificationItem[]) - Method in interface org.apache.ldap.server.BackingStore
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.RootNexus
 
modify(Name, ModificationItem[]) - Method in class org.apache.ldap.server.RootNexus
 
modify(Name, int, Attributes) - Method in interface org.apache.ldap.server.db.Database
TODO Document me!
modify(Name, ModificationItem[]) - Method in interface org.apache.ldap.server.db.Database
TODO Document me!
modify(Name, int, Attributes) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
modify(Name, ModificationItem[]) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
modifyAttributes(String, int, Attributes) - Method in class org.apache.ldap.server.jndi.DeadContext
 
modifyAttributes(Name, int, Attributes) - Method in class org.apache.ldap.server.jndi.DeadContext
 
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.ldap.server.jndi.DeadContext
 
modifyAttributes(Name, ModificationItem[]) - Method in class org.apache.ldap.server.jndi.DeadContext
 
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
 
modifyRdn(Name, String, boolean) - Method in interface org.apache.ldap.server.db.Database
TODO Document me!
modifyRdn(Name, String, boolean) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
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.
modifyRn(Name, String, boolean) - Method in class org.apache.ldap.server.AbstractContextPartition
 
modifyRn(Name, String, boolean) - Method in interface org.apache.ldap.server.BackingStore
Modifies an entry by changing its relative name.
modifyRn(Name, String, boolean) - Method in class org.apache.ldap.server.RootNexus
 
move(Name, Name) - Method in class org.apache.ldap.server.AbstractContextPartition
 
move(Name, Name, String, boolean) - Method in class org.apache.ldap.server.AbstractContextPartition
 
move(Name, Name) - Method in interface org.apache.ldap.server.BackingStore
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.BackingStore
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.RootNexus
 
move(Name, Name, String, boolean) - Method in class org.apache.ldap.server.RootNexus
 
move(Name, Name) - Method in interface org.apache.ldap.server.db.Database
TODO Document me!
move(Name, Name, String, boolean) - Method in interface org.apache.ldap.server.db.Database
Moves a child from one location to another while changing the Rdn attribute used in the new location and optionally deleting the old Rdn attribute value pair.
move(Name, Name, String, boolean) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
move(Name, Name) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
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_OID - Static variable in class org.apache.ldap.server.AbstractContextPartition
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.db.SearchEngine
 
NEXT_INTERCEPTOR - Static variable in class org.apache.ldap.server.interceptor.InterceptorChain
The name of default interceptor that passes its control to the next interceptor in parent chain.
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.db.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.db.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
 
newDefaultChain() - Static method in class org.apache.ldap.server.interceptor.InterceptorChain
Returns a new chain of default interceptors required to run core.
newInstance(Control[]) - Method in class org.apache.ldap.server.jndi.DeadContext
 
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.db.DisjunctionEnumeration
Advances this Cursor one position.
next() - Method in class org.apache.ldap.server.db.DupsEnumeration
Returns the same Tuple every time but with different key/value pairs.
next() - Method in class org.apache.ldap.server.db.IndexAssertionEnumeration
 
next() - Method in class org.apache.ldap.server.db.IndexEnumeration
 
next() - Method in class org.apache.ldap.server.db.NoDupsEnumeration
Returns the same Tuple every time but with different key/value pairs.
next() - Method in class org.apache.ldap.server.db.ResultFilteringEnumeration
 
next() - Method in class org.apache.ldap.server.db.SearchResultEnumeration
 
next() - Method in class org.apache.ldap.server.db.TupleEnumeration
Gets the next value as a Tuple.
nextElement() - Method in class org.apache.ldap.server.db.DisjunctionEnumeration
 
nextElement() - Method in class org.apache.ldap.server.db.DupsEnumeration
Returns the same Tuple every time but with different key/value pairs.
nextElement() - Method in class org.apache.ldap.server.db.IndexAssertionEnumeration
 
nextElement() - Method in class org.apache.ldap.server.db.IndexEnumeration
 
nextElement() - Method in class org.apache.ldap.server.db.NoDupsEnumeration
Returns the same Tuple every time but with different key/value pairs.
nextElement() - Method in class org.apache.ldap.server.db.ResultFilteringEnumeration
 
nextElement() - Method in class org.apache.ldap.server.db.SearchResultEnumeration
 
nextElement() - Method in class org.apache.ldap.server.db.TupleEnumeration
Gets the next value as a Tuple.
nexus - Variable in class org.apache.ldap.server.jndi.CoreContextFactory
the root nexus
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

OBJECTCLASS_ATTR - Static variable in class org.apache.ldap.server.jndi.JavaLdapSupport
the objectClass attribute
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_OID - Static variable in class org.apache.ldap.server.AbstractContextPartition
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.
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.db.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.db - package org.apache.ldap.server.db
 
org.apache.ldap.server.db.gui - package org.apache.ldap.server.db.gui
 
org.apache.ldap.server.db.jdbm - package org.apache.ldap.server.db.jdbm
 
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.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
 
overrides - Variable in class org.apache.ldap.server.AbstractCoreTest
extra environment parameters that can be added before setUp to override values

P

PARTITIONS - Static variable in class org.apache.ldap.server.jndi.EnvKeys
a comma separated list of partition names
PARTITION_CLASS - Static variable in class org.apache.ldap.server.jndi.EnvKeys
the envprop key base to the implementation of a partition
PARTITION_PROPERTIES - Static variable in class org.apache.ldap.server.jndi.EnvKeys
the envprop key base to the properties of a partition
PASSTHRU - Static variable in class org.apache.ldap.server.jndi.EnvKeys
key used to hold the MINA registry instance to use rather than creating one
PRINCIPAL - Static variable in class org.apache.ldap.server.jndi.CoreContextFactory
shorthand reference to the authentication principal property
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
 
PartitionConfigBuilder - class org.apache.ldap.server.jndi.PartitionConfigBuilder.
A partition configuration builder which produces ContextPartitionConfig objects from various configuration formats, namely Hashtables.
PartitionConfigBuilder() - Constructor for class org.apache.ldap.server.jndi.PartitionConfigBuilder
 
PartitionNexus - interface org.apache.ldap.server.PartitionNexus.
The PartitionNexus is a special type of BackingStore designed to route BackingStore operations to ContextPartitions based on namespace to respective ContextPartitions attached to the nexus at the appropriate naming contexts.
PartitionViewer - class org.apache.ldap.server.db.gui.PartitionViewer.
A partition database viewer.
PartitionViewer(Database, SearchEngine) - Constructor for class org.apache.ldap.server.db.gui.PartitionViewer
 
PreferencesUtils - class org.apache.ldap.server.prefs.PreferencesUtils.
Document this class.
PreferencesUtils() - Constructor for class org.apache.ldap.server.prefs.PreferencesUtils
 
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.
process(NextInterceptor, Invocation) - Method in class org.apache.ldap.server.authn.AuthenticationService
 
process(NextInterceptor, Invocation) - Method in class org.apache.ldap.server.authz.AuthorizationService
 
process(NextInterceptor, Delete) - Method in class org.apache.ldap.server.authz.AuthorizationService
 
process(NextInterceptor, HasEntry) - Method in class org.apache.ldap.server.authz.AuthorizationService
Note that we do nothing here.
process(NextInterceptor, Modify) - 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.
process(NextInterceptor, ModifyMany) - 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.
process(NextInterceptor, ModifyRN) - Method in class org.apache.ldap.server.authz.AuthorizationService
 
process(NextInterceptor, Move) - Method in class org.apache.ldap.server.authz.AuthorizationService
 
process(NextInterceptor, MoveAndModifyRN) - Method in class org.apache.ldap.server.authz.AuthorizationService
 
process(NextInterceptor, Lookup) - Method in class org.apache.ldap.server.authz.AuthorizationService
 
process(NextInterceptor, LookupWithAttrIds) - Method in class org.apache.ldap.server.authz.AuthorizationService
 
process(NextInterceptor, Search) - Method in class org.apache.ldap.server.authz.AuthorizationService
 
process(NextInterceptor, List) - Method in class org.apache.ldap.server.authz.AuthorizationService
 
process(NextInterceptor, Add) - 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.
process(NextInterceptor, Delete) - 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.
process(NextInterceptor, List) - Method in class org.apache.ldap.server.exception.ExceptionService
Checks to see the base being searched exists, otherwise throws the appropriate LdapException.
process(NextInterceptor, Lookup) - 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.
process(NextInterceptor, LookupWithAttrIds) - Method in class org.apache.ldap.server.exception.ExceptionService
Checks to see the base being searched exists, otherwise throws the appropriate LdapException.
process(NextInterceptor, Modify) - Method in class org.apache.ldap.server.exception.ExceptionService
Checks to see the entry being modified exists, otherwise throws the appropriate LdapException.
process(NextInterceptor, ModifyMany) - Method in class org.apache.ldap.server.exception.ExceptionService
Checks to see the entry being modified exists, otherwise throws the appropriate LdapException.
process(NextInterceptor, ModifyRN) - Method in class org.apache.ldap.server.exception.ExceptionService
Checks to see the entry being renamed exists, otherwise throws the appropriate LdapException.
process(NextInterceptor, Move) - 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.
process(NextInterceptor, MoveAndModifyRN) - 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.
process(NextInterceptor, Search) - Method in class org.apache.ldap.server.exception.ExceptionService
Checks to see the entry being searched exists, otherwise throws the appropriate LdapException.
process(NextInterceptor, Invocation) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
Uses a switch on the invocation method type to call the respective member analog method that does the work of the Interceptor for that Invocation method.
process(NextInterceptor, Add) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
process(NextInterceptor, Delete) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
process(NextInterceptor, GetMatchedDN) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
process(NextInterceptor, GetSuffix) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
process(NextInterceptor, HasEntry) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
process(NextInterceptor, IsSuffix) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
process(NextInterceptor, List) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
process(NextInterceptor, ListSuffixes) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
process(NextInterceptor, Lookup) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
process(NextInterceptor, LookupWithAttrIds) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
process(NextInterceptor, Modify) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
process(NextInterceptor, ModifyMany) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
process(NextInterceptor, ModifyRN) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
process(NextInterceptor, Move) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
process(NextInterceptor, MoveAndModifyRN) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
process(NextInterceptor, Search) - Method in class org.apache.ldap.server.interceptor.BaseInterceptor
 
process(NextInterceptor, Invocation) - Method in interface org.apache.ldap.server.interceptor.Interceptor
Filters a particular invocation.
process(NextInterceptor, Invocation) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
Start invocation chain with the specified invocation.
process(Invocation) - Method in interface org.apache.ldap.server.interceptor.NextInterceptor
Passes the control of current invocation to the next Interceptor in the InterceptorChain.
process(NextInterceptor, Add) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
process(NextInterceptor, Delete) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
process(NextInterceptor, Modify) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
process(NextInterceptor, ModifyMany) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
process(NextInterceptor, ModifyRN) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
process(NextInterceptor, Move) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
process(NextInterceptor, MoveAndModifyRN) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
process(NextInterceptor, Search) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
process(NextInterceptor, HasEntry) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
process(NextInterceptor, IsSuffix) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
process(NextInterceptor, List) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
process(NextInterceptor, Lookup) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
process(NextInterceptor, LookupWithAttrIds) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
process(NextInterceptor, GetMatchedDN) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
process(NextInterceptor, GetSuffix) - Method in class org.apache.ldap.server.normalization.NormalizationService
 
process(NextInterceptor, Add) - Method in class org.apache.ldap.server.operational.OperationalAttributeService
Adds extra operational attributes to the entry before it is added.
process(NextInterceptor, Modify) - Method in class org.apache.ldap.server.operational.OperationalAttributeService
 
process(NextInterceptor, ModifyMany) - Method in class org.apache.ldap.server.operational.OperationalAttributeService
 
process(NextInterceptor, ModifyRN) - Method in class org.apache.ldap.server.operational.OperationalAttributeService
 
process(NextInterceptor, Move) - Method in class org.apache.ldap.server.operational.OperationalAttributeService
 
process(NextInterceptor, MoveAndModifyRN) - Method in class org.apache.ldap.server.operational.OperationalAttributeService
 
process(NextInterceptor, Lookup) - Method in class org.apache.ldap.server.operational.OperationalAttributeService
 
process(NextInterceptor, LookupWithAttrIds) - Method in class org.apache.ldap.server.operational.OperationalAttributeService
 
process(NextInterceptor, List) - Method in class org.apache.ldap.server.operational.OperationalAttributeService
 
process(NextInterceptor, Search) - Method in class org.apache.ldap.server.operational.OperationalAttributeService
 
process(NextInterceptor, List) - Method in class org.apache.ldap.server.schema.SchemaService
 
process(NextInterceptor, Search) - Method in class org.apache.ldap.server.schema.SchemaService
 
process(NextInterceptor, Lookup) - Method in class org.apache.ldap.server.schema.SchemaService
 
process(NextInterceptor, LookupWithAttrIds) - Method in class org.apache.ldap.server.schema.SchemaService
 
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
 
provider - Variable in class org.apache.ldap.server.jndi.CoreContextFactory
The singleton JndiProvider instance
put(Attributes, BigInteger) - Method in interface org.apache.ldap.server.db.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.db.Table
Puts a record into this Table.
put(Object, NamingEnumeration) - Method in interface org.apache.ldap.server.db.Table
Efficiently puts a set of values into the Table.
put(Attributes, BigInteger) - Method in class org.apache.ldap.server.db.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.db.jdbm.JdbmTable
 
put(Object, NamingEnumeration) - Method in class org.apache.ldap.server.db.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.db.gui.IndexDialog
 
REVERSE_BTREE - Static variable in class org.apache.ldap.server.db.jdbm.JdbmIndex
 
RUN_MODE - Static variable in class org.apache.ldap.server.db.gui.FilterDialog
 
Registries - interface org.apache.ldap.server.schema.Registries.
Document this class.
ResultFilteringEnumeration - class org.apache.ldap.server.db.ResultFilteringEnumeration.
A enumeration decorator which filters database search results as they are being enumerated back to the client caller.
ResultFilteringEnumeration(NamingEnumeration, SearchControls, LdapContext, SearchResultFilter) - Constructor for class org.apache.ldap.server.db.ResultFilteringEnumeration
Creates a new database result filtering enumeration to decorate an underlying enumeration.
ResultFilteringEnumeration(NamingEnumeration, SearchControls, LdapContext, List) - Constructor for class org.apache.ldap.server.db.ResultFilteringEnumeration
Creates a new database result filtering enumeration to decorate an underlying enumeration.
RootNexus - class org.apache.ldap.server.RootNexus.
A nexus for partitions dedicated for storing entries specific to a naming context.
RootNexus(SystemPartition, Attributes) - Constructor for class org.apache.ldap.server.RootNexus
Creates the root nexus singleton of the entire system.
rebind(String, Object, Attributes) - Method in class org.apache.ldap.server.jndi.DeadContext
 
rebind(Name, Object, Attributes) - Method in class org.apache.ldap.server.jndi.DeadContext
 
rebind(String, Object) - Method in class org.apache.ldap.server.jndi.DeadContext
 
rebind(Name, Object) - Method in class org.apache.ldap.server.jndi.DeadContext
 
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.DeadContext
 
reconnect(Control[]) - Method in class org.apache.ldap.server.jndi.ServerLdapContext
 
register(ContextPartition) - Method in interface org.apache.ldap.server.PartitionNexus
Registers an ContextPartition with this BackendManager.
register(ContextPartition) - Method in class org.apache.ldap.server.RootNexus
 
register(Authenticator) - Method in class org.apache.ldap.server.authn.AuthenticationService
Registers an AuthenticationService with the AuthenticationService.
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(Object) - Method in interface org.apache.ldap.server.db.Table
Removes all records with key from this Table.
remove(Object, Object) - Method in interface org.apache.ldap.server.db.Table
Removes a single specific record with key and value from this Table.
remove(Object, NamingEnumeration) - Method in interface org.apache.ldap.server.db.Table
Removes a set of values with the same key from this Table.
remove(Object, Object) - Method in class org.apache.ldap.server.db.jdbm.JdbmTable
 
remove(Object, NamingEnumeration) - Method in class org.apache.ldap.server.db.jdbm.JdbmTable
 
remove(Object) - Method in class org.apache.ldap.server.db.jdbm.JdbmTable
 
remove(String) - Method in class org.apache.ldap.server.interceptor.InterceptorChain
Removes the interceptor with the specified name from this chain.
removeFromEnvironment(String) - Method in class org.apache.ldap.server.jndi.DeadContext
 
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.db.ResultFilteringEnumeration
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.DeadContext
 
rename(Name, Name) - Method in class org.apache.ldap.server.jndi.DeadContext
 
rename(String, String) - Method in class org.apache.ldap.server.jndi.ServerContext
 
rename(Name, Name) - Method in class org.apache.ldap.server.jndi.ServerContext
 
returnValue - Variable in class org.apache.ldap.server.invocation.Invocation
 
reverseLookup(BigInteger) - Method in interface org.apache.ldap.server.db.Index
TODO Document me!
reverseLookup(BigInteger) - Method in class org.apache.ldap.server.db.jdbm.JdbmIndex
 
runVelocity(VelocityContext, String, ProducerTypeEnum) - Method in class org.apache.ldap.server.tools.schema.DirectorySchemaTool
 

S

SCHEMAS - Static variable in class org.apache.ldap.server.jndi.EnvKeys
a comma separated list of schema class files to load
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.db.SearchEngine
 
SEARCH_CMD - Static variable in class org.apache.ldap.server.db.gui.FilterDialog
 
SEQPROP_KEY - Static variable in interface org.apache.ldap.server.db.MasterTable
the sequence key - stores last sequence value in the admin table
SHUTDOWN - Static variable in class org.apache.ldap.server.jndi.EnvKeys
property used to shutdown the system
SINGLE_SCOPE - Static variable in class org.apache.ldap.server.db.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_OID - Static variable in class org.apache.ldap.server.AbstractContextPartition
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.db.gui.FilterDialog
 
SUFFIX - Static variable in class org.apache.ldap.server.SystemPartition
System backend suffix constant.
SUFFIX - Static variable in class org.apache.ldap.server.jndi.EnvKeys
the envprop key base to the suffix of a partition
SYNC - Static variable in class org.apache.ldap.server.jndi.EnvKeys
property used to sync the system with disk
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
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.db.ScopeEnumerator.
Enumerates candidates based on scope.
ScopeEnumerator(Database, ScopeEvaluator) - Constructor for class org.apache.ldap.server.db.ScopeEnumerator
 
ScopeEvaluator - class org.apache.ldap.server.db.ScopeEvaluator.
Evaluates ScopeNode assertions on candidates using a database.
ScopeEvaluator(Database) - Constructor for class org.apache.ldap.server.db.ScopeEvaluator
Creates a scope node evaluator for search expressions.
Search - class org.apache.ldap.server.invocation.Search.
Represents an Invocation on BackingStore.search(Name, Map, ExprNode, SearchControls).
Search(Name, Map, ExprNode, SearchControls) - Constructor for class org.apache.ldap.server.invocation.Search
 
SearchEngine - interface org.apache.ldap.server.db.SearchEngine.
Given a search filter and a scope the search engine identifies valid candidate entries returning their ids.
SearchResultDialog - class org.apache.ldap.server.db.gui.SearchResultDialog.
Dialog showing the search results.
SearchResultDialog(Frame, boolean) - Constructor for class org.apache.ldap.server.db.gui.SearchResultDialog
Creates new form JDialog
SearchResultEnumeration - class org.apache.ldap.server.db.SearchResultEnumeration.
An enumeration that transforms another underlying enumeration over a set of IndexRecords into an enumeration over a set of SearchResults.
SearchResultEnumeration(String[], NamingEnumeration, Database) - Constructor for class org.apache.ldap.server.db.SearchResultEnumeration
Creates an enumeration that returns entries packaged within SearchResults using the search parameters supplied to a search call.
SearchResultFilter - interface org.apache.ldap.server.db.SearchResultFilter.
A filter is used to modify search results while they are being returned from naming enumerations containing DbSearchResults.
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(PartitionNexus, 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, PartitionNexus, 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(PartitionNexus, 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, PartitionNexus, 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 Eve implementation of a JNDI LdapContext.
ServerLdapContext(PartitionNexus, 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
 
ServerSystemPreferences - class org.apache.ldap.server.prefs.ServerSystemPreferences.
A server side system Perferences 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.
SimpleAuthenticator - class org.apache.ldap.server.authn.SimpleAuthenticator.
A simple AuthenticationService that just authenticates clear text passwords contained within the userPassword attribute.
SimpleAuthenticator() - Constructor for class org.apache.ldap.server.authn.SimpleAuthenticator
Creates a simple authenticator for clear text passwords in userPassword attributes.
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.db.SubstringEnumerator.
Enumerator that creates a NamingEnumeration over the set of candidates that satisfy a substring filter expression.
SubstringEnumerator(Database, AttributeTypeRegistry, SubstringEvaluator) - Constructor for class org.apache.ldap.server.db.SubstringEnumerator
Creates a SubstringEnumerator for a database.
SubstringEvaluator - class org.apache.ldap.server.db.SubstringEvaluator.
Evaluates substring filter assertions on an entry.
SubstringEvaluator(Database, OidRegistry, AttributeTypeRegistry) - Constructor for class org.apache.ldap.server.db.SubstringEvaluator
Creates a new SubstringEvaluator for substring expressions.
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
 
SystemPartition - class org.apache.ldap.server.SystemPartition.
A very special ContextPartition used to store system information such as users, the system catalog and other administrative information.
SystemPartition(Database, SearchEngine, AttributeType[]) - Constructor for class org.apache.ldap.server.SystemPartition
Creates the system partition which is used to store various peices of information critical for server operation.
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(Name, Map, ExprNode, SearchControls) - Method in class org.apache.ldap.server.AbstractContextPartition
 
search(Name, Map, ExprNode, SearchControls) - Method in interface org.apache.ldap.server.BackingStore
Conducts a search against this BackingStore.
search(Name, Map, ExprNode, SearchControls) - Method in class org.apache.ldap.server.RootNexus
 
search(Name, Map, ExprNode, SearchControls) - Method in class org.apache.ldap.server.db.DefaultSearchEngine
 
search(Name, Map, ExprNode, SearchControls) - Method in interface org.apache.ldap.server.db.SearchEngine
Conducts a search on a database.
search(String, Attributes) - Method in class org.apache.ldap.server.jndi.DeadContext
 
search(Name, Attributes) - Method in class org.apache.ldap.server.jndi.DeadContext
 
search(String, Attributes, String[]) - Method in class org.apache.ldap.server.jndi.DeadContext
 
search(Name, Attributes, String[]) - Method in class org.apache.ldap.server.jndi.DeadContext
 
search(String, String, SearchControls) - Method in class org.apache.ldap.server.jndi.DeadContext
 
search(Name, String, SearchControls) - Method in class org.apache.ldap.server.jndi.DeadContext
 
search(String, String, Object[], SearchControls) - Method in class org.apache.ldap.server.jndi.DeadContext
 
search(Name, String, Object[], SearchControls) - Method in class org.apache.ldap.server.jndi.DeadContext
 
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
 
selectTreeNode(BigInteger) - Method in class org.apache.ldap.server.db.gui.MainFrame
 
setAliasIndexOn(AttributeType) - Method in interface org.apache.ldap.server.db.Database
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.db.jdbm.JdbmDatabase
 
setAllowAnonymous(boolean) - Method in class org.apache.ldap.server.authn.GenericAuthenticatorContext
 
setAttributes(Attributes) - Method in class org.apache.ldap.server.ContextPartitionConfig
 
setAttributes(Attributes) - Method in class org.apache.ldap.server.db.IndexRecord
Sets the entry's attributes.
setAuthenticatorClass(String) - Method in class org.apache.ldap.server.authn.GenericAuthenticatorConfig
 
setAuthenticatorContext(AuthenticatorContext) - Method in class org.apache.ldap.server.authn.GenericAuthenticatorConfig
 
setAuthenticatorName(String) - Method in class org.apache.ldap.server.authn.GenericAuthenticatorConfig
 
setBase(String) - Method in class org.apache.ldap.server.db.gui.FilterDialog
 
setBaseName(Name) - Method in class org.apache.ldap.server.invocation.List
 
setBaseName(Name) - Method in class org.apache.ldap.server.invocation.Search
 
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
 
setContextStack(Stack) - Method in class org.apache.ldap.server.invocation.Invocation
Sets the context stack in which this invocation occurs.
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.db.gui.EntryDialog
 
setEntry(Attributes) - Method in class org.apache.ldap.server.db.gui.EntryDialog
 
setEntryId(BigInteger) - Method in class org.apache.ldap.server.db.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 interface org.apache.ldap.server.db.Database
Sets the attribute existance Index.
setExistanceIndexOn(AttributeType) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
setFilter(String) - Method in class org.apache.ldap.server.db.gui.AnnotatedFilterTreeDialog
 
setFilter(String) - Method in class org.apache.ldap.server.db.gui.SearchResultDialog
 
setHierarchyIndexOn(AttributeType) - Method in interface org.apache.ldap.server.db.Database
Sets the hierarchy Index.
setHierarchyIndexOn(AttributeType) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
setHumanReadible(boolean) - Method in class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapSyntax
 
setId(String) - Method in class org.apache.ldap.server.ContextPartitionConfig
 
setIndexKey(Object) - Method in class org.apache.ldap.server.db.IndexRecord
Sets the index key.
setIndices(String[]) - Method in class org.apache.ldap.server.ContextPartitionConfig
 
setInterceptor(Interceptor) - Method in class org.apache.ldap.server.jndi.JndiProvider
 
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.db.Tuple
Sets the key for this Tuple.
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
 
setModel(TreeModel) - Method in class org.apache.ldap.server.db.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(Name) - Method in class org.apache.ldap.server.invocation.Delete
 
setName(Name) - Method in class org.apache.ldap.server.invocation.GetMatchedDN
 
setName(Name) - Method in class org.apache.ldap.server.invocation.GetSuffix
 
setName(Name) - Method in class org.apache.ldap.server.invocation.HasEntry
 
setName(Name) - Method in class org.apache.ldap.server.invocation.IsSuffix
 
setName(Name) - Method in class org.apache.ldap.server.invocation.Lookup
 
setName(Name) - Method in class org.apache.ldap.server.invocation.LookupWithAttrIds
 
setName(Name) - Method in class org.apache.ldap.server.invocation.Modify
 
setName(Name) - Method in class org.apache.ldap.server.invocation.ModifyMany
 
setName(Name) - Method in class org.apache.ldap.server.invocation.ModifyRN
 
setName(Name) - Method in class org.apache.ldap.server.invocation.Move
 
setName(Name) - Method in class org.apache.ldap.server.invocation.MoveAndModifyRN
 
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 interface org.apache.ldap.server.db.Database
Sets the normalized distinguished name Index.
setNdnIndexOn(AttributeType) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
setNewParentName(Name) - Method in class org.apache.ldap.server.invocation.Move
 
setNewParentName(Name) - Method in class org.apache.ldap.server.invocation.MoveAndModifyRN
 
setNoUserModification(boolean) - Method in class org.apache.ldap.server.tools.schema.AttributeTypeLiteral
 
setNormalizedName(Name) - Method in class org.apache.ldap.server.invocation.Add
 
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 interface org.apache.ldap.server.db.Database
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.db.jdbm.JdbmDatabase
 
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.db.gui.AddEntryDialog
 
setParserMonitor(ParserMonitor) - Method in class org.apache.ldap.server.tools.schema.OpenLdapSchemaParser
 
setPartitionClass(String) - Method in class org.apache.ldap.server.ContextPartitionConfig
 
setPartitionNexus(PartitionNexus) - Method in class org.apache.ldap.server.authn.GenericAuthenticatorContext
 
setPrincipal(AuthenticationService.TrustedPrincipalWrapper) - Method in class org.apache.ldap.server.jndi.ServerContext
Sets the principal of the authenticated user which also happens to own.
setProperties(String) - Method in class org.apache.ldap.server.ContextPartitionConfig
 
setProperties(Properties) - Method in class org.apache.ldap.server.authn.GenericAuthenticatorConfig
 
setProperty(String, String) - Method in interface org.apache.ldap.server.db.Database
TODO Document me!
setProperty(String, String) - Method in interface org.apache.ldap.server.db.MasterTable
Sets a persistant property stored in the admin table of this MasterTable.
setProperty(String, String) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
setProperty(String, String) - Method in class org.apache.ldap.server.db.jdbm.JdbmMasterTable
Sets a persistant property stored in the admin table of this MasterTable.
setRdn(String) - Method in class org.apache.ldap.server.db.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.db.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.db.jdbm.JdbmTable
 
setRequestControls(Control[]) - Method in class org.apache.ldap.server.jndi.DeadContext
 
setRequestControls(Control[]) - Method in class org.apache.ldap.server.jndi.ServerLdapContext
 
setReturnValue(Object) - Method in class org.apache.ldap.server.invocation.Invocation
Sets the returnValue object for this invocation.
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.db.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 interface org.apache.ldap.server.db.Database
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.db.jdbm.JdbmDatabase
 
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.ContextPartitionConfig
 
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.db.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) - Method in class org.apache.ldap.server.AbstractCoreTest
Sets and returns the system root.
setSysRoot(Hashtable) - Method in class org.apache.ldap.server.AbstractCoreTest
Sets the system root taking into account the extras and overrides properties.
setTableModel(TableModel) - Method in class org.apache.ldap.server.db.gui.SearchResultDialog
 
setTreeModel(TreeModel) - Method in class org.apache.ldap.server.db.gui.SearchResultDialog
 
setTuple(Tuple, Attributes) - Method in class org.apache.ldap.server.db.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.AbstractCoreTest
Get's the initial context factory for the provider's ou=system context root.
setUpdnIndexOn(AttributeType) - Method in interface org.apache.ldap.server.db.Database
Sets the user provided distinguished name Index.
setUpdnIndexOn(AttributeType) - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
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.db.Tuple
Sets the value for this Tuple.
setValue(Object, int, int) - Method in class org.apache.ldap.server.db.gui.AttributesTableModel
 
showIndexDialog(String) - Method in class org.apache.ldap.server.db.gui.MainFrame
Shows a dialog to display and scan indices.
shutdown() - Method in interface org.apache.ldap.server.BackendSubsystem
 
shutdown() - Method in class org.apache.ldap.server.jndi.JndiProvider
 
startUpAppPartitions(String) - Method in class org.apache.ldap.server.jndi.CoreContextFactory
Starts up all the application partitions that will be attached to naming contexts in the system.
startedParse(String) - Method in interface org.apache.ldap.server.tools.schema.ParserMonitor
 
startedParse(String) - Method in class org.apache.ldap.server.tools.schema.ParserMonitorAdapter
 
sync() - Method in class org.apache.ldap.server.AbstractContextPartition
 
sync() - Method in interface org.apache.ldap.server.BackendSubsystem
 
sync() - Method in interface org.apache.ldap.server.BackingStore
Cue to BackingStores with caches to flush entry and index changes to disk.
sync() - Method in class org.apache.ldap.server.RootNexus
 
sync() - Method in interface org.apache.ldap.server.db.Database
TODO Document me!
sync() - Method in interface org.apache.ldap.server.db.Index
TODO Document me!
sync() - Method in class org.apache.ldap.server.db.jdbm.JdbmDatabase
 
sync() - Method in class org.apache.ldap.server.db.jdbm.JdbmIndex
 
sync() - Method in class org.apache.ldap.server.db.jdbm.JdbmTable
Synchronizes the buffers with disk.
sync() - Method in class org.apache.ldap.server.jndi.JndiProvider
 
syncSpi() - Method in class org.apache.ldap.server.prefs.ServerSystemPreferences
 
sysRoot - Variable in class org.apache.ldap.server.AbstractCoreTest
the context root for the system partition
system - Variable in class org.apache.ldap.server.jndi.CoreContextFactory
the system partition used by the context factory
systemRoot() - Method in class org.apache.ldap.server.prefs.ServerPreferencesFactory
 

T

TEST_ENTRIES - Static variable in class org.apache.ldap.server.jndi.EnvKeys
Unfortunately to test non-root user startup of the core and make sure all the appropriate functionality is there we need to load more user entries at startup due to a chicken and egg like problem.
TOP_ATTR - Static variable in class org.apache.ldap.server.jndi.JavaLdapSupport
objectClass attribute for top
Table - interface org.apache.ldap.server.db.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.db.Tuple.
A key/value tuple for simple two column Tables.
Tuple() - Constructor for class org.apache.ldap.server.db.Tuple
Do nothing default that has a null key and null value.
Tuple(Object, Object) - Constructor for class org.apache.ldap.server.db.Tuple
Creates a Tuple using a key and a value.
TupleBrowser - interface org.apache.ldap.server.db.TupleBrowser.
TupleBrowser interface used to abstract
TupleComparator - interface org.apache.ldap.server.db.TupleComparator.
Used to compare the sorting order of binary data.
TupleEnumeration - class org.apache.ldap.server.db.TupleEnumeration.
A NamingEnumeration that returns underlying Iterator values for a single key as Tuples.
TupleEnumeration(Object, Iterator) - Constructor for class org.apache.ldap.server.db.TupleEnumeration
Creates a cursor over an Iterator of single key's values
TupleRenderer - interface org.apache.ldap.server.db.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.AbstractCoreTest
Sets the system context root to null.
toString() - Method in class org.apache.ldap.server.db.gui.ASTNode
 
toString() - Method in class org.apache.ldap.server.db.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
 
toSysDn(String) - Static method in class org.apache.ldap.server.prefs.PreferencesUtils
Translates an absolute system preferences node name into the distinguished name of the entry corresponding to the preferences node.

U

UNLIMITED - Static variable in class org.apache.ldap.server.db.gui.FilterDialog
 
UPDN_OID - Static variable in class org.apache.ldap.server.AbstractContextPartition
Private OID (1.2.6.1.4.1.18060.1.1.1.3.2) for _updn op attrib
USERS_BASE_DN - Static variable in class org.apache.ldap.server.SystemPartition
the base dn under which all users reside
unbind(String) - Method in class org.apache.ldap.server.jndi.DeadContext
 
unbind(Name) - Method in class org.apache.ldap.server.jndi.DeadContext
 
unbind(String) - Method in class org.apache.ldap.server.jndi.ServerContext
 
unbind(Name) - Method in class org.apache.ldap.server.jndi.ServerContext
 
unregister(ContextPartition) - Method in interface org.apache.ldap.server.PartitionNexus
Unregisters an ContextPartition with this BackendManager.
unregister(ContextPartition) - Method in class org.apache.ldap.server.RootNexus
 
unregister(Authenticator) - Method in class org.apache.ldap.server.authn.AuthenticationService
Unregisters an AuthenticationService with the AuthenticationService.
userRoot() - Method in class org.apache.ldap.server.prefs.ServerPreferencesFactory
 

V

VAL_COL - Static variable in class org.apache.ldap.server.db.gui.AttributesTableModel
name for the values column
valueChanged(ListSelectionEvent) - Method in class org.apache.ldap.server.db.gui.SearchResultDialog
 

W

WKDIR - Static variable in class org.apache.ldap.server.jndi.EnvKeys
bootstrap prop: path to eve's working directory - relative or absolute
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