- debugStream - Variable in class org.springframework.ldap.core.DnParserImplTokenManager
-
Debug output.
- DEFAULT - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
Lexical state.
- DEFAULT_FILTER - Static variable in class org.springframework.ldap.pool.validation.DefaultDirContextValidator
-
- DEFAULT_FILTER - Static variable in class org.springframework.ldap.pool2.validation.DefaultDirContextValidator
-
- DEFAULT_RENAMING_STRATEGY - Static variable in class org.springframework.ldap.config.Elements
-
- 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
-
- DefaultCompensatingTransactionOperationManager(CompensatingTransactionOperationFactory) - Constructor for class org.springframework.transaction.compensating.support.DefaultCompensatingTransactionOperationManager
-
- DefaultDirContextValidator - Class in org.springframework.ldap.pool.validation
-
- 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.
- DefaultDirContextValidator - Class in org.springframework.ldap.pool2.validation
-
- DefaultDirContextValidator() - Constructor for class org.springframework.ldap.pool2.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.pool2.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
-
- 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
-
- DefaultObjectDirectoryMapper - Class in org.springframework.ldap.odm.core.impl
-
- DefaultObjectDirectoryMapper() - Constructor for class org.springframework.ldap.odm.core.impl.DefaultObjectDirectoryMapper
-
- DefaultRenamingStrategyParser - Class in org.springframework.ldap.config
-
- DefaultRenamingStrategyParser() - Constructor for class org.springframework.ldap.config.DefaultRenamingStrategyParser
-
- 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
-
- 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.
- DelegatingBaseLdapPathContextSourceSupport - Class in org.springframework.ldap.core.support
-
Support class to provide
BaseLdapPathSource
functionality to ContextSource instances
that act as proxies.
- DelegatingBaseLdapPathContextSourceSupport() - Constructor for class org.springframework.ldap.core.support.DelegatingBaseLdapPathContextSourceSupport
-
- DelegatingContext - Class in org.springframework.ldap.pool
-
- 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.
- DelegatingContext - Class in org.springframework.ldap.pool2
-
- DelegatingContext(KeyedObjectPool<Object, Object>, Context, DirContextType) - Constructor for class org.springframework.ldap.pool2.DelegatingContext
-
Create a new delegating context for the specified pool, context and context type.
- DelegatingDirContext - Class in org.springframework.ldap.pool
-
- 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.
- DelegatingDirContext - Class in org.springframework.ldap.pool2
-
- DelegatingDirContext(KeyedObjectPool<Object, Object>, DirContext, DirContextType) - Constructor for class org.springframework.ldap.pool2.DelegatingDirContext
-
Create a new delegating dir context for the specified pool, context and context type.
- DelegatingLdapContext - Class in org.springframework.ldap.pool
-
- 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.
- DelegatingLdapContext - Class in org.springframework.ldap.pool2
-
- DelegatingLdapContext(KeyedObjectPool<Object, Object>, LdapContext, DirContextType) - Constructor for class org.springframework.ldap.pool2.DelegatingLdapContext
-
Create a new delegating ldap context for the specified pool, context and context type.
- delete(Object) - Method in interface org.springframework.ldap.core.LdapOperations
-
Delete an entry from the LDAP directory.
- delete(Object) - Method in class org.springframework.ldap.core.LdapTemplate
-
Delete an entry from the LDAP directory.
- delete(Object) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImpl
-
Deprecated.
- delete(Object) - Method in interface org.springframework.ldap.odm.core.OdmManager
-
Deprecated.
Delete an entry from the LDAP directory.
- delete(Name) - Method in class org.springframework.ldap.repository.support.SimpleLdapRepository
-
- delete(T) - Method in class org.springframework.ldap.repository.support.SimpleLdapRepository
-
- delete(Iterable<? extends T>) - Method in class org.springframework.ldap.repository.support.SimpleLdapRepository
-
- deleteAll() - Method in class org.springframework.ldap.repository.support.SimpleLdapRepository
-
- deleteRecursively(DirContext, Name) - 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
-
- destroy() - Method in class org.springframework.ldap.pool2.factory.PooledContextSource
-
- destroyApacheDirectoryServer(String, String) - Static method in class org.springframework.ldap.test.LdapTestUtils
-
- destroyInstance(Object) - Method in class org.springframework.ldap.test.AbstractEc2InstanceLaunchingFactoryBean
-
- destroyInstance(EmbeddedLdapServer) - Method in class org.springframework.ldap.test.EmbeddedLdapServerFactoryBean
-
- destroyInstance(Object) - Method in class org.springframework.ldap.test.TestContextSourceFactoryBean
-
- destroyInstance(EmbeddedLdapServer) - Method in class org.springframework.ldap.test.unboundid.EmbeddedLdapServerFactoryBean
-
- destroyInstance(ContextSource) - Method in class org.springframework.ldap.test.unboundid.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.pool2.DelegatingContext
-
- destroySubcontext(String) - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- destroySubcontext(Name) - Method in class org.springframework.ldap.test.DummyDirContext
-
- destroySubcontext(String) - Method in class org.springframework.ldap.test.DummyDirContext
-
- DIFFERENT_SUBTREE_RENAMING_STRATEGY - Static variable in class org.springframework.ldap.config.Elements
-
- DifferentSubtreeTempEntryRenamingStrategy - Class in org.springframework.ldap.transaction.compensating.support
-
- 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
-
- DirContextType - Class in org.springframework.ldap.pool2
-
- DirContextValidator - Interface in org.springframework.ldap.pool.validation
-
- DirContextValidator - Interface in org.springframework.ldap.pool2.validation
-
- disable_tracing() - Method in class org.springframework.ldap.core.DnParserImpl
-
Disable tracing.
- DistinguishedName - Class in org.springframework.ldap.core
-
- DistinguishedName() - Constructor for class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
Construct a new DistinguishedName with no components.
- DistinguishedName(String) - Constructor for class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
Construct a new DistinguishedName
from a String.
- DistinguishedName(List) - Constructor for class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
Construct a new
DistinguishedName
from the supplied
List
of
LdapRdn
objects.
- DistinguishedName(Name) - Constructor for class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
Construct a new
DistinguishedName
from the supplied
Name
.
- DistinguishedNameEditor - Class in org.springframework.ldap.core
-
- DistinguishedNameEditor() - Constructor for class org.springframework.ldap.core.DistinguishedNameEditor
-
Deprecated.
- dn() - Method in interface org.springframework.ldap.core.DnParser
-
Deprecated.
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.
- DnAttribute - Annotation Type in org.springframework.ldap.odm.annotations
-
Indicates that a field is to be automatically populated to/from the distinguished name
of an entry.
- DnParser - Interface in org.springframework.ldap.core
-
- 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
-
Deprecated.
- doBegin(Object, TransactionDefinition) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
-
Deprecated.
- 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
-
Deprecated.
- doCleanupAfterCompletion(Object) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
-
Deprecated.
- 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
-
Deprecated.
- doClose() - Method in class org.springframework.ldap.ldif.batch.MappingLdifReader
-
Deprecated.
- doCommit(DefaultTransactionStatus) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
-
Deprecated.
- doCommit(DefaultTransactionStatus) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
-
Deprecated.
- 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
-
Deprecated.
- doGetTransaction() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
-
Deprecated.
- 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
-
Deprecated.
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
-
Deprecated.
- doOpen() - Method in class org.springframework.ldap.ldif.batch.LdifReader
-
Deprecated.
- doOpen() - Method in class org.springframework.ldap.ldif.batch.MappingLdifReader
-
Deprecated.
- doRead() - Method in class org.springframework.ldap.ldif.batch.LdifReader
-
Deprecated.
- doRead() - Method in class org.springframework.ldap.ldif.batch.MappingLdifReader
-
Deprecated.
- doResume(Object, Object) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
-
Deprecated.
- doResume(Object, Object) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
-
Deprecated.
- doRollback(DefaultTransactionStatus) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
-
Deprecated.
- doRollback(DefaultTransactionStatus) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
-
Deprecated.
- 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
-
Deprecated.
- doSuspend(Object) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
-
Deprecated.
- doWithLdapOperations(LdapOperations) - Method in interface org.springframework.ldap.core.support.LdapOperationsCallback
-
Perform a sequence of LDAP operations on the supplied LdapOperations instance.
- doWithSingleContext(ContextSource, LdapOperationsCallback<T>) - Static method in class org.springframework.ldap.core.support.SingleContextSource
-
Construct a SingleContextSource and execute the LdapOperationsCallback using the created instance.
- doWithSingleContext(ContextSource, LdapOperationsCallback<T>, boolean, boolean, boolean) - Static method in class org.springframework.ldap.core.support.SingleContextSource
-
Construct a SingleContextSource and execute the LdapOperationsCallback using the created instance.
- DummyDirContext - Class in org.springframework.ldap.test
-
- DummyDirContext() - Constructor for class org.springframework.ldap.test.DummyDirContext
-