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

A

AbstractAuthenticator - Class in org.apache.directory.server.core.authn
Base class for all Authenticators.
AbstractAuthenticator(String) - Constructor for class org.apache.directory.server.core.authn.AbstractAuthenticator
Creates a new instance.
AbstractStoredProcedureParameterInjector - Class in org.apache.directory.server.core.trigger
 
AbstractStoredProcedureParameterInjector(OperationContext) - Constructor for class org.apache.directory.server.core.trigger.AbstractStoredProcedureParameterInjector
 
AC_AREA - Static variable in class org.apache.directory.server.core.subtree.SubentryInterceptor
 
AC_INNERAREA - Static variable in class org.apache.directory.server.core.subtree.SubentryInterceptor
 
accept(SearchingOperationContext, ClonedServerEntry) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor.HideEntriesFilter
 
accept(SearchingOperationContext, ClonedServerEntry) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor.HideSubentriesFilter
 
ACDFEngine - Class in org.apache.directory.server.core.authz.support
An implementation of Access Control Decision Function (18.8, X.501).
ACDFEngine(OidRegistry, SchemaManager) - Constructor for class org.apache.directory.server.core.authz.support.ACDFEngine
Creates a new instance.
AciAuthorizationInterceptor - Class in org.apache.directory.server.core.authz
An ACI based authorization service.
AciAuthorizationInterceptor() - Constructor for class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
 
