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

D

debugStream - Variable in class org.springframework.ldap.core.DnParserImplTokenManager
Debug output.
DEFAULT - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
Lexical state.
DEFAULT_PASSWORD - Static variable in class org.springframework.ldap.test.LdapTestUtils
 
DEFAULT_PRINCIPAL - Static variable in class org.springframework.ldap.test.LdapTestUtils
 
DEFAULT_TEMP_SUFFIX - Static variable in class org.springframework.ldap.transaction.compensating.support.DefaultTempEntryRenamingStrategy
The default temp entry suffix, "_temp".
DefaultAttributeValidationPolicy - Class in org.springframework.ldap.ldif.support
Ensures the buffer represents a valid attribute as defined by RFC2849.
DefaultAttributeValidationPolicy() - Constructor for class org.springframework.ldap.ldif.support.DefaultAttributeValidationPolicy
Default constructor.
DefaultAttributeValidationPolicy(boolean) - Constructor for class org.springframework.ldap.ldif.support.DefaultAttributeValidationPolicy
Constructor for indicating whether or not attribute values should be ordered alphabetically.
DefaultCompensatingTransactionOperationManager - Class in org.springframework.transaction.compensating.support
Default implementation of CompensatingTransactionOperationManager.
DefaultCompensatingTransactionOperationManager(CompensatingTransactionOperationFactory) - Constructor for class org.springframework.transaction.compensating.support.DefaultCompensatingTransactionOperationManager
Set the CompensatingTransactionOperationFactory to use.
DefaultDirContextValidator - Class in org.springframework.ldap.pool.validation
Default DirContext validator that executes DirContext.search(String, String, SearchControls).
DefaultDirContextValidator() - Constructor for class org.springframework.ldap.pool.validation.DefaultDirContextValidator
Create the default validator, creates SearchControls with search scope OBJECT_SCOPE, a countLimit of 1, returningAttributes of objectclass and timeLimit of 500.
DefaultDirContextValidator(int) - Constructor for class org.springframework.ldap.pool.validation.DefaultDirContextValidator
Create a validator with all the defaults of the default constructor, but with the search scope set to the referred value.
DefaultDirObjectFactory - Class in org.springframework.ldap.core.support
Default implementation of the DirObjectFactory interface.
DefaultDirObjectFactory() - Constructor for class org.springframework.ldap.core.support.DefaultDirObjectFactory
 
DefaultDnParserFactory - Class in org.springframework.ldap.core
A factory for creating DnParser instances.
DefaultDnParserFactory() - Constructor for class org.springframework.ldap.core.DefaultDnParserFactory
 
DefaultIncrementalAttributesMapper - Class in org.springframework.ldap.core.support
Utility class that helps with reading all attribute values from Active Directory using Incremental Retrieval of Multi-valued Properties.
DefaultIncrementalAttributesMapper(String) - Constructor for class org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper
Create an instance for the requested attribute.
DefaultIncrementalAttributesMapper(String[]) - Constructor for class org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper
Create an instance for the requested attributes.
DefaultIncrementalAttributesMapper(int, String) - Constructor for class org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper
Create an instance for the requested attribute with a specific page size.
DefaultIncrementalAttributesMapper(int, String[]) - Constructor for class org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper
Create an instance for the requested attributes with a specific page size.
DefaultNameClassPairMapper - Class in org.springframework.ldap.core
The default NameClassPairMapper implementation.
DefaultNameClassPairMapper() - Constructor for class org.springframework.ldap.core.DefaultNameClassPairMapper
 
defaultRequestControl - Variable in class org.springframework.ldap.control.AbstractFallbackRequestAndResponseControlDirContextProcessor
 
defaultResponseControl - Variable in class org.springframework.ldap.control.AbstractFallbackRequestAndResponseControlDirContextProcessor
 
DefaultSchemaSpecification - Class in org.springframework.ldap.schema
DefaultSchemaSpecification does not validate objects at all - it simply returns true.
DefaultSchemaSpecification() - Constructor for class org.springframework.ldap.schema.DefaultSchemaSpecification
 
DefaultTempEntryRenamingStrategy - Class in org.springframework.ldap.transaction.compensating.support
Default implementation of TempEntryRenamingStrategy.
DefaultTempEntryRenamingStrategy() - Constructor for class org.springframework.ldap.transaction.compensating.support.DefaultTempEntryRenamingStrategy
 
DefaultTlsDirContextAuthenticationStrategy - Class in org.springframework.ldap.core.support
Default implementation of TLS authentication.
DefaultTlsDirContextAuthenticationStrategy() - Constructor for class org.springframework.ldap.core.support.DefaultTlsDirContextAuthenticationStrategy
 
DefaultValuesAuthenticationSourceDecorator - Class in org.springframework.ldap.authentication
Decorator on AuthenticationSource to have default authentication information be returned should the target return empty principal and credentials.
DefaultValuesAuthenticationSourceDecorator() - Constructor for class org.springframework.ldap.authentication.DefaultValuesAuthenticationSourceDecorator
Constructor for bean usage.
DefaultValuesAuthenticationSourceDecorator(AuthenticationSource, String, String) - Constructor for class org.springframework.ldap.authentication.DefaultValuesAuthenticationSourceDecorator
Constructor to setup instance directly.
DelegatingContext - Class in org.springframework.ldap.pool
Used by PoolingContextSource to wrap a Context, delegating most methods to the underlying context, retains a reference to the pool the context was checked out from and returns itself to the pool when DelegatingContext.close() is called.
DelegatingContext(KeyedObjectPool, Context, DirContextType) - Constructor for class org.springframework.ldap.pool.DelegatingContext
Create a new delegating context for the specified pool, context and context type.
DelegatingDirContext - Class in org.springframework.ldap.pool
Used by PoolingContextSource to wrap a DirContext, delegating most methods to the underlying context.
DelegatingDirContext(KeyedObjectPool, DirContext, DirContextType) - Constructor for class org.springframework.ldap.pool.DelegatingDirContext
Create a new delegating dir context for the specified pool, context and context type.
DelegatingLdapContext - Class in org.springframework.ldap.pool
Used by PoolingContextSource to wrap a LdapContext, delegating most methods to the underlying context.
DelegatingLdapContext(KeyedObjectPool, LdapContext, DirContextType) - Constructor for class org.springframework.ldap.pool.DelegatingLdapContext
Create a new delegating ldap context for the specified pool, context and context type.
delete(Object) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImpl
 
delete(Object) - Method in interface org.springframework.ldap.odm.core.OdmManager
Delete an entry from the LDAP directory.
deleteRecursively(DirContext, DistinguishedName) - Method in class org.springframework.ldap.core.LdapTemplate
Delete all subcontexts including the current one recursively.
destroy() - Method in class org.springframework.ldap.core.support.SingleContextSource
Destroy method that allows the target DirContext to be cleaned up when the SingleContextSource is not going to be used any more.
destroy() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
 
destroyApacheDirectoryServer(String, String) - Static method in class org.springframework.ldap.test.LdapTestUtils
Deprecated. use LdapTestUtils.shutdownEmbeddedServer() instead.
destroyInstance(Object) - Method in class org.springframework.ldap.test.AbstractEc2InstanceLaunchingFactoryBean
 
destroyInstance(Object) - Method in class org.springframework.ldap.test.TestContextSourceFactoryBean
 