ACITupleFilter - Interface in org.apache.directory.server.core.authz.support
An interface that filters the specified collection of tuples using the specified extra information.
ack(long) - Method in class org.apache.directory.server.core.journal.DefaultJournal
ack(long) - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
Records a ack for a change
add(NextInterceptor, AddOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
 
add(NextInterceptor, AddOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
 
add(NextInterceptor, AddOperationContext) - Method in class org.apache.directory.server.core.changelog.ChangeLogInterceptor
 
add(NextInterceptor, AddOperationContext) - Method in class org.apache.directory.server.core.collective.CollectiveAttributeInterceptor
 
add(ServerEntry) - Method in class org.apache.directory.server.core.DefaultCoreSession
add(ServerEntry, boolean) - Method in class org.apache.directory.server.core.DefaultCoreSession
add(ServerEntry, LogChange) - Method in class org.apache.directory.server.core.DefaultCoreSession
add(ServerEntry, boolean, LogChange) - Method in class org.apache.directory.server.core.DefaultCoreSession
add(InternalAddRequest) - Method in class org.apache.directory.server.core.DefaultCoreSession
add(InternalAddRequest, LogChange) - Method in class org.apache.directory.server.core.DefaultCoreSession
add(AddOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
add(NextInterceptor, AddOperationContext) - Method in class org.apache.directory.server.core.event.EventInterceptor
 
add(NextInterceptor, AddOperationContext) - Method in class org.apache.directory.server.core.exception.ExceptionInterceptor
In the pre-invocation state this interceptor method checks to see if the entry to be added already exists.
add(NextInterceptor, AddOperationContext) - Method in class org.apache.directory.server.core.journal.JournalInterceptor
add(NextInterceptor, AddOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
add(NextInterceptor, AddOperationContext) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
Adds extra operational attributes to the entry before it is added.
add(AddOperationContext) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
add(NextInterceptor, AddOperationContext) - Method in class org.apache.directory.server.core.referral.ReferralInterceptor
Add an entry into the server.
add(NextInterceptor, AddOperationContext) - Method in class org.apache.directory.server.core.schema.SchemaInterceptor
Check that all the attributes exist in the schema for this entry.
add(OperationContext, LdapComparatorDescription) - Method in class org.apache.directory.server.core.schema.SchemaSubentryModifier
 
add(OperationContext, NormalizerDescription) - Method in class org.apache.directory.server.core.schema.SchemaSubentryModifier
 
add(OperationContext, SyntaxCheckerDescription) - Method in class org.apache.directory.server.core.schema.SchemaSubentryModifier
 
add(NextInterceptor, AddOperationContext) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor
 
add(NextInterceptor, AddOperationContext) - Method in class org.apache.directory.server.core.trigger.TriggerInterceptor
 
addContextPartition(NextInterceptor, AddContextPartitionOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
addContextPartition(AddContextPartitionOperationContext) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
addKeyPair(ServerEntry) - Static method in class org.apache.directory.server.core.security.TlsKeyGenerator
Adds a private key pair along with a self signed certificate to an entry making sure it contains the objectClasses and attributes needed to support the additions.
addKeyPair(ServerEntry, String, String, String) - Static method in class org.apache.directory.server.core.security.TlsKeyGenerator
 
addPartition(Partition) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
addReferral(ServerEntry) - Method in class org.apache.directory.server.core.ReferralManagerImpl
addSchemaObject(OperationContext, SchemaObject) - Method in class org.apache.directory.server.core.schema.SchemaSubentryModifier
 
AddStoredProcedureParameterInjector - Class in org.apache.directory.server.core.trigger
 
AddStoredProcedureParameterInjector(OperationContext, DN, ServerEntry) - Constructor for class org.apache.directory.server.core.trigger.AddStoredProcedureParameterInjector
 
AnonymousAuthenticator - Class in org.apache.directory.server.core.authn
An Authenticator that handles anonymous connections (type 'none').
AnonymousAuthenticator() - Constructor for class org.apache.directory.server.core.authn.AnonymousAuthenticator
Creates a new instance.
ATTRIBUTE_TYPE - Static variable in class org.apache.directory.server.core.authz.support.OperationScope
An operation that affects all values in an attribute type.
ATTRIBUTE_TYPE_AND_VALUE - Static variable in class org.apache.directory.server.core.authz.support.OperationScope
An operation that affects the specific value in an attribute type.
authenticate(BindOperationContext) - Method in class org.apache.directory.server.core.authn.AnonymousAuthenticator
If the context is not configured to allow anonymous connections, this method throws a NoPermissionException.
authenticate(BindOperationContext) - Method in interface org.apache.directory.server.core.authn.Authenticator
Performs authentication and returns the principal if succeeded.
authenticate(BindOperationContext) - Method in class org.apache.directory.server.core.authn.SimpleAuthenticator
Looks up userPassword attribute of the entry whose name is the value of Context.SECURITY_PRINCIPAL environment variable, and authenticates a user with the plain-text password.
authenticate(BindOperationContext) - Method in class org.apache.directory.server.core.authn.StrongAuthenticator
User has already been authenticated during SASL negotiation.
AuthenticationInterceptor - Class in org.apache.directory.server.core.authn
An Interceptor that authenticates users.
AuthenticationInterceptor() - Constructor for class org.apache.directory.server.core.authn.AuthenticationInterceptor
Creates an authentication service interceptor.
Authenticator - Interface in org.apache.directory.server.core.authn
Authenticates users who access DefaultPartitionNexus.

B

bind(NextInterceptor, BindOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
 
bind(BindOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
bind(NextInterceptor, BindOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
bind(BindOperationContext) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 

C

cacheNewGroup(DN, ServerEntry) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
 
canVisit(ExprNode) - Method in class org.apache.directory.server.core.normalization.ExpandingVisitor
 
canVisit(ExprNode) - Method in class org.apache.directory.server.core.normalization.FilterNormalizingVisitor
 
CERTIFICATE_PRINCIPAL_DN - Static variable in class org.apache.directory.server.core.security.TlsKeyGenerator
 
ChangeLogInterceptor - Class in org.apache.directory.server.core.changelog
An interceptor which intercepts write operations to the directory and logs them with the server's ChangeLog service.
ChangeLogInterceptor() - Constructor for class org.apache.directory.server.core.changelog.ChangeLogInterceptor
 
checkModify(OperationContext, DN, List<Modification>) - Method in class org.apache.directory.server.core.collective.CollectiveAttributesSchemaChecker
 
checkPermission(SchemaManager, OperationContext, Collection<DN>, DN, AuthenticationLevel, DN, String, Value<?>, Collection<MicroOperation>, Collection<ACITuple>, ServerEntry, ServerEntry) - Method in class org.apache.directory.server.core.authz.support.ACDFEngine
Checks the user with the specified name can access the specified resource (entry, attribute type, or attribute value) and throws LdapNoPermissionException if the user doesn't have any permission to perform the specified grants.
childrenNamesSpi() - Method in class org.apache.directory.server.core.prefs.ServerSystemPreferences
 
childSpi(String) - Method in class org.apache.directory.server.core.prefs.ServerSystemPreferences
 
close() - Method in class org.apache.directory.server.core.prefs.ServerSystemPreferences
 
COLLECTIVE_AREA - Static variable in class org.apache.directory.server.core.subtree.SubentryInterceptor
 
COLLECTIVE_INNERAREA - Static variable in class org.apache.directory.server.core.subtree.SubentryInterceptor
 
CollectiveAttributeInterceptor - Class in org.apache.directory.server.core.collective
An interceptor based service dealing with collective attribute management.
CollectiveAttributeInterceptor() - Constructor for class org.apache.directory.server.core.collective.CollectiveAttributeInterceptor
 
CollectiveAttributesSchemaChecker - Class in org.apache.directory.server.core.collective
Schema checking utilities specifically for operations on collective attributes.
CollectiveAttributesSchemaChecker(PartitionNexus, SchemaManager) - Constructor for class org.apache.directory.server.core.collective.CollectiveAttributesSchemaChecker
 
compare(NextInterceptor, CompareOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
 
compare(NextInterceptor, CompareOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
 
compare(DN, String, Object) - Method in class org.apache.directory.server.core.DefaultCoreSession
compare(DN, String, Object, boolean) - Method in class org.apache.directory.server.core.DefaultCoreSession
compare(InternalCompareRequest) - Method in class org.apache.directory.server.core.DefaultCoreSession
compare(CompareOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
compare(NextInterceptor, CompareOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
compare(CompareOperationContext) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
CoreKeyStoreSpi - Class in org.apache.directory.server.core.security
A read only key store facility designed specifically for TLS/CA operations.
CoreKeyStoreSpi(DirectoryService) - Constructor for class org.apache.directory.server.core.security.CoreKeyStoreSpi
Creates a new instance of LocalKeyStore.
createDigestedPassword(String, byte[]) - Method in class org.apache.directory.server.core.authn.SimpleAuthenticator
Creates a digested password.

D

DEFAULT_SEARCH_CONTROLS - Static variable in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
 
DefaultAuthorizationInterceptor - Class in org.apache.directory.server.core.authz
An Interceptor that controls access to DefaultPartitionNexus.
DefaultAuthorizationInterceptor() - Constructor for class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
Creates a new instance.
DefaultChangeLog - Class in org.apache.directory.server.core.changelog
The default ChangeLog service implementation.
DefaultChangeLog() - Constructor for class org.apache.directory.server.core.changelog.DefaultChangeLog
 
DefaultCoreSession - Class in org.apache.directory.server.core
The default CoreSession implementation.
DefaultCoreSession(LdapPrincipal, DirectoryService) - Constructor for class org.apache.directory.server.core.DefaultCoreSession
 
DefaultDirectoryService - Class in org.apache.directory.server.core
Default implementation of DirectoryService.
DefaultDirectoryService() - Constructor for class org.apache.directory.server.core.DefaultDirectoryService
Creates a new instance of the directory service.
DefaultJournal - Class in org.apache.directory.server.core.journal
The default journal implementation.
DefaultJournal() - Constructor for class org.apache.directory.server.core.journal.DefaultJournal
 
DefaultJournalStore - Class in org.apache.directory.server.core.journal
 
DefaultJournalStore() - Constructor for class org.apache.directory.server.core.journal.DefaultJournalStore
 
DefaultOperationManager - Class in org.apache.directory.server.core
The default implementation of an OperationManager.
DefaultOperationManager(DirectoryService) - Constructor for class org.apache.directory.server.core.DefaultOperationManager
 
DefaultPartitionNexus - Class in org.apache.directory.server.core.partition
A root Partition that contains all other partitions, and routes all operations to the child partition that matches to its base suffixes.
DefaultPartitionNexus(ServerEntry) - Constructor for class org.apache.directory.server.core.partition.DefaultPartitionNexus
Creates the root nexus singleton of the entire system.
DefaultSchemaService - Class in org.apache.directory.server.core.schema
This class manage the Schema's operations.
DefaultSchemaService() - Constructor for class org.apache.directory.server.core.schema.DefaultSchemaService
 
defaultSearchContextsConfig - Static variable in class org.apache.directory.server.core.sp.LdapClassLoader
 
delete(NextInterceptor, DeleteOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
 
delete(NextInterceptor, DeleteOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
 
delete(NextInterceptor, DeleteOperationContext) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
 
delete(NextInterceptor, DeleteOperationContext) - Method in class org.apache.directory.server.core.changelog.ChangeLogInterceptor
The delete operation has to be stored with a way to restore the deleted element.
delete(DN) - Method in class org.apache.directory.server.core.DefaultCoreSession
delete(DN, LogChange) - Method in class org.apache.directory.server.core.DefaultCoreSession
delete(DN, boolean) - Method in class org.apache.directory.server.core.DefaultCoreSession
delete(DN, boolean, LogChange) - Method in class org.apache.directory.server.core.DefaultCoreSession
delete(InternalDeleteRequest) - Method in class org.apache.directory.server.core.DefaultCoreSession
delete(InternalDeleteRequest, LogChange) - Method in class org.apache.directory.server.core.DefaultCoreSession
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
delete(NextInterceptor, DeleteOperationContext) - Method in class org.apache.directory.server.core.event.EventInterceptor
 
delete(NextInterceptor, DeleteOperationContext) - Method in class org.apache.directory.server.core.exception.ExceptionInterceptor
Checks to make sure the entry being deleted exists, and has no children, otherwise throws the appropriate LdapException.
delete(NextInterceptor, DeleteOperationContext) - Method in class org.apache.directory.server.core.journal.JournalInterceptor
delete(NextInterceptor, DeleteOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
delete(NextInterceptor, DeleteOperationContext) - Method in class org.apache.directory.server.core.referral.ReferralInterceptor
Delete an entry in the server.
delete(OperationContext, NormalizerDescription) - Method in class org.apache.directory.server.core.schema.SchemaSubentryModifier
 
delete(OperationContext, SyntaxCheckerDescription) - Method in class org.apache.directory.server.core.schema.SchemaSubentryModifier
 
delete(OperationContext, LdapComparatorDescription) - Method in class org.apache.directory.server.core.schema.SchemaSubentryModifier
 
delete(NextInterceptor, DeleteOperationContext) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor
 
delete(NextInterceptor, DeleteOperationContext) - Method in class org.apache.directory.server.core.trigger.TriggerInterceptor
 
deleteSchemaObject(OperationContext, SchemaObject) - Method in class org.apache.directory.server.core.schema.SchemaSubentryModifier
 
DeleteStoredProcedureParameterInjector - Class in org.apache.directory.server.core.trigger
 
DeleteStoredProcedureParameterInjector(OperationContext, DN) - Constructor for class org.apache.directory.server.core.trigger.DeleteStoredProcedureParameterInjector
 
denormalizeEntryOpAttrs(ServerEntry) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
 
denormalizeTypes(DN) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
Does not create a new DN but alters existing DN by using the first short name for an attributeType definition.
destroy() - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
Calls AbstractAuthenticator.doDestroy() method, and clears default properties (factoryConfiguration and configuration).
destroy() - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
Deinitializes and deregisters all Authenticators from this service.
destroy() - Method in interface org.apache.directory.server.core.authn.Authenticator
Called by AuthenticationInterceptor to indicate that this authenticator is being removed from service.
destroy() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
destroy() - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Save logs, tags and revision on disk, and clean everything in memory
destroy() - Method in class org.apache.directory.server.core.exception.ExceptionInterceptor
 
destroy() - Method in class org.apache.directory.server.core.journal.DefaultJournal
destroy() - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
destroy() - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
The destroy method does nothing
destroy() - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
 
doDestroy() - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
Implement your deinitialization code here.
doDestroy() - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
doInit() - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
Implement your initialization code here.
doInit() - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 

E

engineAliases() - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineContainsAlias(String) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineDeleteEntry(String) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineGetCertificate(String) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineGetCertificateAlias(Certificate) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineGetCertificateChain(String) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineGetCreationDate(String) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineGetKey(String, char[]) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineIsCertificateEntry(String) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineIsKeyEntry(String) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineLoad(InputStream, char[]) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineSetCertificateEntry(String, Certificate) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineSetKeyEntry(String, byte[], Certificate[]) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineSetKeyEntry(String, Key, char[], Certificate[]) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineSize() - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineStore(OutputStream, char[]) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
ENTRY - Static variable in class org.apache.directory.server.core.authz.support.OperationScope
An operation that affects the whole entry.
evaluate(ExprNode, String, ServerEntry) - Method in class org.apache.directory.server.core.event.ExpressionEvaluator
 
evaluate(ExprNode, String, ServerEntry) - Method in class org.apache.directory.server.core.event.LeafEvaluator
 
evaluate(ExprNode, String, ServerEntry) - Method in class org.apache.directory.server.core.event.ScopeEvaluator
 
evaluate(ExprNode, String, ServerEntry) - Method in class org.apache.directory.server.core.event.SubstringEvaluator
 
evaluate(ExprNode, EntryAttribute) - Method in class org.apache.directory.server.core.subtree.RefinementEvaluator
 
evaluate(SimpleNode, EntryAttribute) - Method in class org.apache.directory.server.core.subtree.RefinementLeafEvaluator
Evaluates whether or not a simple leaf node of a refinement filter selects an entry based on the entry's objectClass attribute values.
evaluate(SubtreeSpecification, DN, DN, ServerEntry) - Method in class org.apache.directory.server.core.subtree.SubtreeEvaluator
Determines if an entry is selected by a subtree specification.
EventInterceptor - Class in org.apache.directory.server.core.event
An Interceptor based service for notifying DirectoryListeners of changes to the DIT.
EventInterceptor() - Constructor for class org.apache.directory.server.core.event.EventInterceptor
 
ExceptionInterceptor - Class in org.apache.directory.server.core.exception
An Interceptor that detects any operations that breaks integrity of Partition and terminates the current invocation chain by throwing a Exception.
ExceptionInterceptor() - Constructor for class org.apache.directory.server.core.exception.ExceptionInterceptor
Creates an interceptor that is also the exception handling service.
exists(DN) - Method in class org.apache.directory.server.core.DefaultCoreSession
 
ExpandingVisitor - Class in org.apache.directory.server.core.normalization
 
ExpandingVisitor(SchemaManager) - Constructor for class org.apache.directory.server.core.normalization.ExpandingVisitor
Creates a new instance of ExpandingVisitor.
ExpressionEvaluator - Class in org.apache.directory.server.core.event
Top level filter expression evaluator implemenation.
ExpressionEvaluator(LeafEvaluator) - Constructor for class org.apache.directory.server.core.event.ExpressionEvaluator
Creates a top level Evaluator where leaves are delegated to a leaf node evaluator which is already provided.
ExpressionEvaluator(OidRegistry, SchemaManager) - Constructor for class org.apache.directory.server.core.event.ExpressionEvaluator
Creates a top level Evaluator where leaves are delegated to a leaf node evaluator which will be created.
extractStoredProcName(String) - Static method in class org.apache.directory.server.core.sp.StoredProcUtils
 
extractStoredProcUnitName(String) - Static method in class org.apache.directory.server.core.sp.StoredProcUtils
 

F

filter(SchemaManager, Collection<ACITuple>, OperationScope, OperationContext, Collection<DN>, DN, ServerEntry, AuthenticationLevel, DN, String, Value<?>, ServerEntry, Collection<MicroOperation>, ServerEntry) - Method in interface org.apache.directory.server.core.authz.support.ACITupleFilter
Returns the collection of the filtered tuples using the specified extra information.
filter(SchemaManager, Collection<ACITuple>, OperationScope, OperationContext, Collection<DN>, DN, ServerEntry, AuthenticationLevel, DN, String, Value<?>, ServerEntry, Collection<MicroOperation>, ServerEntry) - Method in class org.apache.directory.server.core.authz.support.HighestPrecedenceFilter
 
filter(SchemaManager, Collection<ACITuple>, OperationScope, OperationContext, Collection<DN>, DN, ServerEntry, AuthenticationLevel, DN, String, Value<?>, ServerEntry, Collection<MicroOperation>, ServerEntry) - Method in class org.apache.directory.server.core.authz.support.MaxImmSubFilter
 
filter(SchemaManager, Collection<ACITuple>, OperationScope, OperationContext, Collection<DN>, DN, ServerEntry, AuthenticationLevel, DN, String, Value<?>, ServerEntry, Collection<MicroOperation>, ServerEntry) - Method in class org.apache.directory.server.core.authz.support.MaxValueCountFilter
 
filter(SchemaManager, Collection<ACITuple>, OperationScope, OperationContext, Collection<DN>, DN, ServerEntry, AuthenticationLevel, DN, String, Value<?>, ServerEntry, Collection<MicroOperation>, ServerEntry) - Method in class org.apache.directory.server.core.authz.support.MicroOperationFilter
 
filter(SchemaManager, Collection<ACITuple>, OperationScope, OperationContext, Collection<DN>, DN, ServerEntry, AuthenticationLevel, DN, String, Value<?>, ServerEntry, Collection<MicroOperation>, ServerEntry) - Method in class org.apache.directory.server.core.authz.support.MostSpecificProtectedItemFilter
 
filter(SchemaManager, Collection<ACITuple>, OperationScope, OperationContext, Collection<DN>, DN, ServerEntry, AuthenticationLevel, DN, String, Value<?>, ServerEntry, Collection<MicroOperation>, ServerEntry) - Method in class org.apache.directory.server.core.authz.support.MostSpecificUserClassFilter
 
filter(SchemaManager, Collection<ACITuple>, OperationScope, OperationContext, Collection<DN>, DN, ServerEntry, AuthenticationLevel, DN, String, Value<?>, ServerEntry, Collection<MicroOperation>, ServerEntry) - Method in class org.apache.directory.server.core.authz.support.RelatedProtectedItemFilter
 
filter(SchemaManager, Collection<ACITuple>, OperationScope, OperationContext, Collection<DN>, DN, ServerEntry, AuthenticationLevel, DN, String, Value<?>, ServerEntry, Collection<MicroOperation>, ServerEntry) - Method in class org.apache.directory.server.core.authz.support.RelatedUserClassFilter
 
filter(SchemaManager, Collection<ACITuple>, OperationScope, OperationContext, Collection<DN>, DN, ServerEntry, AuthenticationLevel, DN, String, Value<?>, ServerEntry, Collection<MicroOperation>, ServerEntry) - Method in class org.apache.directory.server.core.authz.support.RestrictedByFilter
 
FilterNormalizingVisitor - Class in org.apache.directory.server.core.normalization
A filter visitor which normalizes leaf node values as it visits them.
FilterNormalizingVisitor(NameComponentNormalizer, SchemaManager) - Constructor for class org.apache.directory.server.core.normalization.FilterNormalizingVisitor
Creates a new instance of NormalizingVisitor.
find() - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
 
find(long, long) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
 
findAfter(long) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
 
findBefore(long) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
 
findClass(String) - Method in class org.apache.directory.server.core.sp.java.LdapJavaStoredProcClassLoader
 
findClass(String) - Method in class org.apache.directory.server.core.sp.LdapClassLoader
 
findStoredProcUnit(CoreSession, String) - Method in class org.apache.directory.server.core.sp.StoredProcExecutionManager
Finds and returns a stored procedure unit entry whose identifier name is extracted from fullSPName.
flushSpi() - Method in class org.apache.directory.server.core.prefs.ServerSystemPreferences
 

G

getACITuples(String) - Method in class org.apache.directory.server.core.authz.TupleCache
 
getActionTimeMappedTriggerSpecsForOperation(List<TriggerSpecification>, LdapOperation) - Method in class org.apache.directory.server.core.trigger.TriggerInterceptor
Return a selection of trigger specifications for a certain type of trigger action time.
getAdminSession() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getAlgorithmForHashedPassword(byte[]) - Method in class org.apache.directory.server.core.authn.SimpleAuthenticator
Get the algorithm of a password, which is stored in the form "{XYZ}...".
getArgumentsToInject(OperationContext, List<StoredProcedureParameter>) - Method in class org.apache.directory.server.core.trigger.AbstractStoredProcedureParameterInjector
 
getArgumentsToInject(OperationContext, List<StoredProcedureParameter>) - Method in interface org.apache.directory.server.core.trigger.StoredProcedureParameterInjector
 
getAuthenticatedPrincipal() - Method in class org.apache.directory.server.core.DefaultCoreSession
 
getAuthenticationLevel() - Method in class org.apache.directory.server.core.DefaultCoreSession
 
getAuthenticators() - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
 
getAuthenticatorType() - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
 
getAuthenticatorType() - Method in interface org.apache.directory.server.core.authn.Authenticator
Returns the type of this authenticator (e.g.
getCertificate(ServerEntry) - Static method in class org.apache.directory.server.core.security.TlsKeyGenerator
Gets the certificate associated with the self signed TLS private/public key pair.
getChangeLog() - Method in class org.apache.directory.server.core.DefaultDirectoryService
getChangeLogSearchEngine() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
getChangeLogStore() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
getClientAddress() - Method in class org.apache.directory.server.core.DefaultCoreSession
 
getControls() - Method in class org.apache.directory.server.core.DefaultCoreSession
 
getCredentials() - Method in class org.apache.directory.server.core.replication.SimpleReplicaConnection
 
getCSN() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Get a new CSN
getCurrentRevision() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
getCurrentRevision() - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
 
getCurrentRevision() - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
 
getDirectoryService() - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
Returns DirectoryService for this authenticator.
getDirectoryService() - Method in class org.apache.directory.server.core.DefaultCoreSession
 
getDirectoryService() - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
getEffectivePrincipal() - Method in class org.apache.directory.server.core.DefaultCoreSession
 
getEventService() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getFileName() - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
 
getGroups(String) - Method in class org.apache.directory.server.core.authz.GroupCache
Gets the set of groups a user is a member of.
getId() - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
getInjectors() - Method in class org.apache.directory.server.core.trigger.AbstractStoredProcedureParameterInjector
 
getInstanceId() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getInterceptor(String) - Method in class org.apache.directory.server.core.DefaultDirectoryService
getInterceptorChain() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getInterceptors() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Returns interceptors in the server.
getJournal() - Method in class org.apache.directory.server.core.DefaultDirectoryService
getJournalStore() - Method in class org.apache.directory.server.core.journal.DefaultJournal
getKeyPair(ServerEntry) - Static method in class org.apache.directory.server.core.security.TlsKeyGenerator
Extracts the public private key pair from the tlsKeyInfo entry.
getLatest() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
getLatest() - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
 
getLeafEvaluator() - Method in class org.apache.directory.server.core.event.ExpressionEvaluator
Gets the leaf evaluator used by this top level expression evaluator.
getMatchedName(NextInterceptor, GetMatchedNameOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
 
getMatchedName(NextInterceptor, GetMatchedNameOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
 
getMatchedName(GetMatchedNameOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
getMatchedName(NextInterceptor, GetMatchedNameOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
getMatchedName(GetMatchedNameOperationContext) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
getMaxPDUSize() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getName() - Method in class org.apache.directory.server.core.authz.support.OperationScope
Return the name of this scope.
getOperationalModsForAdd(ServerEntry, ServerEntry) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor
Calculates the subentry operational attributes to add or replace from a candidate entry selected by a subtree specification.
getOperationContext() - Method in class org.apache.directory.server.core.trigger.AbstractStoredProcedureParameterInjector
 
getOperationManager() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getOperationPrincipal() - Method in class org.apache.directory.server.core.trigger.AbstractStoredProcedureParameterInjector
 
getOrder(BranchNode, List<ExprNode>) - Method in class org.apache.directory.server.core.normalization.ExpandingVisitor
 
getOrder(BranchNode, List<ExprNode>) - Method in class org.apache.directory.server.core.normalization.FilterNormalizingVisitor
 
getOutstandingOperations() - Method in class org.apache.directory.server.core.DefaultCoreSession
 
getParentReferral(DN) - Method in class org.apache.directory.server.core.ReferralManagerImpl
getPartition(DN) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
getPartitionNexus() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getPartitions() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Gets the Partitions used by this DirectoryService.
getPrincipal() - Method in class org.apache.directory.server.core.replication.SimpleReplicaConnection
 
getReferralManager() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getReplicaId() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getReplicationConfiguration() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getRootDSE(NextInterceptor, GetRootDSEOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
 
getRootDSE(GetRootDSEOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
getRootDSE(GetRootDSEOperationContext) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
getRotation() - Method in class org.apache.directory.server.core.journal.DefaultJournal
 
getSchemaManager() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getSchemaManager() - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
getSchemaManager() - Method in class org.apache.directory.server.core.schema.DefaultSchemaService
 
getSchemaPartition() - Method in class org.apache.directory.server.core.schema.DefaultSchemaService
 
getSchemaService() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getScopeEvaluator() - Method in class org.apache.directory.server.core.event.LeafEvaluator
 
getServiceAddress() - Method in class org.apache.directory.server.core.DefaultCoreSession
 
getSession() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getSession(LdapPrincipal) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getSession(DN, byte[]) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getSession(DN, byte[], String, String) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getSpi(String) - Method in class org.apache.directory.server.core.prefs.ServerSystemPreferences
 
getSPLangId() - Method in class org.apache.directory.server.core.sp.java.JavaStoredProcEngine
 
getSPLangId() - Method in interface org.apache.directory.server.core.sp.StoredProcEngine
Returns the unique identifier of the supported stored procedure language.
getStoredProcEngineInstance(ClonedServerEntry) - Method in class org.apache.directory.server.core.sp.StoredProcExecutionManager
Initializes and returns a StoredProcEngine instance which can operate on spUnitEntry considering its specific stored procedure language.
getStoredProcEngineType() - Method in class org.apache.directory.server.core.sp.java.JavaStoredProcEngineConfig
 
getStoredProcEngineType() - Method in interface org.apache.directory.server.core.sp.StoredProcEngineConfig
Returns the type of the associated StoredProcEngine.
getStoredProcLangId() - Method in class org.apache.directory.server.core.sp.java.JavaStoredProcEngineConfig
 
getStoredProcLangId() - Method in interface org.apache.directory.server.core.sp.StoredProcEngineConfig
Returns the unique language identifier of the StoredProcEngine.
getSubentryAttributes(DN, ServerEntry) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor
Evaluates the set of subentry subtrees upon an entry and returns the operational subentry attributes that will be added to the entry if added at the dn specified.
getSubentryTriggerSpecs(String) - Method in class org.apache.directory.server.core.trigger.TriggerSpecCache
 
getSubschemaEntry(String[]) - Method in class org.apache.directory.server.core.schema.DefaultSchemaService
getSubschemaEntryCloned() - Method in class org.apache.directory.server.core.schema.DefaultSchemaService
 
getSubschemaEntryImmutable() - Method in class org.apache.directory.server.core.schema.DefaultSchemaService
getSubstringEvaluator() - Method in class org.apache.directory.server.core.event.LeafEvaluator
 
getSuffix(NextInterceptor, GetSuffixOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
 
getSuffix(GetSuffixOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
getSuffix(NextInterceptor, GetSuffixOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
getSuffix() - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
getSuffix(GetSuffixOperationContext) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
getSuffixDn() - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
getSyncPeriodMillis() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getSystemPartition() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getSystemPartition() - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
getTagSearchEngine() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
getTestEntries() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Returns test directory entries(LdifEntry) to be loaded while bootstrapping.
getUndefinedFilterNode() - Method in exception org.apache.directory.server.core.normalization.UndefinedFilterAttributeException
 
getWorkingDirectory() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Returns working directory (counterpart of var/lib) where partitions are stored by default.
groupAdded(DN, ServerEntry) - Method in class org.apache.directory.server.core.authz.GroupCache
Adds a groups members to the cache.
GroupCache - Class in org.apache.directory.server.core.authz
A cache for tracking static group membership.
GroupCache(CoreSession) - Constructor for class org.apache.directory.server.core.authz.GroupCache
Creates a static group cache.
groupDeleted(DN, ServerEntry) - Method in class org.apache.directory.server.core.authz.GroupCache
Deletes a group's members from the cache.
groupModified(DN, List<Modification>, ServerEntry, SchemaManager) - Method in class org.apache.directory.server.core.authz.GroupCache
Modifies the cache to reflect changes via modify operations to the group entries.
groupModified(DN, ModificationOperation, ServerEntry) - Method in class org.apache.directory.server.core.authz.GroupCache
Modifies the cache to reflect changes via modify operations to the group entries.
groupRenamed(DN, DN) - Method in class org.apache.directory.server.core.authz.GroupCache
 

H

hasEntry(NextInterceptor, EntryOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
 
hasEntry(NextInterceptor, EntryOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
 
hasEntry(EntryOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
hasEntry(NextInterceptor, EntryOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
hasEntry(EntryOperationContext) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
hasParentReferral(DN) - Method in class org.apache.directory.server.core.ReferralManagerImpl
hasPermission(SchemaManager, OperationContext, Collection<DN>, DN, AuthenticationLevel, DN, String, Value<?>, Collection<MicroOperation>, Collection<ACITuple>, ServerEntry, ServerEntry) - Method in class org.apache.directory.server.core.authz.support.ACDFEngine
Returns true if the user with the specified name can access the specified resource (entry, attribute type, or attribute value) and throws LdapNoPermissionException if the user doesn't have any permission to perform the specified grants.
hasPermission(OperationContext) - Method in class org.apache.directory.server.core.trigger.SimpleTriggerExecutionAuthorizer
 
hasPermission(OperationContext) - Method in interface org.apache.directory.server.core.trigger.TriggerExecutionAuthorizer
 
HighestPrecedenceFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that discards all tuples having a precedence less than the highest remaining precedence.
HighestPrecedenceFilter() - Constructor for class org.apache.directory.server.core.authz.support.HighestPrecedenceFilter
 

I

init(DirectoryService) - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
Initializes (directoryService and and calls AbstractAuthenticator.doInit() method.
init(DirectoryService) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
Registers and initializes all Authenticators to this service.
init(DirectoryService) - Method in interface org.apache.directory.server.core.authn.Authenticator
Called by AuthenticationInterceptor to indicate that this authenticator is being placed into service.
init(DirectoryService) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
Initializes this interceptor based service by getting a handle on the nexus, setting up the tupe and group membership caches and the ACIItem parser and the ACDF engine.
init(DirectoryService) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
 
init(DirectoryService) - Method in class org.apache.directory.server.core.changelog.ChangeLogInterceptor
The init method will initialize the local variables and load the entryDeleted AttributeType.
init(DirectoryService) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Initialize the ChangeLog system.
init(DirectoryService) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
 
init(DirectoryService) - Method in class org.apache.directory.server.core.collective.CollectiveAttributeInterceptor
 
init(DirectoryService) - Method in class org.apache.directory.server.core.event.EventInterceptor
 
init(DirectoryService) - Method in class org.apache.directory.server.core.exception.ExceptionInterceptor
 
init(DirectoryService) - Method in class org.apache.directory.server.core.journal.DefaultJournal
init(DirectoryService) - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
Initialize the interceptor
init(DirectoryService) - Method in class org.apache.directory.server.core.journal.JournalInterceptor
The init method will initialize the local variables and load the entryDeleted AttributeType.
init(DirectoryService) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
Initialize the registries, normalizers.
init(DirectoryService) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
 
init(DirectoryService) - Method in class org.apache.directory.server.core.referral.ReferralInterceptor
 
init(DirectoryService, String...) - Method in class org.apache.directory.server.core.ReferralManagerImpl
init(DirectoryService) - Method in class org.apache.directory.server.core.schema.SchemaInterceptor
Initialize the Schema Service
init(DirectoryService) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor
 
init(DirectoryService) - Method in class org.apache.directory.server.core.trigger.TriggerInterceptor
 
initialize() - Method in class org.apache.directory.server.core.schema.DefaultSchemaService
Initializes the SchemaService
inject(OperationContext, StoredProcedureParameter) - Method in interface org.apache.directory.server.core.trigger.StoredProcedureParameterInjector.MicroInjector
 
invalidateCache(DN) - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
Does nothing leaving it so subclasses can override.
invalidateCache(DN) - Method in interface org.apache.directory.server.core.authn.Authenticator
Callback used to respond to password changes by invalidating a password cache if implemented.
invalidateCache(DN) - Method in class org.apache.directory.server.core.authn.SimpleAuthenticator
Remove the principal form the cache.
invokeProcedure(CoreSession, String, Object[]) - Method in class org.apache.directory.server.core.sp.java.JavaStoredProcEngine
 
invokeProcedure(CoreSession, String, Object[]) - Method in interface org.apache.directory.server.core.sp.StoredProcEngine
Invokes the stored procedure handled by the engine.
isAccessControlEnabled() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Returns true if access control checks are enabled.
isAdministrator() - Method in class org.apache.directory.server.core.DefaultCoreSession
TODO - perhaps we should just use a flag that is calculated on creation of this session
isAllowAnonymousAccess() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Returns true if anonymous access is allowed on entries besides the RootDSE.
isAnAdministrator() - Method in class org.apache.directory.server.core.DefaultCoreSession
TODO - this method impl does not check to see if the principal is in the administrators group - it only returns true of the principal is the actual admin user.
isAnonymous() - Method in class org.apache.directory.server.core.DefaultCoreSession
 
isConfidential() - Method in class org.apache.directory.server.core.DefaultCoreSession
 
isDenormalizeOpAttrsEnabled() - Method in class org.apache.directory.server.core.DefaultDirectoryService
return true if the operational attributes must be normalized when returned
isEnabled() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
isEnabled() - Method in class org.apache.directory.server.core.journal.DefaultJournal
isExitVmOnShutdown() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
isExposed() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
isFilterChar(char) - Static method in class org.apache.directory.server.core.normalization.FilterNormalizingVisitor
Check if the given char is a filter escaped char <filterEscapedChars> ::= '\0' | '(' | ')' | '*' | '\'
isFirstStart() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
isInitialized() - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
isLogSearchSupported() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
isPasswordHidden() - Method in class org.apache.directory.server.core.DefaultDirectoryService
isPrefix() - Method in class org.apache.directory.server.core.normalization.ExpandingVisitor
 
isPrefix() - Method in class org.apache.directory.server.core.normalization.FilterNormalizingVisitor
 
isPrincipalAnAdministrator(DN) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
 
isPrincipalAnAdministrator(DN) - Method in class org.apache.directory.server.core.authz.GroupCache
An optimization.
isReferral(DN) - Method in class org.apache.directory.server.core.ReferralManagerImpl
isRemovable(ACITuple, String, Value<?>, ServerEntry) - Method in class org.apache.directory.server.core.authz.support.RestrictedByFilter
 
isSchemaSubentry(String) - Method in class org.apache.directory.server.core.schema.DefaultSchemaService
 
isShutdownHookEnabled() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
isStarted() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
isTagSearchSupported() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
isTagStorageSupported() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
isVirtual() - Method in class org.apache.directory.server.core.DefaultCoreSession
 

J

JavaStoredProcEngine - Class in org.apache.directory.server.core.sp.java
A StoredProcEngine implementation specific to Java stored procedures.
JavaStoredProcEngine() - Constructor for class org.apache.directory.server.core.sp.java.JavaStoredProcEngine
 
JavaStoredProcEngineConfig - Class in org.apache.directory.server.core.sp.java
A StoredProcEngineConfig implementation specific to Java stored procedures.
JavaStoredProcEngineConfig() - Constructor for class org.apache.directory.server.core.sp.java.JavaStoredProcEngineConfig
 
JournalInterceptor - Class in org.apache.directory.server.core.journal
An interceptor which intercepts write operations to the directory and logs them into a journal.
JournalInterceptor() - Constructor for class org.apache.directory.server.core.journal.JournalInterceptor
 

K

KEY_ALGORITHM_AT - Static variable in class org.apache.directory.server.core.security.TlsKeyGenerator
 
keysSpi() - Method in class org.apache.directory.server.core.prefs.ServerSystemPreferences
 

L

LdapClassLoader - Class in org.apache.directory.server.core.sp
A class loader that loads classes from an LDAP DIT.
LdapClassLoader(DirectoryService) - Constructor for class org.apache.directory.server.core.sp.LdapClassLoader
 
LdapJavaStoredProcClassLoader - Class in org.apache.directory.server.core.sp.java
A class loader that loads a class from an attribute.
LdapJavaStoredProcClassLoader(EntryAttribute) - Constructor for class org.apache.directory.server.core.sp.java.LdapJavaStoredProcClassLoader
 
LeafEvaluator - Class in org.apache.directory.server.core.event
Evaluates LeafNode assertions on candidates using a database.
LeafEvaluator(SchemaManager, SubstringEvaluator) - Constructor for class org.apache.directory.server.core.event.LeafEvaluator
Creates a leaf expression node evaluator.
list(NextInterceptor, ListOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
 
list(NextInterceptor, ListOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
 
list(NextInterceptor, ListOperationContext) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
 
list(NextInterceptor, ListOperationContext) - Method in class org.apache.directory.server.core.collective.CollectiveAttributeInterceptor
 
list(DN, AliasDerefMode, Set<AttributeTypeOptions>) - Method in class org.apache.directory.server.core.DefaultCoreSession
 
list(DN, AliasDerefMode, Set<AttributeTypeOptions>, long, int) - Method in class org.apache.directory.server.core.DefaultCoreSession
 
list(ListOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
list(NextInterceptor, ListOperationContext) - Method in class org.apache.directory.server.core.exception.ExceptionInterceptor
Checks to see the base being searched exists, otherwise throws the appropriate LdapException.
list(NextInterceptor, ListOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
list(NextInterceptor, ListOperationContext) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
 
list(ListOperationContext) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
list(NextInterceptor, ListOperationContext) - Method in class org.apache.directory.server.core.schema.SchemaInterceptor
 
list(NextInterceptor, ListOperationContext) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor
 
listSuffixes(NextInterceptor, ListSuffixOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
 
listSuffixes(ListSuffixOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
listSuffixes(ListSuffixOperationContext) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
lockRead() - Method in class org.apache.directory.server.core.ReferralManagerImpl
Get a read-lock on the referralManager.
lockWrite() - Method in class org.apache.directory.server.core.ReferralManagerImpl
Get a write-lock on the referralManager.
log(LdapPrincipal, LdifEntry, LdifEntry) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
log(LdapPrincipal, LdifEntry, List<LdifEntry>) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
log(LdapPrincipal, LdifEntry, LdifEntry) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
log(LdapPrincipal, LdifEntry, List<LdifEntry>) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
log(LdapPrincipal, long, LdifEntry) - Method in class org.apache.directory.server.core.journal.DefaultJournal
log(LdapPrincipal, long, LdifEntry) - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
Stores an event into the journal.
lookup(NextInterceptor, LookupOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
 
lookup(NextInterceptor, LookupOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
 
lookup(NextInterceptor, LookupOperationContext) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
 
lookup(long) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
 
lookup(NextInterceptor, LookupOperationContext) - Method in class org.apache.directory.server.core.collective.CollectiveAttributeInterceptor
 
lookup(DN) - Method in class org.apache.directory.server.core.DefaultCoreSession
lookup(DN, String[]) - Method in class org.apache.directory.server.core.DefaultCoreSession
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
lookup(NextInterceptor, LookupOperationContext) - Method in class org.apache.directory.server.core.exception.ExceptionInterceptor
Checks to see the base being searched exists, otherwise throws the appropriate LdapException.
lookup(NextInterceptor, LookupOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
lookup(NextInterceptor, LookupOperationContext) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
 
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
lookup(Long) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
lookup(NextInterceptor, LookupOperationContext) - Method in class org.apache.directory.server.core.schema.SchemaInterceptor
Search for an entry, using its DN.

M

MAX_SIZE_LIMIT_DEFAULT - Static variable in class org.apache.directory.server.core.DefaultDirectoryService
The default timeLimit : 100 entries
MAX_TIME_LIMIT_DEFAULT - Static variable in class org.apache.directory.server.core.DefaultDirectoryService
The default timeLimit : 10 seconds
MaxImmSubFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that discards all tuples that doesn't satisfy ProtectedItem.MaxImmSub constraint if available.
MaxImmSubFilter() - Constructor for class org.apache.directory.server.core.authz.support.MaxImmSubFilter
 
MaxValueCountFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that discards all tuples that doesn't satisfy ProtectedItem.MaxValueCount constraint if available.
MaxValueCountFilter() - Constructor for class org.apache.directory.server.core.authz.support.MaxValueCountFilter
 
MemoryChangeLogStore - Class in org.apache.directory.server.core.changelog
A change log store that keeps it's information in memory.
MemoryChangeLogStore() - Constructor for class org.apache.directory.server.core.changelog.MemoryChangeLogStore
 
MicroOperationFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that discard tuples which doesn't contain any related MicroOperations.
MicroOperationFilter() - Constructor for class org.apache.directory.server.core.authz.support.MicroOperationFilter
 
modify(NextInterceptor, ModifyOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
 
modify(NextInterceptor, ModifyOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
 
modify(NextInterceptor, ModifyOperationContext) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
This policy needs to be really tight too because some attributes may take part in giving the user permissions to protected resources.
modify(NextInterceptor, ModifyOperationContext) - Method in class org.apache.directory.server.core.changelog.ChangeLogInterceptor
 
modify(NextInterceptor, ModifyOperationContext) - Method in class org.apache.directory.server.core.collective.CollectiveAttributeInterceptor
 
modify(DN, List<Modification>) - Method in class org.apache.directory.server.core.DefaultCoreSession
modify(DN, List<Modification>, LogChange) - Method in class org.apache.directory.server.core.DefaultCoreSession
modify(DN, List<Modification>, boolean) - Method in class org.apache.directory.server.core.DefaultCoreSession
modify(DN, List<Modification>, boolean, LogChange) - Method in class org.apache.directory.server.core.DefaultCoreSession
modify(InternalModifyRequest) - Method in class org.apache.directory.server.core.DefaultCoreSession
modify(InternalModifyRequest, LogChange) - Method in class org.apache.directory.server.core.DefaultCoreSession
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
modify(NextInterceptor, ModifyOperationContext) - Method in class org.apache.directory.server.core.event.EventInterceptor
 
modify(NextInterceptor, ModifyOperationContext) - Method in class org.apache.directory.server.core.exception.ExceptionInterceptor
Checks to see the entry being modified exists, otherwise throws the appropriate LdapException.
modify(NextInterceptor, ModifyOperationContext) - Method in class org.apache.directory.server.core.journal.JournalInterceptor
modify(NextInterceptor, ModifyOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
modify(NextInterceptor, ModifyOperationContext) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
 
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
modify(NextInterceptor, ModifyOperationContext) - Method in class org.apache.directory.server.core.referral.ReferralInterceptor
Modify an entry in the server.
modify(NextInterceptor, ModifyOperationContext) - Method in class org.apache.directory.server.core.schema.SchemaInterceptor
modify(NextInterceptor, ModifyOperationContext) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor
 
modify(NextInterceptor, ModifyOperationContext) - Method in class org.apache.directory.server.core.trigger.TriggerInterceptor
 
ModifyDNStoredProcedureParameterInjector - Class in org.apache.directory.server.core.trigger
 
ModifyDNStoredProcedureParameterInjector(OperationContext, boolean, DN, RDN, DN, DN, DN, DN) - Constructor for class org.apache.directory.server.core.trigger.ModifyDNStoredProcedureParameterInjector
 
modifySchemaSubentry(ModifyOperationContext, boolean) - Method in class org.apache.directory.server.core.schema.SchemaSubentryManager
 
modifySchemaSubentry(ModifyOperationContext, DN, int, ServerEntry, ServerEntry, ServerEntry, boolean) - Method in class org.apache.directory.server.core.schema.SchemaSubentryManager
 
ModifyStoredProcedureParameterInjector - Class in org.apache.directory.server.core.trigger
 
ModifyStoredProcedureParameterInjector(ModifyOperationContext) - Constructor for class org.apache.directory.server.core.trigger.ModifyStoredProcedureParameterInjector
 
MostSpecificProtectedItemFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that chooses the tuples with the most specific protected item.
MostSpecificProtectedItemFilter() - Constructor for class org.apache.directory.server.core.authz.support.MostSpecificProtectedItemFilter
 
MostSpecificUserClassFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that chooses the tuples with the most specific user class.
MostSpecificUserClassFilter() - Constructor for class org.apache.directory.server.core.authz.support.MostSpecificUserClassFilter
 
move(NextInterceptor, MoveOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
 
move(NextInterceptor, MoveOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
 
move(NextInterceptor, MoveOperationContext) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
 
move(NextInterceptor, MoveOperationContext) - Method in class org.apache.directory.server.core.changelog.ChangeLogInterceptor
 
move(DN, DN) - Method in class org.apache.directory.server.core.DefaultCoreSession
move(DN, DN, LogChange) - Method in class org.apache.directory.server.core.DefaultCoreSession
move(DN, DN, boolean) - Method in class org.apache.directory.server.core.DefaultCoreSession
move(DN, DN, boolean, LogChange) - Method in class org.apache.directory.server.core.DefaultCoreSession
move(InternalModifyDnRequest) - Method in class org.apache.directory.server.core.DefaultCoreSession
move(InternalModifyDnRequest, LogChange) - Method in class org.apache.directory.server.core.DefaultCoreSession
move(MoveOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
move(NextInterceptor, MoveOperationContext) - Method in class org.apache.directory.server.core.event.EventInterceptor
 
move(NextInterceptor, MoveOperationContext) - Method in class org.apache.directory.server.core.exception.ExceptionInterceptor
Checks to see the entry being moved exists, and so does its parent, otherwise throws the appropriate LdapException.
move(NextInterceptor, MoveOperationContext) - Method in class org.apache.directory.server.core.journal.JournalInterceptor
move(NextInterceptor, MoveOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
move(NextInterceptor, MoveOperationContext) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
 
move(MoveOperationContext) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
move(NextInterceptor, MoveOperationContext) - Method in class org.apache.directory.server.core.referral.ReferralInterceptor
 
move(NextInterceptor, MoveOperationContext) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor
 
move(NextInterceptor, MoveOperationContext) - Method in class org.apache.directory.server.core.trigger.TriggerInterceptor
 
moveAndRename(NextInterceptor, MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
 
moveAndRename(NextInterceptor, MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
 
moveAndRename(NextInterceptor, MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
 
moveAndRename(NextInterceptor, MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.changelog.ChangeLogInterceptor
 
moveAndRename(DN, DN, RDN, boolean) - Method in class org.apache.directory.server.core.DefaultCoreSession
moveAndRename(DN, DN, RDN, boolean, LogChange) - Method in class org.apache.directory.server.core.DefaultCoreSession
moveAndRename(DN, DN, RDN, boolean, boolean) - Method in class org.apache.directory.server.core.DefaultCoreSession
moveAndRename(DN, DN, RDN, boolean, boolean, LogChange) - Method in class org.apache.directory.server.core.DefaultCoreSession
moveAndRename(InternalModifyDnRequest) - Method in class org.apache.directory.server.core.DefaultCoreSession
moveAndRename(InternalModifyDnRequest, LogChange) - Method in class org.apache.directory.server.core.DefaultCoreSession
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
moveAndRename(NextInterceptor, MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.event.EventInterceptor
 
moveAndRename(NextInterceptor, MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.exception.ExceptionInterceptor
Checks to see the entry being moved exists, and so does its parent, otherwise throws the appropriate LdapException.
moveAndRename(NextInterceptor, MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.journal.JournalInterceptor
moveAndRename(NextInterceptor, MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
moveAndRename(NextInterceptor, MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
 
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
moveAndRename(NextInterceptor, MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.referral.ReferralInterceptor
 
moveAndRename(NextInterceptor, MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor
 
moveAndRename(NextInterceptor, MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.trigger.TriggerInterceptor
 

N

nack(long) - Method in class org.apache.directory.server.core.journal.DefaultJournal
nack(long) - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
Records a nack for a change
newEntry(DN) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
newEntry(String, String) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Create a new ServerEntry
NormalizationInterceptor - Class in org.apache.directory.server.core.normalization
A name normalization service.
NormalizationInterceptor() - Constructor for class org.apache.directory.server.core.normalization.NormalizationInterceptor
 

O

OperationalAttributeInterceptor - Class in org.apache.directory.server.core.operational
An Interceptor that adds or modifies the default attributes of entries.
OperationalAttributeInterceptor() - Constructor for class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
Creates the operational attribute management service interceptor.
OperationScope - Class in org.apache.directory.server.core.authz.support
An enumeration that represents the scope of user operation.
org.apache.directory.server.core - package org.apache.directory.server.core
 
org.apache.directory.server.core.authn - package org.apache.directory.server.core.authn
 
org.apache.directory.server.core.authz - package org.apache.directory.server.core.authz
 
org.apache.directory.server.core.authz.support - package org.apache.directory.server.core.authz.support
org.apache.directory.server.core.changelog - package org.apache.directory.server.core.changelog
org.apache.directory.server.core.collective - package org.apache.directory.server.core.collective
 
org.apache.directory.server.core.event - package org.apache.directory.server.core.event
 
org.apache.directory.server.core.exception - package org.apache.directory.server.core.exception
 
org.apache.directory.server.core.journal - package org.apache.directory.server.core.journal
 
org.apache.directory.server.core.normalization - package org.apache.directory.server.core.normalization
 
org.apache.directory.server.core.operational - package org.apache.directory.server.core.operational
 
org.apache.directory.server.core.partition - package org.apache.directory.server.core.partition
 
org.apache.directory.server.core.prefs - package org.apache.directory.server.core.prefs
org.apache.directory.server.core.referral - package org.apache.directory.server.core.referral
 
org.apache.directory.server.core.replication - package org.apache.directory.server.core.replication
 
org.apache.directory.server.core.schema - package org.apache.directory.server.core.schema
org.apache.directory.server.core.security - package org.apache.directory.server.core.security
 
org.apache.directory.server.core.sp - package org.apache.directory.server.core.sp
 
org.apache.directory.server.core.sp.java - package org.apache.directory.server.core.sp.java
 
org.apache.directory.server.core.subtree - package org.apache.directory.server.core.subtree
 
org.apache.directory.server.core.trigger - package org.apache.directory.server.core.trigger
 

P

preventRdnChangeOnModifyRemove(DN, ModificationOperation, EntryAttribute, SchemaManager) - Static method in class org.apache.directory.server.core.schema.SchemaChecker
Makes sure a modify operation does not delete RDN attributes or their value.
preventRdnChangeOnModifyRemove(DN, ModificationOperation, ServerEntry, SchemaManager) - Static method in class org.apache.directory.server.core.schema.SchemaChecker
Makes sure a modify operation does not delete RDN attributes or their value.
preventRdnChangeOnModifyReplace(DN, ModificationOperation, EntryAttribute, SchemaManager) - Static method in class org.apache.directory.server.core.schema.SchemaChecker
Makes sure a modify operation does not replace RDN attributes or their value.
preventRdnChangeOnModifyReplace(DN, ModificationOperation, ServerEntry, SchemaManager) - Static method in class org.apache.directory.server.core.schema.SchemaChecker
Makes sure a modify operation does not replace RDN attributes or their value.
preventStructuralClassRemovalOnModifyRemove(SchemaManager, DN, ModificationOperation, EntryAttribute, EntryAttribute) - Static method in class org.apache.directory.server.core.schema.SchemaChecker
Makes sure modify operations do not leave the entry without a STRUCTURAL objectClass.
preventStructuralClassRemovalOnModifyReplace(SchemaManager, DN, ModificationOperation, EntryAttribute) - Static method in class org.apache.directory.server.core.schema.SchemaChecker
Makes sure modify operations do not leave the entry without a STRUCTURAL objectClass.
preventStructuralClassRemovalOnModifyReplace(ObjectClassRegistry, DN, ModificationOperation, ServerEntry) - Static method in class org.apache.directory.server.core.schema.SchemaChecker
Makes sure modify operations do not leave the entry without a STRUCTURAL objectClass.
PRIVATE_KEY_AT - Static variable in class org.apache.directory.server.core.security.TlsKeyGenerator
 
PRIVATE_KEY_FORMAT_AT - Static variable in class org.apache.directory.server.core.security.TlsKeyGenerator
 
PUBLIC_KEY_AT - Static variable in class org.apache.directory.server.core.security.TlsKeyGenerator
 
PUBLIC_KEY_FORMAT_AT - Static variable in class org.apache.directory.server.core.security.TlsKeyGenerator
 
putSpi(String, String) - Method in class org.apache.directory.server.core.prefs.ServerSystemPreferences
 

R

ReferralInterceptor - Class in org.apache.directory.server.core.referral
An service which is responsible referral handling behavoirs.
ReferralInterceptor() - Constructor for class org.apache.directory.server.core.referral.ReferralInterceptor
 
ReferralManagerImpl - Class in org.apache.directory.server.core
Implement a referral Manager, handling the requests from the LDAP protocol.
ReferralManagerImpl(DirectoryService) - Constructor for class org.apache.directory.server.core.ReferralManagerImpl
Creates a new instance of ReferralManagerImpl.
RefinementEvaluator - Class in org.apache.directory.server.core.subtree
The top level evaluation node for a refinement.
RefinementEvaluator(RefinementLeafEvaluator) - Constructor for class org.apache.directory.server.core.subtree.RefinementEvaluator
 
RefinementLeafEvaluator - Class in org.apache.directory.server.core.subtree
A refinement leaf node evaluator.
RefinementLeafEvaluator(OidRegistry) - Constructor for class org.apache.directory.server.core.subtree.RefinementLeafEvaluator
Creates a refinement filter's leaf node evaluator.
registerSupportedExtensions(Set<String>) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
registerSupportedSaslMechanisms(Set<String>) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
RelatedProtectedItemFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that discards all tuples whose ProtectedItems are not related with the operation.
RelatedProtectedItemFilter(RefinementEvaluator, Evaluator, OidRegistry, SchemaManager) - Constructor for class org.apache.directory.server.core.authz.support.RelatedProtectedItemFilter
 
RelatedUserClassFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that discards all tuples whose UserClasses are not related with the current user.
RelatedUserClassFilter(SubtreeEvaluator) - Constructor for class org.apache.directory.server.core.authz.support.RelatedUserClassFilter
 
remove(DirectoryService, DN) - Method in class org.apache.directory.server.core.ReferralManagerImpl
removeContextPartition(NextInterceptor, RemoveContextPartitionOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
removeContextPartition(RemoveContextPartitionOperationContext) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
removeNodeSpi() - Method in class org.apache.directory.server.core.prefs.ServerSystemPreferences
 
removePartition(Partition) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
removeReferral(ServerEntry) - Method in class org.apache.directory.server.core.ReferralManagerImpl
removeSpi(String) - Method in class org.apache.directory.server.core.prefs.ServerSystemPreferences
 
removeTag(long) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
 
rename(NextInterceptor, RenameOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
 
rename(NextInterceptor, RenameOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
 
rename(NextInterceptor, RenameOperationContext) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
 
rename(NextInterceptor, RenameOperationContext) - Method in class org.apache.directory.server.core.changelog.ChangeLogInterceptor
 
rename(DN, RDN, boolean) - Method in class org.apache.directory.server.core.DefaultCoreSession
rename(DN, RDN, boolean, LogChange) - Method in class org.apache.directory.server.core.DefaultCoreSession
rename(DN, RDN, boolean, boolean) - Method in class org.apache.directory.server.core.DefaultCoreSession
rename(DN, RDN, boolean, boolean, LogChange) - Method in class org.apache.directory.server.core.DefaultCoreSession
rename(InternalModifyDnRequest) - Method in class org.apache.directory.server.core.DefaultCoreSession
rename(InternalModifyDnRequest, LogChange) - Method in class org.apache.directory.server.core.DefaultCoreSession
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
rename(NextInterceptor, RenameOperationContext) - Method in class org.apache.directory.server.core.event.EventInterceptor
 
rename(NextInterceptor, RenameOperationContext) - Method in class org.apache.directory.server.core.exception.ExceptionInterceptor
Checks to see the entry being renamed exists, otherwise throws the appropriate LdapException.
rename(NextInterceptor, RenameOperationContext) - Method in class org.apache.directory.server.core.journal.JournalInterceptor
rename(NextInterceptor, RenameOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
rename(NextInterceptor, RenameOperationContext) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
 
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
rename(NextInterceptor, RenameOperationContext) - Method in class org.apache.directory.server.core.referral.ReferralInterceptor
 
rename(NextInterceptor, RenameOperationContext) - Method in class org.apache.directory.server.core.schema.SchemaInterceptor
 
rename(NextInterceptor, RenameOperationContext) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor
 
rename(NextInterceptor, RenameOperationContext) - Method in class org.apache.directory.server.core.trigger.TriggerInterceptor
 
RestrictedByFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that discards all tuples that doesn't satisfy ProtectedItem.RestrictedBy constraint if available.
RestrictedByFilter() - Constructor for class org.apache.directory.server.core.authz.support.RestrictedByFilter
 
revert() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
revert(long) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 

S

SCHEMA_AREA - Static variable in class org.apache.directory.server.core.subtree.SubentryInterceptor
 
SchemaChecker - Class in org.apache.directory.server.core.schema
Performs schema checks on behalf of the SchemaInterceptor.
SchemaChecker() - Constructor for class org.apache.directory.server.core.schema.SchemaChecker
 
SchemaInterceptor - Class in org.apache.directory.server.core.schema
An Interceptor that manages and enforces schemas.
SchemaInterceptor() - Constructor for class org.apache.directory.server.core.schema.SchemaInterceptor
 
SchemaSubentryManager - Class in org.apache.directory.server.core.schema
 
SchemaSubentryManager(SchemaManager, SchemaLoader) - Constructor for class org.apache.directory.server.core.schema.SchemaSubentryManager
 
SchemaSubentryModifier - Class in org.apache.directory.server.core.schema
Responsible for translating modify operations on the subschemaSubentry into operations against entries within the schema partition.
SchemaSubentryModifier(SchemaManager) - Constructor for class org.apache.directory.server.core.schema.SchemaSubentryModifier
Creates a new instance of SchemaSubentryModifier.
ScopeEvaluator - Class in org.apache.directory.server.core.event
Evaluates ScopeNode assertions on candidates.
ScopeEvaluator() - Constructor for class org.apache.directory.server.core.event.ScopeEvaluator
 
search(NextInterceptor, SearchOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
 
search(NextInterceptor, SearchOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
 
search(NextInterceptor, SearchOperationContext) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
 
search(NextInterceptor, SearchOperationContext) - Method in class org.apache.directory.server.core.collective.CollectiveAttributeInterceptor
 
search(DN, String) - Method in class org.apache.directory.server.core.DefaultCoreSession
search(DN, String, boolean) - Method in class org.apache.directory.server.core.DefaultCoreSession
search(DN, SearchScope, ExprNode, AliasDerefMode, Set<AttributeTypeOptions>) - Method in class org.apache.directory.server.core.DefaultCoreSession
 
search(DN, SearchScope, ExprNode, AliasDerefMode, Set<AttributeTypeOptions>, long, int) - Method in class org.apache.directory.server.core.DefaultCoreSession
 
search(InternalSearchRequest) - Method in class org.apache.directory.server.core.DefaultCoreSession
 
search(SearchOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
search(NextInterceptor, SearchOperationContext) - Method in class org.apache.directory.server.core.exception.ExceptionInterceptor
Checks to see the entry being searched exists, otherwise throws the appropriate LdapException.
search(NextInterceptor, SearchOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
search(NextInterceptor, SearchOperationContext) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
 
search(SearchOperationContext) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
search(NextInterceptor, SearchOperationContext) - Method in class org.apache.directory.server.core.schema.SchemaInterceptor
 
search(NextInterceptor, SearchOperationContext) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor
 
SEARCH_BYPASS - Static variable in class org.apache.directory.server.core.authz.support.MaxImmSubFilter
 
ServerPreferencesFactory - Class in org.apache.directory.server.core.prefs
A preferences factory implementation.
ServerPreferencesFactory(DirectoryService) - Constructor for class org.apache.directory.server.core.prefs.ServerPreferencesFactory
 
ServerSystemPreferenceException - Exception in org.apache.directory.server.core.prefs
A RuntimeException that is thrown when accessing ServerSystemPreferences failed.
ServerSystemPreferenceException() - Constructor for exception org.apache.directory.server.core.prefs.ServerSystemPreferenceException
 
ServerSystemPreferenceException(String) - Constructor for exception org.apache.directory.server.core.prefs.ServerSystemPreferenceException
 
ServerSystemPreferenceException(String, Throwable) - Constructor for exception org.apache.directory.server.core.prefs.ServerSystemPreferenceException
 
ServerSystemPreferenceException(Throwable) - Constructor for exception org.apache.directory.server.core.prefs.ServerSystemPreferenceException
 
ServerSystemPreferences - Class in org.apache.directory.server.core.prefs
A server side system Preferences implementation.
ServerSystemPreferences(DirectoryService) - Constructor for class org.apache.directory.server.core.prefs.ServerSystemPreferences
Creates a preferences object for the system preferences root.
ServerSystemPreferences(ServerSystemPreferences, String) - Constructor for class org.apache.directory.server.core.prefs.ServerSystemPreferences
Creates a preferences object using a relative name.
setAccessControlEnabled(boolean) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets whether to enable basic access control checks or not.
setAllowAnonymousAccess(boolean) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets whether to allow anonymous access to entries other than the RootDSE.
setAuthenticators(Set<Authenticator>) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
 
setChangeLog(ChangeLog) - Method in class org.apache.directory.server.core.DefaultDirectoryService
setChangeLogStore(ChangeLogStore) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
If there is an existing changeLog store, we don't switch it
setCredentials(String) - Method in class org.apache.directory.server.core.replication.SimpleReplicaConnection
 
setDenormalizeOpAttrsEnabled(boolean) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets whether the operational attributes are denormalized when returned
setDirectoryService(DirectoryService) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
setEnabled(boolean) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
setEnabled(boolean) - Method in class org.apache.directory.server.core.journal.DefaultJournal
 
setEventService(EventService) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
setExitVmOnShutdown(boolean) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
setExposed(boolean) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
setFileName(String) - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
 
setId(String) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
setInstanceId(String) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
setInterceptors(List<Interceptor>) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets the interceptors in the server.
setJournal(Journal) - Method in class org.apache.directory.server.core.DefaultDirectoryService
setJournalStore(JournalStore) - Method in class org.apache.directory.server.core.journal.DefaultJournal
 
setMaxPDUSize(int) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Set the maximum allowed size for an incoming PDU
setOperationContext(OperationContext) - Method in class org.apache.directory.server.core.trigger.AbstractStoredProcedureParameterInjector
 
setPartitions(Set<? extends Partition>) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets Partitions used by this DirectoryService.
setPartitionSuffix(String) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
setPasswordHidden(boolean) - Method in class org.apache.directory.server.core.DefaultDirectoryService
setPrincipal(DN) - Method in class org.apache.directory.server.core.replication.SimpleReplicaConnection
 
setReferralManager(ReferralManager) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Set the referralManager
setReplicaId(int) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
setReplicationConfiguration(ReplicationConfiguration) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
setRevisionsContainerName(String) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
setRotation(int) - Method in class org.apache.directory.server.core.journal.DefaultJournal
 
setSchemaManager(SchemaManager) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Set the SchemaManager instance.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
setSchemaPartition(SchemaPartition) - Method in class org.apache.directory.server.core.schema.DefaultSchemaService
 
setSchemaService(SchemaService) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
setShutdownHookEnabled(boolean) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
setSPUnitEntry(ServerEntry) - Method in class org.apache.directory.server.core.sp.java.JavaStoredProcEngine
 
setSPUnitEntry(ServerEntry) - Method in interface org.apache.directory.server.core.sp.StoredProcEngine
Registers an entry found to be contaning a stored procedure unit which this engine can operate on.
setSuffix(String) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
setSyncPeriodMillis(long) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
setSystemPartition(Partition) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
setTagsContainerName(String) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
setTestEntries(List<? extends LdifEntry>) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets test directory entries(Attributes) to be loaded while bootstrapping.
setWorkingDirectory(File) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets working directory (counterpart of var/lib) where partitions are stored by default.
setWorkingDirectory(String) - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
shutdown() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
SimpleAuthenticator - Class in org.apache.directory.server.core.authn
A simple Authenticator that authenticates clear text passwords contained within the userPassword attribute in DIT.
SimpleAuthenticator() - Constructor for class org.apache.directory.server.core.authn.SimpleAuthenticator
Creates a new instance.
SimpleAuthenticator(int) - Constructor for class org.apache.directory.server.core.authn.SimpleAuthenticator
Creates a new instance, with an initial cache size
SimpleReplicaConnection - Class in org.apache.directory.server.core.replication
A connection to a replica.
SimpleReplicaConnection() - Constructor for class org.apache.directory.server.core.replication.SimpleReplicaConnection
 
SimpleTriggerExecutionAuthorizer - Class in org.apache.directory.server.core.trigger
 
SimpleTriggerExecutionAuthorizer() - Constructor for class org.apache.directory.server.core.trigger.SimpleTriggerExecutionAuthorizer
 
SPUnitDelimiter - Static variable in class org.apache.directory.server.core.sp.StoredProcUtils
The delimiter used to tokenize a full SP name into the unit and SP name
startup() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
STORED_PROC_LANG_ID - Static variable in class org.apache.directory.server.core.sp.java.JavaStoredProcEngine
 
StoredProcedureParameterInjector - Interface in org.apache.directory.server.core.trigger
TODO - can we get some documentation on this?
StoredProcedureParameterInjector.MicroInjector - Interface in org.apache.directory.server.core.trigger
 
StoredProcEngine - Interface in org.apache.directory.server.core.sp
An abstraction over stored procedure execution depending on the type of the language supported.
StoredProcEngineConfig - Interface in org.apache.directory.server.core.sp
A configuration wrapper for StoredProcEngines.
StoredProcExecutionManager - Class in org.apache.directory.server.core.sp
A Factory type class which holds a registry of supported StoredProcEngineConfigs.
StoredProcExecutionManager(String, List<StoredProcEngineConfig>) - Constructor for class org.apache.directory.server.core.sp.StoredProcExecutionManager
Creates a StoredProcExecutionManager instance.
StoredProcUtils - Class in org.apache.directory.server.core.sp
A utility class for working with Stored Procedures.
StoredProcUtils() - Constructor for class org.apache.directory.server.core.sp.StoredProcUtils
 
StrongAuthenticator - Class in org.apache.directory.server.core.authn
An Authenticator that handles SASL connections (X.501 authentication level 'strong').
StrongAuthenticator() - Constructor for class org.apache.directory.server.core.authn.StrongAuthenticator
Creates a new instance of SaslAuthenticator.
Subentry - Class in org.apache.directory.server.core.subtree
An operational view of a subentry within the system.
Subentry() - Constructor for class org.apache.directory.server.core.subtree.Subentry
 
SUBENTRY_OPATTRS - Static variable in class org.apache.directory.server.core.subtree.SubentryInterceptor
 
subentryAdded(DN, ServerEntry) - Method in class org.apache.directory.server.core.authz.TupleCache
 
subentryAdded(DN, ServerEntry) - Method in class org.apache.directory.server.core.trigger.TriggerSpecCache
 
SubentryCache - Class in org.apache.directory.server.core.subtree
A cache for subtree specifications.
SubentryCache() - Constructor for class org.apache.directory.server.core.subtree.SubentryCache
 
subentryDeleted(DN, ServerEntry) - Method in class org.apache.directory.server.core.authz.TupleCache
 
subentryDeleted(DN, ServerEntry) - Method in class org.apache.directory.server.core.trigger.TriggerSpecCache
 
SubentryInterceptor - Class in org.apache.directory.server.core.subtree
The Subentry interceptor service which is responsible for filtering out subentries on search operations and injecting operational attributes
SubentryInterceptor() - Constructor for class org.apache.directory.server.core.subtree.SubentryInterceptor
 
SubentryInterceptor.HideEntriesFilter - Class in org.apache.directory.server.core.subtree
SearchResultFilter used to filter out normal entries but shows subentries based on objectClass values.
SubentryInterceptor.HideEntriesFilter() - Constructor for class org.apache.directory.server.core.subtree.SubentryInterceptor.HideEntriesFilter
 
SubentryInterceptor.HideSubentriesFilter - Class in org.apache.directory.server.core.subtree
SearchResultFilter used to filter out subentries based on objectClass values.
SubentryInterceptor.HideSubentriesFilter() - Constructor for class org.apache.directory.server.core.subtree.SubentryInterceptor.HideSubentriesFilter
 
subentryModified(DN, List<Modification>, ServerEntry) - Method in class org.apache.directory.server.core.authz.TupleCache
 
subentryModified(DN, ServerEntry, ServerEntry) - Method in class org.apache.directory.server.core.authz.TupleCache
 
subentryModified(ModifyOperationContext, ServerEntry) - Method in class org.apache.directory.server.core.trigger.TriggerSpecCache
 
subentryRenamed(DN, DN) - Method in class org.apache.directory.server.core.authz.TupleCache
 
subentryRenamed(DN, DN) - Method in class org.apache.directory.server.core.trigger.TriggerSpecCache
 
SubstringEvaluator - Class in org.apache.directory.server.core.event
Evaluates substring filter assertions on an entry.
SubstringEvaluator(SchemaManager) - Constructor for class org.apache.directory.server.core.event.SubstringEvaluator
Creates a new SubstringEvaluator for substring expressions.
SubtreeEvaluator - Class in org.apache.directory.server.core.subtree
An evaluator used to determine if an entry is included in the collection represented by a subtree specification.
SubtreeEvaluator(OidRegistry, SchemaManager) - Constructor for class org.apache.directory.server.core.subtree.SubtreeEvaluator
Creates a subtreeSpecification evaluatior which can be used to determine if an entry is included within the collection of a subtree.
sync() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
sync() - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
 
sync() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
sync() - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
 
sync() - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
syncSpi() - Method in class org.apache.directory.server.core.prefs.ServerSystemPreferences
 
systemRoot() - Method in class org.apache.directory.server.core.prefs.ServerPreferencesFactory
 

T

tag(long, String) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
tag(long) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
tag(String) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
tag() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
tag(long) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
tag() - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
tag(String) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
 
tag(long, String) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
 
TLS_KEY_INFO_OC - Static variable in class org.apache.directory.server.core.security.TlsKeyGenerator
 
TlsKeyGenerator - Class in org.apache.directory.server.core.security
Generates the default RSA key pair for the server.
TlsKeyGenerator() - Constructor for class org.apache.directory.server.core.security.TlsKeyGenerator
 
toString() - Method in class org.apache.directory.server.core.authz.support.OperationScope
Returns the name of this scope.
toString() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
 
toString() - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
 
TRIGGER_AREA - Static variable in class org.apache.directory.server.core.subtree.SubentryInterceptor
 
TRIGGER_INNERAREA - Static variable in class org.apache.directory.server.core.subtree.SubentryInterceptor
 
TriggerExecutionAuthorizer - Interface in org.apache.directory.server.core.trigger
 
TriggerInterceptor - Class in org.apache.directory.server.core.trigger
The Trigger Service based on the Trigger Specification.
TriggerInterceptor() - Constructor for class org.apache.directory.server.core.trigger.TriggerInterceptor
 
TriggerSpecCache - Class in org.apache.directory.server.core.trigger
A cache for Trigger Specifications which responds to specific events to perform cache house keeping as trigger subentries are added, deleted and modified.
TriggerSpecCache(DirectoryService) - Constructor for class org.apache.directory.server.core.trigger.TriggerSpecCache
Creates a TriggerSpecification cache.
TupleCache - Class in org.apache.directory.server.core.authz
A cache for tuple sets which responds to specific events to perform cache house keeping as access control subentries are added, deleted and modified.
TupleCache(CoreSession) - Constructor for class org.apache.directory.server.core.authz.TupleCache
Creates a ACITuple cache.

U

unbind() - Method in class org.apache.directory.server.core.DefaultCoreSession
 
unbind(InternalUnbindRequest) - Method in class org.apache.directory.server.core.DefaultCoreSession
 
unbind(UnbindOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
unbind(UnbindOperationContext) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
UndefinedFilterAttributeException - Exception in org.apache.directory.server.core.normalization
A runtime exception thrown by visitors to denote the failure to recognize attributes in a filter expression tree.
UndefinedFilterAttributeException(LeafNode) - Constructor for exception org.apache.directory.server.core.normalization.UndefinedFilterAttributeException
 
UndefinedFilterAttributeException(LeafNode, String) - Constructor for exception org.apache.directory.server.core.normalization.UndefinedFilterAttributeException
 
UndefinedFilterAttributeException(LeafNode, String, Throwable) - Constructor for exception org.apache.directory.server.core.normalization.UndefinedFilterAttributeException
 
UndefinedFilterAttributeException(LeafNode, Throwable) - Constructor for exception org.apache.directory.server.core.normalization.UndefinedFilterAttributeException
 
unlock() - Method in class org.apache.directory.server.core.ReferralManagerImpl
Release the read-write lock on the referralManager.
USER_CERTIFICATE_AT - Static variable in class org.apache.directory.server.core.security.TlsKeyGenerator
 
USER_LOOKUP_BYPASS - Static variable in class org.apache.directory.server.core.authz.support.ACDFEngine
 
userRoot() - Method in class org.apache.directory.server.core.prefs.ServerPreferencesFactory
 

V

visit(ExprNode) - Method in class org.apache.directory.server.core.normalization.ExpandingVisitor
 
visit(ExprNode) - Method in class org.apache.directory.server.core.normalization.FilterNormalizingVisitor
Visit the tree, normalizing the leaves and recusrsively visit the branches.

W

wrapAsDictionary() - Method in class org.apache.directory.server.core.prefs.ServerSystemPreferences
Wraps 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

Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.