destroySubcontext(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
 
destroySubcontext(String) - Method in class org.springframework.ldap.core.DirContextAdapter
 
destroySubcontext(Name) - Method in class org.springframework.ldap.pool.DelegatingContext
 
destroySubcontext(String) - Method in class org.springframework.ldap.pool.DelegatingContext
 
destroySubcontext(Name) - Method in class org.springframework.ldap.test.DummyDirContext
 
destroySubcontext(String) - Method in class org.springframework.ldap.test.DummyDirContext
 
DifferentSubtreeTempEntryRenamingStrategy - Class in org.springframework.ldap.transaction.compensating.support
A TempEntryRenamingStrategy that moves the entry to a different subtree than the original entry.
DifferentSubtreeTempEntryRenamingStrategy(Name) - Constructor for class org.springframework.ldap.transaction.compensating.support.DifferentSubtreeTempEntryRenamingStrategy
 
DifferentSubtreeTempEntryRenamingStrategy(String) - Constructor for class org.springframework.ldap.transaction.compensating.support.DifferentSubtreeTempEntryRenamingStrategy
 
DigestMd5DirContextAuthenticationStrategy - Class in org.springframework.ldap.core.support
Authentication strategy for LDAP DIGEST-MD5 SASL mechanism.
DigestMd5DirContextAuthenticationStrategy() - Constructor for class org.springframework.ldap.core.support.DigestMd5DirContextAuthenticationStrategy
 
DIGIT - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
RegularExpression Id.
DirContextAdapter - Class in org.springframework.ldap.core
Adapter that implements the interesting methods of the DirContext interface.
DirContextAdapter() - Constructor for class org.springframework.ldap.core.DirContextAdapter
Default constructor.
DirContextAdapter(String) - Constructor for class org.springframework.ldap.core.DirContextAdapter
Create a new DirContextAdapter from the supplied DN String.
DirContextAdapter(Name) - Constructor for class org.springframework.ldap.core.DirContextAdapter
Create a new adapter from the supplied dn.
DirContextAdapter(Attributes, Name) - Constructor for class org.springframework.ldap.core.DirContextAdapter
Create a new adapter from the supplied attributes and dn.
DirContextAdapter(Attributes, Name, Name) - Constructor for class org.springframework.ldap.core.DirContextAdapter
Create a new adapter from the supplied attributes, dn, and base.
DirContextAdapter(Attributes, Name, Name, String) - Constructor for class org.springframework.ldap.core.DirContextAdapter
Create a new adapter from the supplied attributes, dn, base, and referral url.
DirContextAdapter(DirContextAdapter) - Constructor for class org.springframework.ldap.core.DirContextAdapter
Constructor for cloning an existing adapter.
DirContextAuthenticationStrategy - Interface in org.springframework.ldap.core.support
A strategy to use when authenticating LDAP connections on creation.
DirContextHolder - Class in org.springframework.ldap.transaction.compensating.manager
Keeps track of the transaction DirContext.
DirContextHolder(CompensatingTransactionOperationManager, DirContext) - Constructor for class org.springframework.ldap.transaction.compensating.manager.DirContextHolder
Constructor.
DirContextOperations - Interface in org.springframework.ldap.core
Interface for DirContextAdapter.
DirContextProcessor - Interface in org.springframework.ldap.core
Interface to be called in search by LdapTemplate before and after the actual search and enumeration traversal.
DirContextProxy - Interface in org.springframework.ldap.core
Helper interface to be able to get hold of the target DirContext from proxies created by ContextSource proxies.
DirContextSource - Class in org.springframework.ldap.core.support
ContextSource implementation which creates InitialDirContext instances, for LDAPv2 compatibility.
DirContextSource() - Constructor for class org.springframework.ldap.core.support.DirContextSource
 
DirContextType - Class in org.springframework.ldap.pool
An enum representing the two types of DirContexts that can be returned by a ContextSource.
DirContextValidator - Interface in org.springframework.ldap.pool.validation
A validator for DirContexts.
disable_tracing() - Method in class org.springframework.ldap.core.DnParserImpl
Disable tracing.
DistinguishedName - Class in org.springframework.ldap.core
Default implementation of a Name corresponding to an LDAP path.
DistinguishedName() - Constructor for class org.springframework.ldap.core.DistinguishedName
Construct a new DistinguishedName with no components.
DistinguishedName(String) - Constructor for class org.springframework.ldap.core.DistinguishedName
Construct a new DistinguishedName from a String.
DistinguishedName(List) - Constructor for class org.springframework.ldap.core.DistinguishedName
Construct a new DistinguishedName from the supplied List of LdapRdn objects.
DistinguishedName(Name) - Constructor for class org.springframework.ldap.core.DistinguishedName
Construct a new DistinguishedName from the supplied Name.
DistinguishedNameEditor - Class in org.springframework.ldap.core
Property editor for use with DistinguishedName instances.
DistinguishedNameEditor() - Constructor for class org.springframework.ldap.core.DistinguishedNameEditor
 
dn() - Method in interface org.springframework.ldap.core.DnParser
Parse a full Distinguished Name.
dn() - Method in class org.springframework.ldap.core.DnParserImpl
 
dn - Variable in class org.springframework.ldap.core.LdapAttributes
Distinguished name to which the object is bound.
DnParser - Interface in org.springframework.ldap.core
A parser for RFC2253-compliant Distinguished Names.
DnParserImpl - Class in org.springframework.ldap.core
 
DnParserImpl(InputStream) - Constructor for class org.springframework.ldap.core.DnParserImpl
Constructor with InputStream.
DnParserImpl(InputStream, String) - Constructor for class org.springframework.ldap.core.DnParserImpl
Constructor with InputStream and supplied encoding
DnParserImpl(Reader) - Constructor for class org.springframework.ldap.core.DnParserImpl
Constructor.
DnParserImpl(DnParserImplTokenManager) - Constructor for class org.springframework.ldap.core.DnParserImpl
Constructor with generated Token Manager.
DnParserImplConstants - Interface in org.springframework.ldap.core
Token literal values and constants.
DnParserImplTokenManager - Class in org.springframework.ldap.core
Token Manager.
DnParserImplTokenManager(SimpleCharStream) - Constructor for class org.springframework.ldap.core.DnParserImplTokenManager
Constructor.
DnParserImplTokenManager(SimpleCharStream, int) - Constructor for class org.springframework.ldap.core.DnParserImplTokenManager
Constructor.
doBegin(Object, TransactionDefinition) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate
 
doClose() - Method in class org.springframework.ldap.ldif.batch.LdifReader
 
doClose() - Method in class org.springframework.ldap.ldif.batch.MappingLdifReader
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate
 
doCreateInstance(String) - Method in class org.springframework.ldap.test.AbstractEc2InstanceLaunchingFactoryBean
Implement to create the actual target object.
doCreateInstance(String) - Method in class org.springframework.ldap.test.ContextSourceEc2InstanceLaunchingFactoryBean
 
doGetTransaction() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
 
doGetTransaction() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
 
doGetTransaction() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
 
doGetTransaction() - Method in class org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate
 
doMapFromContext(DirContextOperations) - Method in class org.springframework.ldap.core.simple.AbstractParameterizedContextMapper
Map a single DirContextOperation to an object.
doMapFromContext(DirContextOperations) - Method in class org.springframework.ldap.core.support.AbstractContextMapper
Map a single DirContextOperation to an object.
Done() - Method in class org.springframework.ldap.core.SimpleCharStream
Reset buffer when finished.
DONT_DECODE_VALUE - Static variable in class org.springframework.ldap.core.LdapRdnComponent
 
doOpen() - Method in class org.springframework.ldap.ldif.batch.LdifReader
 
doOpen() - Method in class org.springframework.ldap.ldif.batch.MappingLdifReader
 
doRead() - Method in class org.springframework.ldap.ldif.batch.LdifReader
 
doRead() - Method in class org.springframework.ldap.ldif.batch.MappingLdifReader
 
doResume(Object, Object) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
 
doResume(Object, Object) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate
 
doSuspend(Object) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
 
doSuspend(Object) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
 
DummyDirContext - Class in org.springframework.ldap.test
 
DummyDirContext() - Constructor for class org.springframework.ldap.test.DummyDirContext
 

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