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

A

AbstractCompensatingTransactionManagerDelegate - Class in org.springframework.transaction.compensating.support
Abstract superclass for Compensating TransactionManager delegates.
AbstractCompensatingTransactionManagerDelegate() - Constructor for class org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate
 
AbstractContextMapper - Class in org.springframework.ldap.core.support
Abstract superclass that may be used instead of implementing ContextMapper directly.
AbstractContextMapper() - Constructor for class org.springframework.ldap.core.support.AbstractContextMapper
 
AbstractContextSource - Class in org.springframework.ldap.core.support
Abstract implementation of the ContextSource interface.
AbstractContextSource() - Constructor for class org.springframework.ldap.core.support.AbstractContextSource
 
AbstractFilter - Class in org.springframework.ldap.filter
Convenience class that implements most of the methods in the Filter interface.
AbstractFilter() - Constructor for class org.springframework.ldap.filter.AbstractFilter
 
AbstractRequestControlDirContextProcessor - Class in org.springframework.ldap.control
Abstract superclass with responsibility to apply a single RequestControl on an LdapContext, preserving any existing controls.
AbstractRequestControlDirContextProcessor() - Constructor for class org.springframework.ldap.control.AbstractRequestControlDirContextProcessor
 
AcegiAuthenticationSource - Class in org.springframework.ldap.authentication
An AuthenticationSource to retrieve authentication information stored in Acegi's SecurityContextHolder.
AcegiAuthenticationSource() - Constructor for class org.springframework.ldap.authentication.AcegiAuthenticationSource
 
add(String) - Method in class org.springframework.ldap.core.DistinguishedName
 
add(int, String) - Method in class org.springframework.ldap.core.DistinguishedName
 
add(String, String) - Method in class org.springframework.ldap.core.DistinguishedName
Add a new LdapRdn using the supplied key and value.
add(LdapRdn) - Method in class org.springframework.ldap.core.DistinguishedName
Add the supplied LdapRdn last in the list of Rdns.
add(int, LdapRdn) - Method in class org.springframework.ldap.core.DistinguishedName
Add the supplied LdapRdn att the specified index.
addAll(Name) - Method in class org.springframework.ldap.core.DistinguishedName
 
addAll(int, Name) - Method in class org.springframework.ldap.core.DistinguishedName
 
addAttributeValue(String, Object) - Method in class org.springframework.ldap.core.DirContextAdapter
 
addAttributeValue(String, Object) - Method in interface org.springframework.ldap.core.DirContextOperations
Add a value to the Attribute with the specified name.
addComponent(LdapRdnComponent) - Method in class org.springframework.ldap.core.LdapRdn
Add an LdapRdnComponent to this LdapRdn.
addDirContextProcessor(DirContextProcessor) - Method in class org.springframework.ldap.core.support.AggregateDirContextProcessor
Add the supplied DirContextProcessor to the list of managed objects.
addToEnvironment(String, Object) - Method in class org.springframework.ldap.core.DirContextAdapter
 
afterPropertiesSet() - Method in class org.springframework.ldap.authentication.DefaultValuesAuthenticationSourceDecorator
 
afterPropertiesSet() - Method in class org.springframework.ldap.core.LdapTemplate
 
afterPropertiesSet() - Method in class org.springframework.ldap.core.support.AbstractContextSource
Checks that all necessary data is set and that there is no compatibility issues, after which the instance is initialized.
AggregateDirContextProcessor - Class in org.springframework.ldap.core.support
Manages a sequence of DirContextProcessor instances.
AggregateDirContextProcessor() - Constructor for class org.springframework.ldap.core.support.AggregateDirContextProcessor
 
and(Filter) - Method in class org.springframework.ldap.filter.AndFilter
Add a query to the AND expression.
AndFilter - Class in org.springframework.ldap.filter
A filter for a logical AND.
AndFilter() - Constructor for class org.springframework.ldap.filter.AndFilter
 
append(DistinguishedName) - Method in class org.springframework.ldap.core.DistinguishedName
Add an LDAP path last in this DistinguishedName.
append(String, String) - Method in class org.springframework.ldap.core.DistinguishedName
Append a new LdapRdn using the supplied key and value.
assembleProviderUrlString(String[]) - Method in class org.springframework.ldap.core.support.AbstractContextSource
Assemble a valid url String from all registered urls to add as PROVIDER_URL to the environment.
AttributeInUseException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI AttributeInUseException.
AttributeInUseException(AttributeInUseException) - Constructor for exception org.springframework.ldap.AttributeInUseException
 
AttributeModificationException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI AttributeModificationException.
AttributeModificationException(AttributeModificationException) - Constructor for exception org.springframework.ldap.AttributeModificationException
 
AttributeModificationsAware - Interface in org.springframework.ldap.core
Indicates that the implementing class is capable of keeping track of any attribute modifications and return them as ModificationItems.
AttributesMapper - Interface in org.springframework.ldap.core
An interface used by LdapTemplate for mapping LDAP Attributes to beans.
AttributesMapperCallbackHandler - Class in org.springframework.ldap.core
A CollectingNameClassPairCallbackHandler to wrap an AttributesMapper.
AttributesMapperCallbackHandler(AttributesMapper) - Constructor for class org.springframework.ldap.core.AttributesMapperCallbackHandler
Constructs a new instance around the specified AttributesMapper.
AuthenticationException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI AuthenticationException.
AuthenticationException(AuthenticationException) - Constructor for exception org.springframework.ldap.AuthenticationException
 
AuthenticationNotSupportedException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI AuthenticationNotSupportedException.
AuthenticationNotSupportedException(AuthenticationNotSupportedException) - Constructor for exception org.springframework.ldap.AuthenticationNotSupportedException
 
AuthenticationSource - Interface in org.springframework.ldap.core
An AuthenticationSource is responsible for providing the principal (user DN) and credentials to be used when creating a new context.

B

BadLdapGrammarException - Exception in org.springframework.ldap
Thrown to indicate that an invalid value has been supplied to an LDAP operation.
BadLdapGrammarException(String) - Constructor for exception org.springframework.ldap.BadLdapGrammarException
 
BadLdapGrammarException(String, Throwable) - Constructor for exception org.springframework.ldap.BadLdapGrammarException
 
BaseLdapPathAware - Interface in org.springframework.ldap.core.support
Interface to be implemented by classes that want to have access to the base context used in the active ContextSource.
BaseLdapPathBeanPostProcessor - Class in org.springframework.ldap.core.support
This BeanPostProcessor checks each bean if it implements BaseLdapPathAware.
BaseLdapPathBeanPostProcessor() - Constructor for class org.springframework.ldap.core.support.BaseLdapPathBeanPostProcessor
 
BaseLdapPathContextSource - Interface in org.springframework.ldap.core.support
Interface to be implemented by ContextSources that are capable of providing the base LDAP path.
BaseLdapPathSource - Interface in org.springframework.ldap.core.support
Implementations of this interface are capable of providing a base LDAP path.
BinaryLogicalFilter - Class in org.springframework.ldap.filter
Abstract superclass for binary logical operations, that is "AND" and "OR" operations.
BinaryLogicalFilter() - Constructor for class org.springframework.ldap.filter.BinaryLogicalFilter
 
bind(Name, Object, Attributes) - Method in class org.springframework.ldap.core.DirContextAdapter
 
bind(String, Object, Attributes) - Method in class org.springframework.ldap.core.DirContextAdapter
 
bind(Name, Object) - Method in class org.springframework.ldap.core.DirContextAdapter
 
bind(String, Object) - Method in class org.springframework.ldap.core.DirContextAdapter
 
bind(Name, Object, Attributes) - Method in interface org.springframework.ldap.core.LdapOperations
Create an entry in the LDAP tree.
bind(String, Object, Attributes) - Method in interface org.springframework.ldap.core.LdapOperations
Create an entry in the LDAP tree.
bind(Name, Object, Attributes) - Method in class org.springframework.ldap.core.LdapTemplate
 
bind(String, Object, Attributes) - Method in class org.springframework.ldap.core.LdapTemplate
 
BIND_METHOD_NAME - Static variable in class org.springframework.ldap.transaction.compensating.LdapTransactionUtils
 
BindOperationExecutor - Class in org.springframework.ldap.transaction.compensating
A CompensatingTransactionOperationExecutor to manage a bind operation.
BindOperationExecutor(LdapOperations, Name, Object, Attributes) - Constructor for class org.springframework.ldap.transaction.compensating.BindOperationExecutor
Constructor.
BindOperationRecorder - Class in org.springframework.ldap.transaction.compensating
A CompensatingTransactionOperationRecorder keeping track of bind operations.
BindOperationRecorder(LdapOperations) - Constructor for class org.springframework.ldap.transaction.compensating.BindOperationRecorder
Constructor.

C

CannotProceedException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI CannotProceedException.
CannotProceedException(CannotProceedException) - Constructor for exception org.springframework.ldap.CannotProceedException
 
clear() - Method in class org.springframework.transaction.compensating.support.CompensatingTransactionHolderSupport
 
clone() - Method in class org.springframework.ldap.core.DistinguishedName
 
close() - Method in class org.springframework.ldap.core.DirContextAdapter
 
closeContext(DirContext) - Static method in class org.springframework.ldap.support.LdapUtils
Close the given JNDI Context and ignore any thrown exception.
closeTargetResource(CompensatingTransactionHolderSupport) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManagerDelegate
 
closeTargetResource(CompensatingTransactionHolderSupport) - Method in class org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate
Close the target resource - the implementation specific resource held in the specified CompensatingTransactionHolderSupport.
CollectingNameClassPairCallbackHandler - Class in org.springframework.ldap.core
A NameClassPairCallbackHandler to collect all results in an internal List.
CollectingNameClassPairCallbackHandler() - Constructor for class org.springframework.ldap.core.CollectingNameClassPairCallbackHandler
 
commit() - Method in class org.springframework.ldap.transaction.compensating.BindOperationExecutor
 
commit() - Method in class org.springframework.ldap.transaction.compensating.ModifyAttributesOperationExecutor
 
commit() - Method in class org.springframework.ldap.transaction.compensating.NullOperationExecutor
 
commit() - Method in class org.springframework.ldap.transaction.compensating.RebindOperationExecutor
 
commit() - Method in class org.springframework.ldap.transaction.compensating.RenameOperationExecutor
 
commit() - Method in class org.springframework.ldap.transaction.compensating.UnbindOperationExecutor
 
commit() - Method in interface org.springframework.transaction.compensating.CompensatingTransactionOperationExecutor
Commit the operation.
commit() - Method in interface org.springframework.transaction.compensating.CompensatingTransactionOperationManager
Commit all recorded operations.
commit() - Method in class org.springframework.transaction.compensating.support.DefaultCompensatingTransactionOperationManager
 
CommunicationException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI CommunicationException.
CommunicationException(CommunicationException) - Constructor for exception org.springframework.ldap.CommunicationException
 
compare(Object, Object) - Method in class org.springframework.ldap.support.ListComparator
Compare two lists of Comparable objects.
CompareFilter - Class in org.springframework.ldap.filter
Abstract superclass for filters that compare values.
CompareFilter(String, String) - Constructor for class org.springframework.ldap.filter.CompareFilter
 
CompareFilter(String, int) - Constructor for class org.springframework.ldap.filter.CompareFilter
Convenience constructor for int values.
compareTo(Object) - Method in class org.springframework.ldap.core.DistinguishedName
Compare this instance to another object.
compareTo(Object) - Method in class org.springframework.ldap.core.LdapRdn
Compare this LdapRdn to another object.
compareTo(Object) - Method in class org.springframework.ldap.core.LdapRdnComponent
Compare this instance to the supplied object.
CompensatingTransactionHolderSupport - Class in org.springframework.transaction.compensating.support
Base class for compensating transaction resource holders.
CompensatingTransactionHolderSupport(CompensatingTransactionOperationManager) - Constructor for class org.springframework.transaction.compensating.support.CompensatingTransactionHolderSupport
Constructor.
CompensatingTransactionObject - Class in org.springframework.transaction.compensating.support
Transaction object used by AbstractCompensatingTransactionManagerDelegate.
CompensatingTransactionObject(CompensatingTransactionHolderSupport) - Constructor for class org.springframework.transaction.compensating.support.CompensatingTransactionObject
Constructor.
CompensatingTransactionOperationExecutor - Interface in org.springframework.transaction.compensating
Responsible for executing a single recorded operation as well as committing or rolling it back, depending on the transaction outcome.
CompensatingTransactionOperationFactory - Interface in org.springframework.transaction.compensating
Factory interface for creating CompensatingTransactionOperationRecorder objects based on operation method names.
CompensatingTransactionOperationManager - Interface in org.springframework.transaction.compensating
A CompensatingTransactionOperationManager implementation records and performs operations that are to be performed within a compensating transaction.
CompensatingTransactionOperationRecorder - Interface in org.springframework.transaction.compensating
An implementation of this interface is responsible for recording data and supplying a CompensatingTransactionOperationExecutor to be invoked for execution and compensating transaction management of the operation.
CompensatingTransactionUtils - Class in org.springframework.transaction.compensating.support
Common methods for use with compensating transactions.
composeName(Name, Name) - Method in class org.springframework.ldap.core.DirContextAdapter
 
composeName(String, String) - Method in class org.springframework.ldap.core.DirContextAdapter
 
ConfigurationException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI ConfigurationException.
ConfigurationException(ConfigurationException) - Constructor for exception org.springframework.ldap.ConfigurationException
 
contains(DistinguishedName) - Method in class org.springframework.ldap.core.DistinguishedName
Determines if this DistinguishedName path contains another path.
ContextAssembler - Interface in org.springframework.ldap.core
Helper interface to be used by Dao implementations for assembling to and from context.
ContextExecutor - Interface in org.springframework.ldap.core
Interface for delegating an actual operation to be performed on a DirContext.
ContextMapper - Interface in org.springframework.ldap.core
An interface used by LdapTemplate to map LDAP Contexts to beans.
ContextMapperCallbackHandler - Class in org.springframework.ldap.core
A CollectingNameClassPairCallbackHandler to wrap a ContextMapper.
ContextMapperCallbackHandler(ContextMapper) - Constructor for class org.springframework.ldap.core.ContextMapperCallbackHandler
Constructs a new instance wrapping the supplied ContextMapper.
ContextNotEmptyException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI ContextNotEmptyException.
ContextNotEmptyException(ContextNotEmptyException) - Constructor for exception org.springframework.ldap.ContextNotEmptyException
 
ContextSource - Interface in org.springframework.ldap.core
Interface used by LdapTemplate to create LDAP contexts.
ContextSourceAndDataSourceTransactionManager - Class in org.springframework.ldap.transaction.compensating.manager
A Transaction Manager to manage LDAP and JDBC operations within the same transaction.
ContextSourceAndDataSourceTransactionManager() - Constructor for class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
 
ContextSourceTransactionManager - Class in org.springframework.ldap.transaction.compensating.manager
TransactionManager for managing LDAP transactions.
ContextSourceTransactionManager() - Constructor for class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
 
ContextSourceTransactionManagerDelegate - Class in org.springframework.ldap.transaction.compensating.manager
This delegate performs all the work for the ContextSourceTransactionManager.
ContextSourceTransactionManagerDelegate() - Constructor for class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManagerDelegate
 
convertLdapException(NamingException) - Static method in class org.springframework.ldap.support.LdapUtils
Convert the specified checked NamingException to a Spring LDAP runtime NamingException equivalent.
CountNameClassPairCallbackHandler - Class in org.springframework.ldap.core.support
A NameClassPairCallbackHandler for counting all returned entries.
CountNameClassPairCallbackHandler() - Constructor for class org.springframework.ldap.core.support.CountNameClassPairCallbackHandler
 
CreateControlFailedException - Exception in org.springframework.ldap.control
Thrown by an AbstractRequestControlDirContextProcessor when it cannot create a request control.
CreateControlFailedException(String) - Constructor for exception org.springframework.ldap.control.CreateControlFailedException
Create a new CreateControlFailedException.
CreateControlFailedException(String, Throwable) - Constructor for exception org.springframework.ldap.control.CreateControlFailedException
Create a new CreateControlFailedException.
createDnParser(String) - Static method in class org.springframework.ldap.core.DefaultDnParserFactory
Create a new DnParser instance.
createRecordingOperation(Object, String) - Method in class org.springframework.ldap.transaction.compensating.LdapCompensatingTransactionOperationFactory
 
createRecordingOperation(Object, String) - Method in interface org.springframework.transaction.compensating.CompensatingTransactionOperationFactory
Create an appropriate CompensatingTransactionOperationRecorder instance corresponding to the supplied method name.
createRequestControl() - Method in class org.springframework.ldap.control.AbstractRequestControlDirContextProcessor
Create an instance of the appropriate RequestControl.
createRequestControl() - Method in class org.springframework.ldap.control.PagedResultsRequestControl
 
createRequestControl() - Method in class org.springframework.ldap.control.SortControlDirContextProcessor
 
createSubcontext(Name, Attributes) - Method in class org.springframework.ldap.core.DirContextAdapter
 
createSubcontext(String, Attributes) - Method in class org.springframework.ldap.core.DirContextAdapter
 
createSubcontext(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
 
createSubcontext(String) - Method in class org.springframework.ldap.core.DirContextAdapter
 

D

DEFAULT_TEMP_SUFFIX - Static variable in class org.springframework.ldap.transaction.compensating.support.DefaultTempEntryRenamingStrategy
The default temp entry suffix, "_temp".
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.
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
 
DefaultNameClassPairMapper - Class in org.springframework.ldap.core
The default NameClassPairMapper implementation.
DefaultNameClassPairMapper() - Constructor for class org.springframework.ldap.core.DefaultNameClassPairMapper
 
DefaultTempEntryRenamingStrategy - Class in org.springframework.ldap.transaction.compensating.support
Default implementation of TempEntryRenamingStrategy.
DefaultTempEntryRenamingStrategy() - Constructor for class org.springframework.ldap.transaction.compensating.support.DefaultTempEntryRenamingStrategy
 
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.
deleteRecursively(DirContext, DistinguishedName) - Method in class org.springframework.ldap.core.LdapTemplate
Delete all subcontexts including the current one recursively.
destroySubcontext(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
 
destroySubcontext(String) - Method in class org.springframework.ldap.core.DirContextAdapter
 
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
 
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(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(DirContextAdapter) - Constructor for class org.springframework.ldap.core.DirContextAdapter
Constructor for cloning an existing adapter.
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
 
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.
DnParser - Interface in org.springframework.ldap.core
A parser for RFC2253-compliant Distinguished Names.
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.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.ContextSourceTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate
 
doGetTransaction() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
 
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.support.AbstractContextMapper
Map a single DirContextOperation to an object.
DONT_DECODE_VALUE - Static variable in class org.springframework.ldap.core.LdapRdnComponent
 
doResume(Object, Object) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
 
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
 

E

EMPTY_PATH - Static variable in class org.springframework.ldap.core.DistinguishedName
An empty, unmodifiable DistinguishedName.
encode() - Method in class org.springframework.ldap.core.DistinguishedName
Builds a complete LDAP path, ldap encoded, useful as a DN.
encode(StringBuffer) - Method in class org.springframework.ldap.filter.AbstractFilter
 
encode() - Method in class org.springframework.ldap.filter.AbstractFilter
 
encode(StringBuffer) - Method in class org.springframework.ldap.filter.BinaryLogicalFilter
 
encode(StringBuffer) - Method in class org.springframework.ldap.filter.CompareFilter
 
encode() - Method in interface org.springframework.ldap.filter.Filter
Encodes the filter to a String.
encode(StringBuffer) - Method in interface org.springframework.ldap.filter.Filter
Encodes the filter to a StringBuffer.
encode(StringBuffer) - Method in class org.springframework.ldap.filter.NotFilter
 
encodeLdap() - Method in class org.springframework.ldap.core.LdapRdnComponent
Encode key and value to ldap.
encodeUrl() - Method in class org.springframework.ldap.core.LdapRdn
Get a String representation of this LdapRdn for use in urls.
encodeUrl() - Method in class org.springframework.ldap.core.LdapRdnComponent
Get a String representation of this instance for use in URLs.
encodeValue(String) - Method in class org.springframework.ldap.filter.CompareFilter
Override to perform special encoding in subclass.
encodeValue(String) - Method in class org.springframework.ldap.filter.LikeFilter
 
encodeValue(String) - Method in class org.springframework.ldap.filter.WhitespaceWildcardsFilter
 
endsWith(Name) - Method in class org.springframework.ldap.core.DistinguishedName
Determines if this DistinguishedName ends with a certian path.
equals(Object) - Method in class org.springframework.ldap.control.PagedResult
 
equals(Object) - Method in class org.springframework.ldap.control.PagedResultsCookie
 
equals(Object) - Method in class org.springframework.ldap.core.DirContextAdapter
 
equals(Object) - Method in class org.springframework.ldap.core.DistinguishedName
 
equals(Object) - Method in class org.springframework.ldap.core.LdapRdn
 
equals(Object) - Method in class org.springframework.ldap.core.LdapRdnComponent
 
equals(Object) - Method in class org.springframework.ldap.filter.BinaryLogicalFilter
Compares each filter in turn.
equals(Object) - Method in class org.springframework.ldap.filter.CompareFilter
Compares key and value before encoding.
equals(Object) - Method in interface org.springframework.ldap.filter.Filter
All filters must implement equals.
equals(Object) - Method in class org.springframework.ldap.filter.NotFilter
 
EqualsFilter - Class in org.springframework.ldap.filter
A filter for 'equals'.
EqualsFilter(String, String) - Constructor for class org.springframework.ldap.filter.EqualsFilter
 
EqualsFilter(String, int) - Constructor for class org.springframework.ldap.filter.EqualsFilter
Convenience constructor for int values.
executeReadOnly(ContextExecutor) - Method in interface org.springframework.ldap.core.LdapOperations
Perform an operation (or series of operations) on a read-only context.
executeReadOnly(ContextExecutor) - Method in class org.springframework.ldap.core.LdapTemplate
 
executeReadWrite(ContextExecutor) - Method in interface org.springframework.ldap.core.LdapOperations
Perform an operation (or series of operations) on a read-write context.
executeReadWrite(ContextExecutor) - Method in class org.springframework.ldap.core.LdapTemplate
 
executeSearch(DirContext) - Method in interface org.springframework.ldap.core.SearchExecutor
Execute the actual search.
executeWithContext(DirContext) - Method in interface org.springframework.ldap.core.ContextExecutor
Perform any operation on the context.
exists(Attribute) - Method in class org.springframework.ldap.core.DirContextAdapter
Checks if an entry has a specific attribute.
exists(String) - Method in class org.springframework.ldap.core.DirContextAdapter
Checks if the attribute exists in this entry, either it was read or it has been added and update() has been called.

F

Filter - Interface in org.springframework.ldap.filter
Common interface for LDAP filters.
filterEncode(String) - Static method in class org.springframework.ldap.core.LdapEncoder
Escape a value for use in a filter.

G

get(int) - Method in class org.springframework.ldap.core.DistinguishedName
 
getActualTargetClass(DirContext) - Static method in class org.springframework.ldap.transaction.compensating.LdapTransactionUtils
Get the actual class of the supplied DirContext instance; LdapContext or DirContext.
getAll() - Method in class org.springframework.ldap.core.DistinguishedName
 
getAnonymousEnv() - Method in class org.springframework.ldap.core.support.AbstractContextSource
 
getAnonymousEnv() - Method in class org.springframework.ldap.core.support.LdapContextSource
 
getArgumentAsName(Object) - Static method in class org.springframework.ldap.transaction.compensating.LdapTransactionUtils
Get the argument as a Name.
getAsText() - Method in class org.springframework.ldap.core.DistinguishedNameEditor
 
getAttributes() - Method in class org.springframework.ldap.core.DirContextAdapter
Get all attributes.
getAttributes(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getAttributes(String) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getAttributes(Name, String[]) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getAttributes(String, String[]) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getAttributeSortedStringSet(String) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getAttributeSortedStringSet(String) - Method in interface org.springframework.ldap.core.DirContextOperations
Get all String values of the attribute as a SortedSet.
getAuthenticatedEnv() - Method in class org.springframework.ldap.core.support.AbstractContextSource
 
getAuthenticationSource() - Method in class org.springframework.ldap.core.support.AbstractContextSource
Get the authentication source.
getBase() - Method in class org.springframework.ldap.core.support.AbstractContextSource
Get the base suffix from which all operations should originate.
getBaseLdapPath() - Method in class org.springframework.ldap.core.support.AbstractContextSource
 
getBaseLdapPath() - Method in interface org.springframework.ldap.core.support.BaseLdapPathSource
Get the base LDAP path as a DistinguishedName.
getBaseLdapPathAsString() - Method in class org.springframework.ldap.core.support.AbstractContextSource
 
getBaseLdapPathAsString() - Method in interface org.springframework.ldap.core.support.BaseLdapPathSource
Get the base LDAP path as a String.
getCause() - Method in exception org.springframework.ldap.NamingException
Overrides NestedRuntimeException.getCause() since serialization always tries to serialize the base class before the subclass.
getCompareString() - Method in class org.springframework.ldap.filter.CompareFilter
Implement this method in subclass to return a String representing the operator.
getCompareString() - Method in class org.springframework.ldap.filter.EqualsFilter
 
getCompareString() - Method in class org.springframework.ldap.filter.GreaterThanOrEqualsFilter
 
getCompareString() - Method in class org.springframework.ldap.filter.LessThanOrEqualsFilter
 
getCompensatingModificationItem(Attributes, ModificationItem) - Method in class org.springframework.ldap.transaction.compensating.ModifyAttributesOperationRecorder
Get a ModificationItem to use for rollback of the supplied modification.
getComponent() - Method in class org.springframework.ldap.core.LdapRdn
Gets the first LdapRdnComponent of this LdapRdn.
getComponent(int) - Method in class org.springframework.ldap.core.LdapRdn
Get the LdapRdnComponent at index idx.
getComponents() - Method in class org.springframework.ldap.core.LdapRdn
Gets all components in this LdapRdn.
getContextFactory() - Method in class org.springframework.ldap.core.support.AbstractContextSource
Get the context factory.
getContextSource() - Method in class org.springframework.ldap.core.LdapTemplate
Get the ContextSource.
getContextSource() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
 
getContextSource() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
Get the ContextSource.
getContextSource() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManagerDelegate
 
getCookie() - Method in class org.springframework.ldap.control.PagedResult
Get the cookie.
getCookie() - Method in class org.springframework.ldap.control.PagedResultsCookie
Get the cookie.
getCookie() - Method in class org.springframework.ldap.control.PagedResultsRequestControl
Get the cookie.
getCredentials() - Method in class org.springframework.ldap.authentication.AcegiAuthenticationSource
 
getCredentials() - Method in class org.springframework.ldap.authentication.DefaultValuesAuthenticationSourceDecorator
Checks if the target's principal is not empty; if not, the credentials from the target is returned - otherwise return the defaultPassword.
getCredentials() - Method in interface org.springframework.ldap.core.AuthenticationSource
Get the credentials to use when creating an authenticated context.
getCtx() - Method in class org.springframework.ldap.transaction.compensating.manager.DirContextHolder
Return the DirContext associated with the current transaction.
getDirContextInstance(Hashtable) - Method in class org.springframework.ldap.core.support.AbstractContextSource
Implement in subclass to create a DirContext of the desired type (e.g.
getDirContextInstance(Hashtable) - Method in class org.springframework.ldap.core.support.DirContextSource
Create a new InitialDirContext instance.
getDirContextInstance(Hashtable) - Method in class org.springframework.ldap.core.support.LdapContextSource
 
getDirContextProcessors() - Method in class org.springframework.ldap.core.support.AggregateDirContextProcessor
Get the list of managed DirContextProcessor instances.
getDirObjectFactory() - Method in class org.springframework.ldap.core.support.AbstractContextSource
Get the DirObjectFactory to use.
getDn() - Method in class org.springframework.ldap.core.DirContextAdapter
 
getDn() - Method in interface org.springframework.ldap.core.DirContextOperations
Returns the DN relative to the base path.
getEnvironment() - Method in class org.springframework.ldap.core.DirContextAdapter
 
getExplanation() - Method in exception org.springframework.ldap.NamingException
Convenience method to get the explanation associated with this exception, if the root cause was an instance of NamingException.
getFirstArgumentAsName(Object[]) - Static method in class org.springframework.ldap.transaction.compensating.LdapTransactionUtils
Get the first parameter in the argument list as a Name.
getHolder() - Method in class org.springframework.transaction.compensating.support.CompensatingTransactionObject
Get the DirContextHolder.
getKey() - Method in class org.springframework.ldap.core.LdapRdn
Get the key of this LdapRdn.
getKey() - Method in class org.springframework.ldap.core.LdapRdnComponent
Get the key (Attribute name) of this component.
getLdapEncoded() - Method in class org.springframework.ldap.core.LdapRdn
Get a properly rfc2253-encoded String representation of this LdapRdn.
getLdapEncoded() - Method in class org.springframework.ldap.core.LdapRdnComponent
 
getLdapRdn(int) - Method in class org.springframework.ldap.core.DistinguishedName
Get the LdapRdn at a specified position.
getLdapRdn(String) - Method in class org.springframework.ldap.core.DistinguishedName
Get the LdapRdn with the specified key.
getList() - Method in class org.springframework.ldap.core.CollectingNameClassPairCallbackHandler
Get the assembled list.
getLogicalOperator() - Method in class org.springframework.ldap.filter.AndFilter
 
getLogicalOperator() - Method in class org.springframework.ldap.filter.BinaryLogicalFilter
Implement this in subclass to return the logical operator, for example &qout;&&qout;.
getLogicalOperator() - Method in class org.springframework.ldap.filter.OrFilter
 
getModificationItems() - Method in interface org.springframework.ldap.core.AttributeModificationsAware
Creates an array of which attributes have been changed, added or removed since the initialization of this object.
getModificationItems() - Method in class org.springframework.ldap.core.DirContextAdapter
 
getNameInNamespace() - Method in class org.springframework.ldap.core.DirContextAdapter
 
getNameInNamespace() - Method in interface org.springframework.ldap.core.DirContextOperations
 
getNameParser(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getNameParser(String) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getNames() - Method in class org.springframework.ldap.core.DistinguishedName
Get the name List.
getNamesOfModifiedAttributes() - Method in class org.springframework.ldap.core.DirContextAdapter
 
getNamesOfModifiedAttributes() - Method in interface org.springframework.ldap.core.DirContextOperations
Creates a String array of the names of the attributes which have been changed.
getNewHolder() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManagerDelegate
 
getNewHolder() - Method in class org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate
Get a new implementation specific CompensatingTransactionHolderSupport instance.
getNoOfRows() - Method in class org.springframework.ldap.core.support.CountNameClassPairCallbackHandler
Get the number of rows that was returned by the search.
getObjectAttribute(String) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getObjectAttribute(String) - Method in interface org.springframework.ldap.core.DirContextOperations
Get the value of an Object attribute.
getObjectFromNameClassPair(NameClassPair) - Method in class org.springframework.ldap.core.AttributesMapperCallbackHandler
Cast the NameClassPair to a SearchResult and pass its attributes to the AttributesMapper.
getObjectFromNameClassPair(NameClassPair) - Method in class org.springframework.ldap.core.CollectingNameClassPairCallbackHandler
Handle a NameClassPair and transform it to an Object of the desired type and with data from the NameClassPair.
getObjectFromNameClassPair(NameClassPair) - Method in class org.springframework.ldap.core.ContextMapperCallbackHandler
Cast the NameClassPair to a Binding and pass its attributes to the ContextMapper.
getObjectFromNameClassPair(NameClassPair) - Method in class org.springframework.ldap.core.LdapTemplate.MappingCollectingNameClassPairCallbackHandler
 
getObjectInstance(Object, Name, Context, Hashtable, Attributes) - Method in class org.springframework.ldap.core.support.DefaultDirObjectFactory
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.springframework.ldap.core.support.DefaultDirObjectFactory
 
getOperationExecutors() - Method in class org.springframework.transaction.compensating.support.DefaultCompensatingTransactionOperationManager
Get the rollback operations.
getPageSize() - Method in class org.springframework.ldap.control.PagedResultsRequestControl
Get the page size.
getPrefix(int) - Method in class org.springframework.ldap.core.DistinguishedName
 
getPrincipal() - Method in class org.springframework.ldap.authentication.AcegiAuthenticationSource
Get the principals of the logged in user, in this case the distinguished name.
getPrincipal() - Method in class org.springframework.ldap.authentication.DefaultValuesAuthenticationSourceDecorator
Checks if the target's principal is not empty; if not, this is returned - otherwise return the defaultPassword.
getPrincipal() - Method in interface org.springframework.ldap.core.AuthenticationSource
Get the principal to use when creating an authenticated context.
getReadOnlyContext() - Method in interface org.springframework.ldap.core.ContextSource
Gets a read-only DirContext.
getReadOnlyContext() - Method in class org.springframework.ldap.core.support.AbstractContextSource
 
getReadOnlyContext() - Method in class org.springframework.ldap.transaction.compensating.manager.TransactionAwareContextSourceProxy
 
getReadWriteContext() - Method in interface org.springframework.ldap.core.ContextSource
Gets a read-write DirContext.
getReadWriteContext() - Method in class org.springframework.ldap.core.support.AbstractContextSource
 
getReadWriteContext() - Method in class org.springframework.ldap.transaction.compensating.manager.TransactionAwareContextSourceProxy
 
getRemainingName() - Method in exception org.springframework.ldap.NamingException
Convenience method to get the unresolved part of the name associated with this exception, if the root cause was an instance of NamingException.
getRenamingStrategy() - Method in class org.springframework.ldap.transaction.compensating.RebindOperationRecorder
 
getRenamingStrategy() - Method in class org.springframework.ldap.transaction.compensating.UnbindOperationRecorder
 
getResolvedName() - Method in exception org.springframework.ldap.NamingException
Convenience method to get the leading portion of the resolved name associated with this exception, if the root cause was an instance of NamingException.
getResolvedObj() - Method in exception org.springframework.ldap.NamingException
Convenience method to get the resolved object associated with this exception, if the root cause was an instance of NamingException.
getResultCode() - Method in class org.springframework.ldap.control.SortControlDirContextProcessor
Get the result code returned by the control.
getResultList() - Method in class org.springframework.ldap.control.PagedResult
Get the result list.
getResultSize() - Method in class org.springframework.ldap.control.PagedResultsRequestControl
Get the total estimated number of entries that matches the issued search.
getSchema(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getSchema(String) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getSchemaClassDefinition(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getSchemaClassDefinition(String) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getSortKey() - Method in class org.springframework.ldap.control.SortControlDirContextProcessor
Get the sort key.
getStringAttribute(String) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getStringAttribute(String) - Method in interface org.springframework.ldap.core.DirContextOperations
Get the value of a String attribute.
getStringAttributes(String) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getStringAttributes(String) - Method in interface org.springframework.ldap.core.DirContextOperations
Get all values of a String attribute.
getSubtreeNode() - Method in class org.springframework.ldap.transaction.compensating.support.DifferentSubtreeTempEntryRenamingStrategy
 
getSuffix(int) - Method in class org.springframework.ldap.core.DistinguishedName
 
getTarget() - Method in class org.springframework.ldap.transaction.compensating.manager.TransactionAwareContextSourceProxy
Get the target ContextSource.
getTargetContext() - Method in interface org.springframework.ldap.core.DirContextProxy
Get the target DirContext of the proxy.
getTemporaryName(Name) - Method in class org.springframework.ldap.transaction.compensating.support.DefaultTempEntryRenamingStrategy
 
getTemporaryName(Name) - Method in class org.springframework.ldap.transaction.compensating.support.DifferentSubtreeTempEntryRenamingStrategy
 
getTemporaryName(Name) - Method in interface org.springframework.ldap.transaction.compensating.TempEntryRenamingStrategy
Get a temporary name for the current entry to be renamed to.
getTempSuffix() - Method in class org.springframework.ldap.transaction.compensating.support.DefaultTempEntryRenamingStrategy
Get the suffix that will be used for renaming temporary entries.
getTransactedResource() - Method in class org.springframework.ldap.transaction.compensating.manager.DirContextHolder
 
getTransactedResource() - Method in class org.springframework.transaction.compensating.support.CompensatingTransactionHolderSupport
Get the actual transacted resource.
getTransactionOperationManager() - Method in class org.springframework.transaction.compensating.support.CompensatingTransactionHolderSupport
Get the CompensatingTransactionOperationManager to handle the data for the current transaction.
getTransactionSynchronizationKey() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManagerDelegate
 
getTransactionSynchronizationKey() - Method in class org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate
Get the key (normally, a DataSource or similar) that should be used for transaction synchronization.
getUrls() - Method in class org.springframework.ldap.core.support.AbstractContextSource
Get the urls of the LDAP servers.
getValue(String) - Method in class org.springframework.ldap.core.DistinguishedName
Get the value of the LdapRdnComponent with the specified key (Attribute value).
getValue() - Method in class org.springframework.ldap.core.LdapRdn
Get the value of this LdapRdn.
getValue(String) - Method in class org.springframework.ldap.core.LdapRdn
Get the value of the LdapComponent with the specified key (Attribute name).
getValue() - Method in class org.springframework.ldap.core.LdapRdnComponent
Get the (Attribute) value of this component.
GreaterThanOrEqualsFilter - Class in org.springframework.ldap.filter
A filter to compare >=.
GreaterThanOrEqualsFilter(String, String) - Constructor for class org.springframework.ldap.filter.GreaterThanOrEqualsFilter
 
GreaterThanOrEqualsFilter(String, int) - Constructor for class org.springframework.ldap.filter.GreaterThanOrEqualsFilter
 

H

handleNameClassPair(NameClassPair) - Method in class org.springframework.ldap.core.CollectingNameClassPairCallbackHandler
Pass on the supplied NameClassPair to CollectingNameClassPairCallbackHandler.getObjectFromNameClassPair(NameClassPair) and add the result to the internal list.
handleNameClassPair(NameClassPair) - Method in interface org.springframework.ldap.core.NameClassPairCallbackHandler
Handle one entry.
handleNameClassPair(NameClassPair) - Method in class org.springframework.ldap.core.support.CountNameClassPairCallbackHandler
 
hashCode() - Method in class org.springframework.ldap.control.PagedResult
 
hashCode() - Method in class org.springframework.ldap.control.PagedResultsCookie
 
hashCode() - Method in class org.springframework.ldap.core.DirContextAdapter
 
hashCode() - Method in class org.springframework.ldap.core.DistinguishedName
 
hashCode() - Method in class org.springframework.ldap.core.LdapRdn
 
hashCode() - Method in class org.springframework.ldap.core.LdapRdnComponent
 
hashCode() - Method in class org.springframework.ldap.filter.BinaryLogicalFilter
Hashes all contained data.
hashCode() - Method in class org.springframework.ldap.filter.CompareFilter
Calculate the hash code for the attribute and the value.
hashCode() - Method in interface org.springframework.ldap.filter.Filter
All filters must implement hashCode.
hashCode() - Method in class org.springframework.ldap.filter.NotFilter
 

I

immutableDistinguishedName() - Method in class org.springframework.ldap.core.DistinguishedName
Return an unmodifialbe copy of this instance.
InsufficientResourcesException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI InsufficientResourcesException.
InsufficientResourcesException(InsufficientResourcesException) - Constructor for exception org.springframework.ldap.InsufficientResourcesException
 
InterruptedNamingException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI InterruptedNamingException.
InterruptedNamingException(InterruptedNamingException) - Constructor for exception org.springframework.ldap.InterruptedNamingException
 
InvalidAttributeIdentifierException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI InvalidAttributeIdentifierException.
InvalidAttributeIdentifierException(InvalidAttributeIdentifierException) - Constructor for exception org.springframework.ldap.InvalidAttributeIdentifierException
 
InvalidAttributesException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI InvalidAttributesException.
InvalidAttributesException(InvalidAttributesException) - Constructor for exception org.springframework.ldap.InvalidAttributesException
 
InvalidAttributeValueException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI InvalidAttributeValueException.
InvalidAttributeValueException(InvalidAttributeValueException) - Constructor for exception org.springframework.ldap.InvalidAttributeValueException
 
InvalidNameException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI InvalidNameException.
InvalidNameException(InvalidNameException) - Constructor for exception org.springframework.ldap.InvalidNameException
 
InvalidSearchControlsException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI InvalidSearchControlsException.
InvalidSearchControlsException(InvalidSearchControlsException) - Constructor for exception org.springframework.ldap.InvalidSearchControlsException
 
InvalidSearchFilterException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI InvalidSearchFilterException.
InvalidSearchFilterException(InvalidSearchFilterException) - Constructor for exception org.springframework.ldap.InvalidSearchFilterException
 
invoke(Object, Method, Object[]) - Method in class org.springframework.ldap.transaction.compensating.LdapCompensatingTransactionOperationFactory.NonClosingDirContextInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.springframework.ldap.transaction.compensating.manager.TransactionAwareDirContextInvocationHandler
 
isAnonymousReadOnly() - Method in class org.springframework.ldap.core.support.AbstractContextSource
Get whether an anonymous environment should be used for read-only operations.
isEmpty() - Method in class org.springframework.ldap.core.DistinguishedName
 
isExistingTransaction(Object) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
 
isPooled() - Method in class org.springframework.ldap.core.support.AbstractContextSource
Get whether the pooling flag should be set.
isSorted() - Method in class org.springframework.ldap.control.SortControlDirContextProcessor
Check whether the returned values were actually sorted by the server.
isSupportedWriteTransactionOperation(String) - Static method in class org.springframework.ldap.transaction.compensating.LdapTransactionUtils
Check whether the supplied method is a method for which transactions is supported (and which should be recorded for possible rollback later).
isUpdateMode() - Method in class org.springframework.ldap.core.DirContextAdapter
 
isUpdateMode() - Method in interface org.springframework.ldap.core.DirContextOperations
Gets the update mode.

J

JNDI_ENV_BASE_PATH_KEY - Static variable in class org.springframework.ldap.core.support.DefaultDirObjectFactory
Deprecated. Use BaseLdapPathAware and BaseLdapPathBeanPostProcessor instead.

L

LdapCompensatingTransactionOperationFactory - Class in org.springframework.ldap.transaction.compensating
CompensatingTransactionOperationRecorder implementation for LDAP operations.
LdapCompensatingTransactionOperationFactory(TempEntryRenamingStrategy) - Constructor for class org.springframework.ldap.transaction.compensating.LdapCompensatingTransactionOperationFactory
Constructor.
LdapCompensatingTransactionOperationFactory.NonClosingDirContextInvocationHandler - Class in org.springframework.ldap.transaction.compensating
A proxy for DirContext forwarding all operation to the target DirContext, but making sure that no close operations will be performed.
LdapCompensatingTransactionOperationFactory.NonClosingDirContextInvocationHandler(DirContext) - Constructor for class org.springframework.ldap.transaction.compensating.LdapCompensatingTransactionOperationFactory.NonClosingDirContextInvocationHandler
 
LdapContextSource - Class in org.springframework.ldap.core.support
ContextSource implementation which creates an InitialLdapContext instance.
LdapContextSource() - Constructor for class org.springframework.ldap.core.support.LdapContextSource
 
LdapEncoder - Class in org.springframework.ldap.core
Helper class to encode and decode ldap names and values.
LdapOperations - Interface in org.springframework.ldap.core
Interface that specifies a basic set of LDAP operations.
LdapRdn - Class in org.springframework.ldap.core
Datatype for a LDAP name, a part of a path.
LdapRdn() - Constructor for class org.springframework.ldap.core.LdapRdn
Default constructor.
LdapRdn(String) - Constructor for class org.springframework.ldap.core.LdapRdn
Parse the supplied string and construct this instance accordingly.
LdapRdn(String, String) - Constructor for class org.springframework.ldap.core.LdapRdn
Construct an LdapRdn using the supplied key and value.
LdapRdnComponent - Class in org.springframework.ldap.core
Represents part of an LdapRdn.
LdapRdnComponent(String, String) - Constructor for class org.springframework.ldap.core.LdapRdnComponent
Constructs an LdapRdnComponent without decoding the value.
LdapRdnComponent(String, String, boolean) - Constructor for class org.springframework.ldap.core.LdapRdnComponent
Constructs an LdapRdnComponent, optionally decoding the value.
LdapReferralException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI LdapReferralException.
LdapReferralException(LdapReferralException) - Constructor for exception org.springframework.ldap.LdapReferralException
 
LdapTemplate - Class in org.springframework.ldap.core
Executes core LDAP functionality and helps to avoid common errors, relieving the user of the burden of looking up contexts, looping through NamingEnumerations and closing contexts.
LdapTemplate() - Constructor for class org.springframework.ldap.core.LdapTemplate
Constructor for bean usage.
LdapTemplate(ContextSource) - Constructor for class org.springframework.ldap.core.LdapTemplate
Constructor to setup instance directly.
LdapTemplate.MappingCollectingNameClassPairCallbackHandler - Class in org.springframework.ldap.core
A NameClassPairCallbackHandler that passes the NameClassPairs found to a NameClassPairMapper and collects the results in a list.
LdapTemplate.MappingCollectingNameClassPairCallbackHandler(NameClassPairMapper) - Constructor for class org.springframework.ldap.core.LdapTemplate.MappingCollectingNameClassPairCallbackHandler
 
LdapTransactionUtils - Class in org.springframework.ldap.transaction.compensating
Utility methods for working with LDAP transactions.
LdapUtils - Class in org.springframework.ldap.support
Generic utility methods for working with LDAP.
LessThanOrEqualsFilter - Class in org.springframework.ldap.filter
A filter to compare <=.
LessThanOrEqualsFilter(String, String) - Constructor for class org.springframework.ldap.filter.LessThanOrEqualsFilter
 
LessThanOrEqualsFilter(String, int) - Constructor for class org.springframework.ldap.filter.LessThanOrEqualsFilter
 
LikeFilter - Class in org.springframework.ldap.filter
This filter allows the user to specify wildcards (*) by not escaping them in the filter.
LikeFilter(String, String) - Constructor for class org.springframework.ldap.filter.LikeFilter
 
LimitExceededException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI LimitExceededException.
LimitExceededException(LimitExceededException) - Constructor for exception org.springframework.ldap.LimitExceededException
 
LinkException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI LinkException.
LinkException(LinkException) - Constructor for exception org.springframework.ldap.LinkException
 
LinkLoopException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI LinkLoopException.
LinkLoopException(LinkLoopException) - Constructor for exception org.springframework.ldap.LinkLoopException
 
list(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
 
list(String) - Method in class org.springframework.ldap.core.DirContextAdapter
 
list(String, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
Perform a non-recursive listing of the children of the given base.
list(Name, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
Perform a non-recursive listing of the children of the given base.
list(String, NameClassPairMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Perform a non-recursive listing of the children of the given base.
list(Name, NameClassPairMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Perform a non-recursive listing of the children of the given base.
list(String) - Method in interface org.springframework.ldap.core.LdapOperations
Perform a non-recursive listing of the children of the given base.
list(Name) - Method in interface org.springframework.ldap.core.LdapOperations
Perform a non-recursive listing of the children of the given base.
list(String, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
 
list(Name, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
 
list(String, NameClassPairMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
list(Name, NameClassPairMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
list(Name) - Method in class org.springframework.ldap.core.LdapTemplate
 
list(String) - Method in class org.springframework.ldap.core.LdapTemplate
 
listBindings(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
 
listBindings(String) - Method in class org.springframework.ldap.core.DirContextAdapter
 
listBindings(String, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
Perform a non-recursive listing of the children of the given base.
listBindings(Name, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
Perform a non-recursive listing of the children of the given base.
listBindings(String, NameClassPairMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Perform a non-recursive listing of the children of the given base.
listBindings(Name, NameClassPairMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Perform a non-recursive listing of the children of the given base.
listBindings(String) - Method in interface org.springframework.ldap.core.LdapOperations
Perform a non-recursive listing of children of the given base.
listBindings(Name) - Method in interface org.springframework.ldap.core.LdapOperations
Perform a non-recursive listing of children of the given base.
listBindings(String, ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Perform a non-recursive listing of the children of the given base.
listBindings(Name, ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Perform a non-recursive listing of the children of the given base.
listBindings(String, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
 
listBindings(Name, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
 
listBindings(String, NameClassPairMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
listBindings(Name, NameClassPairMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
listBindings(String) - Method in class org.springframework.ldap.core.LdapTemplate
 
listBindings(Name) - Method in class org.springframework.ldap.core.LdapTemplate
 
listBindings(String, ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
listBindings(Name, ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
ListComparator - Class in org.springframework.ldap.support
Comparator for comparing lists of Comparable objects.
ListComparator() - Constructor for class org.springframework.ldap.support.ListComparator
 
log - Variable in class org.springframework.ldap.control.AbstractRequestControlDirContextProcessor
 
lookup(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
 
lookup(String) - Method in class org.springframework.ldap.core.DirContextAdapter
 
lookup(Name) - Method in interface org.springframework.ldap.core.LdapOperations
Lookup the supplied DN and return the found object.
lookup(String) - Method in interface org.springframework.ldap.core.LdapOperations
Lookup the supplied DN and return the found object.
lookup(Name, AttributesMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Convenience method to get the attributes of a specified DN and automatically pass them to an AttributesMapper.
lookup(String, AttributesMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Convenience method to get the attributes of a specified DN and automatically pass them to an AttributesMapper.
lookup(Name, ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Convenience method to lookup a specified DN and automatically pass the found object to a ContextMapper.
lookup(String, ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Convenience method to lookup a specified DN and automatically pass the found object to a ContextMapper.
lookup(Name, String[], AttributesMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Convenience method to get the specified attributes of a specified DN and automatically pass them to an AttributesMapper.
lookup(String, String[], AttributesMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Convenience method to get the specified attributes of a specified DN and automatically pass them to an AttributesMapper.
lookup(Name, String[], ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Convenience method to get the specified attributes of a specified DN and automatically pass them to a ContextMapper.
lookup(String, String[], ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Convenience method to get the specified attributes of a specified DN and automatically pass them to a ContextMapper.
lookup(Name) - Method in class org.springframework.ldap.core.LdapTemplate
 
lookup(String) - Method in class org.springframework.ldap.core.LdapTemplate
 
lookup(Name, AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
lookup(String, AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
lookup(Name, ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
lookup(String, ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
lookup(Name, String[], AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
lookup(String, String[], AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
lookup(Name, String[], ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
lookup(String, String[], ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
lookupContext(Name) - Method in interface org.springframework.ldap.core.LdapOperations
Convenience method to lookup the supplied DN and automatically cast it to DirContextOperations.
lookupContext(String) - Method in interface org.springframework.ldap.core.LdapOperations
Convenience method to lookup the supplied DN and automatically cast it to DirContextOperations.
lookupContext(Name) - Method in class org.springframework.ldap.core.LdapTemplate
 
lookupContext(String) - Method in class org.springframework.ldap.core.LdapTemplate
 
lookupLink(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
 
lookupLink(String) - Method in class org.springframework.ldap.core.DirContextAdapter
 

M

MalformedLinkException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI MalformedLinkException.
MalformedLinkException(MalformedLinkException) - Constructor for exception org.springframework.ldap.MalformedLinkException
 
mapFromAttributes(Attributes) - Method in interface org.springframework.ldap.core.AttributesMapper
Map Attributes to an object.
mapFromContext(Object) - Method in interface org.springframework.ldap.core.ContextMapper
Map a single LDAP Context to an object.
mapFromContext(Object) - Method in class org.springframework.ldap.core.support.AbstractContextMapper
Map a single LDAP Context to an object.
mapFromNameClassPair(NameClassPair) - Method in class org.springframework.ldap.core.DefaultNameClassPairMapper
Gets the Name from the supplied NameClassPair and returns it as the result.
mapFromNameClassPair(NameClassPair) - Method in interface org.springframework.ldap.core.NameClassPairMapper
Map NameClassPair to an Object.
mapToContext(Object, Object) - Method in interface org.springframework.ldap.core.ContextAssembler
Map the supplied object to the specified context.
MODIFY_ATTRIBUTES_METHOD_NAME - Static variable in class org.springframework.ldap.transaction.compensating.LdapTransactionUtils
 
modifyAttributes(Name, int, Attributes) - Method in class org.springframework.ldap.core.DirContextAdapter
 
modifyAttributes(String, int, Attributes) - Method in class org.springframework.ldap.core.DirContextAdapter
 
modifyAttributes(Name, ModificationItem[]) - Method in class org.springframework.ldap.core.DirContextAdapter
 
modifyAttributes(String, ModificationItem[]) - Method in class org.springframework.ldap.core.DirContextAdapter
 
modifyAttributes(Name, ModificationItem[]) - Method in interface org.springframework.ldap.core.LdapOperations
Modify an entry in the LDAP tree using the supplied ModificationItems.
modifyAttributes(String, ModificationItem[]) - Method in interface org.springframework.ldap.core.LdapOperations
Modify an entry in the LDAP tree using the supplied ModificationItems.
modifyAttributes(DirContextOperations) - Method in interface org.springframework.ldap.core.LdapOperations
Modify the attributes of the entry referenced by the supplied DirContextOperations instance.
modifyAttributes(Name, ModificationItem[]) - Method in class org.springframework.ldap.core.LdapTemplate
 
modifyAttributes(String, ModificationItem[]) - Method in class org.springframework.ldap.core.LdapTemplate
 
modifyAttributes(DirContextOperations) - Method in class org.springframework.ldap.core.LdapTemplate
 
ModifyAttributesOperationExecutor - Class in org.springframework.ldap.transaction.compensating
A CompensatingTransactionOperationExecutor to manage a modifyAttributes operation.
ModifyAttributesOperationExecutor(LdapOperations, Name, ModificationItem[], ModificationItem[]) - Constructor for class org.springframework.ldap.transaction.compensating.ModifyAttributesOperationExecutor
Constructor.
ModifyAttributesOperationRecorder - Class in org.springframework.ldap.transaction.compensating
A CompensatingTransactionOperationRecorder keeping track of modifyAttributes operations, creating corresponding ModifyAttributesOperationExecutor instances for rollback.
ModifyAttributesOperationRecorder(LdapOperations) - Constructor for class org.springframework.ldap.transaction.compensating.ModifyAttributesOperationRecorder
 

N

NameAlreadyBoundException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI NameAlreadyBoundException.
NameAlreadyBoundException(NameAlreadyBoundException) - Constructor for exception org.springframework.ldap.NameAlreadyBoundException
 
NameClassPairCallbackHandler - Interface in org.springframework.ldap.core
Callback interface used by LdapTemplate search, list and listBindings methods.
NameClassPairMapper - Interface in org.springframework.ldap.core
Responsible for mapping NameClassPair objects to beans.
nameDecode(String) - Static method in class org.springframework.ldap.core.LdapEncoder
Decodes a value.
nameEncode(String) - Static method in class org.springframework.ldap.core.LdapEncoder
LDAP Encodes a value for use with a DN.
NameNotFoundException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI NameNotFoundException.
NameNotFoundException(String) - Constructor for exception org.springframework.ldap.NameNotFoundException
 
NameNotFoundException(NameNotFoundException) - Constructor for exception org.springframework.ldap.NameNotFoundException
 
NamingException - Exception in org.springframework.ldap
Base class for exception thrown by the framework whenever it encounters a problem related to LDAP.
NamingException(String) - Constructor for exception org.springframework.ldap.NamingException
Constructor that takes a message.
NamingException(String, Throwable) - Constructor for exception org.springframework.ldap.NamingException
Constructor that allows a message and a root cause.
NamingException(Throwable) - Constructor for exception org.springframework.ldap.NamingException
Constructor that allows a plain root cause, intended for subclasses mirroring corresponding javax.naming exceptions.
NamingSecurityException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI NamingSecurityException.
NamingSecurityException(NamingSecurityException) - Constructor for exception org.springframework.ldap.NamingSecurityException
 
NoInitialContextException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI NoInitialContextException.
NoInitialContextException(NoInitialContextException) - Constructor for exception org.springframework.ldap.NoInitialContextException
 
NoPermissionException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI NoPermissionException.
NoPermissionException(NoPermissionException) - Constructor for exception org.springframework.ldap.NoPermissionException
 
NoSuchAttributeException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI NoSuchAttributeException.
NoSuchAttributeException(NoSuchAttributeException) - Constructor for exception org.springframework.ldap.NoSuchAttributeException
 
NotContextException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI NotContextException.
NotContextException(NotContextException) - Constructor for exception org.springframework.ldap.NotContextException
 
NotFilter - Class in org.springframework.ldap.filter
A filter for 'not'.
NotFilter(Filter) - Constructor for class org.springframework.ldap.filter.NotFilter
Create a filter that negates the outcome of the given filter.
NullOperationExecutor - Class in org.springframework.ldap.transaction.compensating
A CompensatingTransactionOperationExecutor that performs nothing.
NullOperationExecutor() - Constructor for class org.springframework.ldap.transaction.compensating.NullOperationExecutor
 
NullOperationRecorder - Class in org.springframework.ldap.transaction.compensating
A CompensatingTransactionOperationRecorder performing nothing, returning a NullOperationExecutor regardless of the input.
NullOperationRecorder() - Constructor for class org.springframework.ldap.transaction.compensating.NullOperationRecorder
 

O

ObjectRetrievalException - Exception in org.springframework.ldap.core
Thrown by a ContextMapperCallbackHandler when it cannot retrieve an object from the given Binding.
ObjectRetrievalException(String) - Constructor for exception org.springframework.ldap.core.ObjectRetrievalException
Create a new ObjectRetrievalException.
ObjectRetrievalException(String, Throwable) - Constructor for exception org.springframework.ldap.core.ObjectRetrievalException
Create a new ObjectRetrievalException.
OperationNotSupportedException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI OperationNotSupportedException.
OperationNotSupportedException(OperationNotSupportedException) - Constructor for exception org.springframework.ldap.OperationNotSupportedException
 
or(Filter) - Method in class org.springframework.ldap.filter.OrFilter
Add a query to the OR expression
OrFilter - Class in org.springframework.ldap.filter
Filter for logical OR.
OrFilter() - Constructor for class org.springframework.ldap.filter.OrFilter
 
org.springframework.ldap - package org.springframework.ldap
Base package of Spring LDAP, containing an unchecked mirror of the JNDI NamingException hierarchy.
org.springframework.ldap.authentication - package org.springframework.ldap.authentication
Support classes for custom authentication.
org.springframework.ldap.control - package org.springframework.ldap.control
Support classes for custom request control context processors.
org.springframework.ldap.core - package org.springframework.ldap.core
Core package of the JNDI/LDAP support.
org.springframework.ldap.core.support - package org.springframework.ldap.core.support
 
org.springframework.ldap.filter - package org.springframework.ldap.filter
Utility classes for dynamically building LDAP filters.
org.springframework.ldap.support - package org.springframework.ldap.support
Support classes for Spring-LDAP.
org.springframework.ldap.transaction.compensating - package org.springframework.ldap.transaction.compensating
LDAP specific implementations of the Compensating Transaction interfaces.
org.springframework.ldap.transaction.compensating.manager - package org.springframework.ldap.transaction.compensating.manager
The core implementation classes for client-side LDAP transactions.
org.springframework.ldap.transaction.compensating.support - package org.springframework.ldap.transaction.compensating.support
Useful helper implementations for client side Compensating LDAP Transactions.
org.springframework.transaction.compensating - package org.springframework.transaction.compensating
Interface definitions for a general Compensating Transaction framework based on PlatformTransactionManager.
org.springframework.transaction.compensating.support - package org.springframework.transaction.compensating.support
Support package for general Compensating Transaction Framework.

P

PagedResult - Class in org.springframework.ldap.control
Bean to encapsulate a result List and a PagedResultsCookie to use for returning the results when using PagedResultsRequestControl.
PagedResult(List, PagedResultsCookie) - Constructor for class org.springframework.ldap.control.PagedResult
Constructs a PagedResults using the supplied List and PagedResultsCookie.
PagedResultsCookie - Class in org.springframework.ldap.control
Wrapper class for the cookie returned when using the PagedResultsControl.
PagedResultsCookie(byte[]) - Constructor for class org.springframework.ldap.control.PagedResultsCookie
Constructor.
PagedResultsRequestControl - Class in org.springframework.ldap.control
DirContextProcessor implementation for managing the paged results control.
PagedResultsRequestControl(int) - Constructor for class org.springframework.ldap.control.PagedResultsRequestControl
Constructs a new instance.
PagedResultsRequestControl(int, PagedResultsCookie) - Constructor for class org.springframework.ldap.control.PagedResultsRequestControl
Constructs a new instance with the supplied page size and cookie.
parse(String) - Method in class org.springframework.ldap.core.DistinguishedName
Parse the supplied String and make this instance represent the corresponding distinguished name.
PartialResultException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI PartialResultException.
PartialResultException(PartialResultException) - Constructor for exception org.springframework.ldap.PartialResultException
 
password - Variable in class org.springframework.ldap.core.support.AbstractContextSource
 
performOperation() - Method in class org.springframework.ldap.transaction.compensating.BindOperationExecutor
 
performOperation() - Method in class org.springframework.ldap.transaction.compensating.ModifyAttributesOperationExecutor
 
performOperation() - Method in class org.springframework.ldap.transaction.compensating.NullOperationExecutor
 
performOperation() - Method in class org.springframework.ldap.transaction.compensating.RebindOperationExecutor
 
performOperation() - Method in class org.springframework.ldap.transaction.compensating.RenameOperationExecutor
 
performOperation() - Method in class org.springframework.ldap.transaction.compensating.UnbindOperationExecutor
 
performOperation() - Method in interface org.springframework.transaction.compensating.CompensatingTransactionOperationExecutor
Perform the operation.
performOperation(Object, String, Object[]) - Method in interface org.springframework.transaction.compensating.CompensatingTransactionOperationManager
Indicates that the supplied operation (method name) is to be performed.
performOperation(Object, Object, Method, Object[]) - Static method in class org.springframework.transaction.compensating.support.CompensatingTransactionUtils
Perform the specified operation, storing the state prior to the operation in order to enable commit/rollback later.
performOperation(Object, String, Object[]) - Method in class org.springframework.transaction.compensating.support.DefaultCompensatingTransactionOperationManager
 
postProcess(DirContext) - Method in class org.springframework.ldap.control.PagedResultsRequestControl
 
postProcess(DirContext) - Method in class org.springframework.ldap.control.SortControlDirContextProcessor
 
postProcess(DirContext) - Method in interface org.springframework.ldap.core.DirContextProcessor
Perform post-processing on the supplied DirContext.
postProcess(DirContext) - Method in class org.springframework.ldap.core.support.AggregateDirContextProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.ldap.core.support.BaseLdapPathBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.ldap.core.support.BaseLdapPathBeanPostProcessor
 
prepend(DistinguishedName) - Method in class org.springframework.ldap.core.DistinguishedName
Add an LDAP path first in this DistinguishedName.
preProcess(DirContext) - Method in class org.springframework.ldap.control.AbstractRequestControlDirContextProcessor
Get the existing RequestControls from the LdapContext, call AbstractRequestControlDirContextProcessor.createRequestControl() to get a new instance, build a new array of Controls and set it on the LdapContext.
preProcess(DirContext) - Method in interface org.springframework.ldap.core.DirContextProcessor
Perform pre-processing on the supplied DirContext.
preProcess(DirContext) - Method in class org.springframework.ldap.core.support.AggregateDirContextProcessor
 

Q

queryList - Variable in class org.springframework.ldap.filter.BinaryLogicalFilter
 

R

rdn() - Method in interface org.springframework.ldap.core.DnParser
Parse a Relative Distinguished Name.
rebind(Name, Object, Attributes) - Method in class org.springframework.ldap.core.DirContextAdapter
 
rebind(String, Object, Attributes) - Method in class org.springframework.ldap.core.DirContextAdapter
 
rebind(Name, Object) - Method in class org.springframework.ldap.core.DirContextAdapter
 
rebind(String, Object) - Method in class org.springframework.ldap.core.DirContextAdapter
 
rebind(Name, Object, Attributes) - Method in interface org.springframework.ldap.core.LdapOperations
Remove an entry and replace it with a new one.
rebind(String, Object, Attributes) - Method in interface org.springframework.ldap.core.LdapOperations
Remove an entry and replace it with a new one.
rebind(Name, Object, Attributes) - Method in class org.springframework.ldap.core.LdapTemplate
 
rebind(String, Object, Attributes) - Method in class org.springframework.ldap.core.LdapTemplate
 
REBIND_METHOD_NAME - Static variable in class org.springframework.ldap.transaction.compensating.LdapTransactionUtils
 
RebindOperationExecutor - Class in org.springframework.ldap.transaction.compensating
A CompensatingTransactionOperationExecutor to manage a rebind operation.
RebindOperationExecutor(LdapOperations, Name, Name, Object, Attributes) - Constructor for class org.springframework.ldap.transaction.compensating.RebindOperationExecutor
Constructor.
RebindOperationRecorder - Class in org.springframework.ldap.transaction.compensating
A CompensatingTransactionOperationRecorder keeping track of a rebind operation.
RebindOperationRecorder(LdapOperations, TempEntryRenamingStrategy) - Constructor for class org.springframework.ldap.transaction.compensating.RebindOperationRecorder
Constructor.
recordOperation(Object[]) - Method in class org.springframework.ldap.transaction.compensating.BindOperationRecorder
 
recordOperation(Object[]) - Method in class org.springframework.ldap.transaction.compensating.ModifyAttributesOperationRecorder
 
recordOperation(Object[]) - Method in class org.springframework.ldap.transaction.compensating.NullOperationRecorder
 
recordOperation(Object[]) - Method in class org.springframework.ldap.transaction.compensating.RebindOperationRecorder
 
recordOperation(Object[]) - Method in class org.springframework.ldap.transaction.compensating.RenameOperationRecorder
 
recordOperation(Object[]) - Method in class org.springframework.ldap.transaction.compensating.UnbindOperationRecorder
 
recordOperation(Object[]) - Method in interface org.springframework.transaction.compensating.CompensatingTransactionOperationRecorder
Record information about the operation performed and return a corresponding CompensatingTransactionOperationExecutor to be used if the operation would need to be rolled back.
ReferralException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI ReferralException.
ReferralException(ReferralException) - Constructor for exception org.springframework.ldap.ReferralException
 
remove(int) - Method in class org.springframework.ldap.core.DistinguishedName
 
removeAttributeValue(String, Object) - Method in class org.springframework.ldap.core.DirContextAdapter
 
removeAttributeValue(String, Object) - Method in interface org.springframework.ldap.core.DirContextOperations
Remove a value from the Attribute with the specified name.
removeFirst() - Method in class org.springframework.ldap.core.DistinguishedName
Remove the first part of this DistinguishedName.
removeFirst(Name) - Method in class org.springframework.ldap.core.DistinguishedName
Remove the supplied path from the beginning of this DistinguishedName if this instance starts with path.
removeFromEnvironment(String) - Method in class org.springframework.ldap.core.DirContextAdapter
 
removeLast() - Method in class org.springframework.ldap.core.DistinguishedName
Remove the last part of this DistinguishedName.
rename(Name, Name) - Method in class org.springframework.ldap.core.DirContextAdapter
 
rename(String, String) - Method in class org.springframework.ldap.core.DirContextAdapter
 
rename(Name, Name) - Method in interface org.springframework.ldap.core.LdapOperations
Move an entry in the LDAP tree to a new location.
rename(String, String) - Method in interface org.springframework.ldap.core.LdapOperations
Move an entry in the LDAP tree to a new location.
rename(Name, Name) - Method in class org.springframework.ldap.core.LdapTemplate
 
rename(String, String) - Method in class org.springframework.ldap.core.LdapTemplate
 
RENAME_METHOD_NAME - Static variable in class org.springframework.ldap.transaction.compensating.LdapTransactionUtils
 
RenameOperationExecutor - Class in org.springframework.ldap.transaction.compensating
A CompensatingTransactionOperationExecutor to manage a rename operation.
RenameOperationExecutor(LdapOperations, Name, Name) - Constructor for class org.springframework.ldap.transaction.compensating.RenameOperationExecutor
Constructor.
RenameOperationRecorder - Class in org.springframework.ldap.transaction.compensating
A CompensatingTransactionOperationRecorder for keeping track of rename operations.
RenameOperationRecorder(LdapOperations) - Constructor for class org.springframework.ldap.transaction.compensating.RenameOperationRecorder
Constructor.
rollback() - Method in class org.springframework.ldap.transaction.compensating.BindOperationExecutor
 
rollback() - Method in class org.springframework.ldap.transaction.compensating.ModifyAttributesOperationExecutor
 
rollback() - Method in class org.springframework.ldap.transaction.compensating.NullOperationExecutor
 
rollback() - Method in class org.springframework.ldap.transaction.compensating.RebindOperationExecutor
 
rollback() - Method in class org.springframework.ldap.transaction.compensating.RenameOperationExecutor
 
rollback() - Method in class org.springframework.ldap.transaction.compensating.UnbindOperationExecutor
 
rollback() - Method in interface org.springframework.transaction.compensating.CompensatingTransactionOperationExecutor
Rollback the operation, restoring state of the target as it was before the operation was performed using the information supplied on creation of this instance.
rollback() - Method in interface org.springframework.transaction.compensating.CompensatingTransactionOperationManager
Rollback all recorded operations by performing each of the recorded rollback operations.
rollback() - Method in class org.springframework.transaction.compensating.support.DefaultCompensatingTransactionOperationManager
 

S

SchemaViolationException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI SchemaViolationException.
SchemaViolationException(SchemaViolationException) - Constructor for exception org.springframework.ldap.SchemaViolationException
 
search(Name, Attributes, String[]) - Method in class org.springframework.ldap.core.DirContextAdapter
 
search(String, Attributes, String[]) - Method in class org.springframework.ldap.core.DirContextAdapter
 
search(Name, Attributes) - Method in class org.springframework.ldap.core.DirContextAdapter
 
search(String, Attributes) - Method in class org.springframework.ldap.core.DirContextAdapter
 
search(Name, String, SearchControls) - Method in class org.springframework.ldap.core.DirContextAdapter
 
search(String, String, SearchControls) - Method in class org.springframework.ldap.core.DirContextAdapter
 
search(Name, String, Object[], SearchControls) - Method in class org.springframework.ldap.core.DirContextAdapter
 
search(String, String, Object[], SearchControls) - Method in class org.springframework.ldap.core.DirContextAdapter
 
search(SearchExecutor, NameClassPairCallbackHandler, DirContextProcessor) - Method in interface org.springframework.ldap.core.LdapOperations
Perform a search using a particular SearchExecutor and context processor.
search(SearchExecutor, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
Perform a search using a particular SearchExecutor.
search(Name, String, SearchControls, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, SearchControls, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, SearchControls, NameClassPairCallbackHandler, DirContextProcessor) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, SearchControls, AttributesMapper, DirContextProcessor) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, SearchControls, AttributesMapper, DirContextProcessor) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, SearchControls, ContextMapper, DirContextProcessor) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, SearchControls, ContextMapper, DirContextProcessor) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, SearchControls, NameClassPairCallbackHandler, DirContextProcessor) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, int, boolean, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, int, boolean, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, int, String[], AttributesMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, int, String[], AttributesMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, int, AttributesMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, int, AttributesMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, AttributesMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, AttributesMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, int, String[], ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, int, String[], ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, int, ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, int, ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, SearchControls, ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, SearchControls, ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, SearchControls, AttributesMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, SearchControls, AttributesMapper) - Method in interface org.springframework.ldap.core.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, int, boolean, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
 
search(String, String, int, boolean, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
 
search(Name, String, SearchControls, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
 
search(String, String, SearchControls, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
 
search(Name, String, SearchControls, NameClassPairCallbackHandler, DirContextProcessor) - Method in class org.springframework.ldap.core.LdapTemplate
 
search(String, String, SearchControls, NameClassPairCallbackHandler, DirContextProcessor) - Method in class org.springframework.ldap.core.LdapTemplate
 
search(SearchExecutor, NameClassPairCallbackHandler, DirContextProcessor) - Method in class org.springframework.ldap.core.LdapTemplate
Perform a search operation, such as a search(), list() or listBindings().
search(SearchExecutor, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
Perform a search operation, such as a search(), list() or listBindings().
search(Name, String, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
 
search(String, String, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
 
search(Name, String, int, String[], AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
search(String, String, int, String[], AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
search(Name, String, int, AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
search(String, String, int, AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
search(Name, String, AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
search(String, String, AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
search(Name, String, int, String[], ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
search(String, String, int, String[], ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
search(Name, String, int, ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
search(String, String, int, ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
search(Name, String, ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
search(String, String, ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
search(String, String, SearchControls, ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
search(Name, String, SearchControls, ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
search(Name, String, SearchControls, AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
search(String, String, SearchControls, AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
 
search(String, String, SearchControls, AttributesMapper, DirContextProcessor) - Method in class org.springframework.ldap.core.LdapTemplate
 
search(Name, String, SearchControls, AttributesMapper, DirContextProcessor) - Method in class org.springframework.ldap.core.LdapTemplate
 
search(String, String, SearchControls, ContextMapper, DirContextProcessor) - Method in class org.springframework.ldap.core.LdapTemplate
 
search(Name, String, SearchControls, ContextMapper, DirContextProcessor) - Method in class org.springframework.ldap.core.LdapTemplate
 
SearchExecutor - Interface in org.springframework.ldap.core
Interface for delegating an actual search operation.
ServiceUnavailableException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI ServiceUnavailableException.
ServiceUnavailableException(ServiceUnavailableException) - Constructor for exception org.springframework.ldap.ServiceUnavailableException
 
setAnonymousReadOnly(boolean) - Method in class org.springframework.ldap.core.support.AbstractContextSource
Set whether an anonymous environment should be used for read-only operations.
setApplicationContext(ApplicationContext) - Method in class org.springframework.ldap.core.support.BaseLdapPathBeanPostProcessor
 
setAsText(String) - Method in class org.springframework.ldap.core.DistinguishedNameEditor
 
setAttribute(Attribute) - Method in class org.springframework.ldap.core.DirContextAdapter
Set the supplied attribute.
setAttributeValue(String, Object) - Method in class org.springframework.ldap.core.DirContextAdapter
 
setAttributeValue(String, Object) - Method in interface org.springframework.ldap.core.DirContextOperations
Set the with the name name to the value.
setAttributeValues(String, Object[]) - Method in class org.springframework.ldap.core.DirContextAdapter
 
setAttributeValues(String, Object[], boolean) - Method in class org.springframework.ldap.core.DirContextAdapter
 
setAttributeValues(String, Object[]) - Method in interface org.springframework.ldap.core.DirContextOperations
Sets a multivalue attribute, disregarding the order of the values.
setAttributeValues(String, Object[], boolean) - Method in interface org.springframework.ldap.core.DirContextOperations
Sets a multivalue attribute.
setAuthenticationSource(AuthenticationSource) - Method in class org.springframework.ldap.core.support.AbstractContextSource
Set the authentication source to use when retrieving user principal and credentials.
setBase(String) - Method in class org.springframework.ldap.core.support.AbstractContextSource
Set the base suffix from which all operations should origin.
setBaseEnvironmentProperties(Map) - Method in class org.springframework.ldap.core.support.AbstractContextSource
If any custom environment properties are needed, these can be set using this method.
setBaseLdapPath(DistinguishedName) - Method in interface org.springframework.ldap.core.support.BaseLdapPathAware
Set the base LDAP path specified in the current ApplicationContext.
setBaseLdapPathSourceName(String) - Method in class org.springframework.ldap.core.support.BaseLdapPathBeanPostProcessor
Set the name of the ContextSource bean to use for getting the base path.
setBasePath(DistinguishedName) - Method in class org.springframework.ldap.core.support.BaseLdapPathBeanPostProcessor
Set the base path to be injected in all BaseLdapPathAware beans.
setCacheEnvironmentProperties(boolean) - Method in class org.springframework.ldap.core.support.AbstractContextSource
Set whether environment properties should be cached between requsts for anonymous environment.
setContextFactory(Class) - Method in class org.springframework.ldap.core.support.AbstractContextSource
Set the context factory.
setContextSource(ContextSource) - Method in class org.springframework.ldap.core.LdapTemplate
Set the ContextSource.
setContextSource(ContextSource) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
 
setContextSource(ContextSource) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
Set the ContextSource.
setContextSource(ContextSource) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManagerDelegate
Set the ContextSource to work on.
setCtx(DirContext) - Method in class org.springframework.ldap.transaction.compensating.manager.DirContextHolder
Set the DirContext associated with the current transaction.
setDefaultPassword(String) - Method in class org.springframework.ldap.authentication.DefaultValuesAuthenticationSourceDecorator
Set the password of the default user.
setDefaultUser(String) - Method in class org.springframework.ldap.authentication.DefaultValuesAuthenticationSourceDecorator
Set the default user DN.
setDirContextProcessors(List) - Method in class org.springframework.ldap.core.support.AggregateDirContextProcessor
Set the list of managed DirContextProcessor instances.
setDirObjectFactory(Class) - Method in class org.springframework.ldap.core.support.AbstractContextSource
Set the DirObjectFactory to use.
setDn(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
 
setDn(Name) - Method in interface org.springframework.ldap.core.DirContextOperations
Set the dn of this entry.
setHolder(CompensatingTransactionHolderSupport) - Method in class org.springframework.transaction.compensating.support.CompensatingTransactionObject
Set the CompensatingTransactionHolderSupport associated with the current transaction.
setIgnorePartialResultException(boolean) - Method in class org.springframework.ldap.core.LdapTemplate
Specify whether PartialResultException should be ignored in searches.
setKey(String) - Method in class org.springframework.ldap.core.LdapRdnComponent
Set the key (Attribute name) of this component.
setPassword(String) - Method in class org.springframework.ldap.core.support.AbstractContextSource
Set the password (credentials) to use for getting authenticated contexts.
setPooled(boolean) - Method in class org.springframework.ldap.core.support.AbstractContextSource
Set whether the pooling flag should be set.
setRenamingStrategy(TempEntryRenamingStrategy) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
 
setRenamingStrategy(TempEntryRenamingStrategy) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
Set the TempEntryRenamingStrategy.
setRenamingStrategy(TempEntryRenamingStrategy) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManagerDelegate
Set the TempEntryRenamingStrategy to be used when renaming temporary entries in unbind and rebind operations.
setResponseControlClass(Class) - Method in class org.springframework.ldap.control.PagedResultsRequestControl
Set the class of the expected ResponseControl for the paged results response.
setResponseControlClass(Class) - Method in class org.springframework.ldap.control.SortControlDirContextProcessor
Set the class of the expected ResponseControl for the sorted result response.
setResponseControlFactory(Class) - Method in class org.springframework.ldap.core.support.LdapContextSource
Set the ResponseControlFactory to use.
setSortKey(String) - Method in class org.springframework.ldap.control.SortControlDirContextProcessor
Set the sort key, i.e.
setSubtreeNode(Name) - Method in class org.springframework.ldap.transaction.compensating.support.DifferentSubtreeTempEntryRenamingStrategy
 
setTarget(AuthenticationSource) - Method in class org.springframework.ldap.authentication.DefaultValuesAuthenticationSourceDecorator
Set the target AuthenticationSource.
setTempSuffix(String) - Method in class org.springframework.ldap.transaction.compensating.support.DefaultTempEntryRenamingStrategy
Set the suffix to use for renaming temporary entries.
setTransactionOperationManager(CompensatingTransactionOperationManager) - Method in class org.springframework.transaction.compensating.support.CompensatingTransactionHolderSupport
Set the CompensatingTransactionOperationManager.
setupAuthenticatedEnvironment(Hashtable) - Method in class org.springframework.ldap.core.support.AbstractContextSource
Default implementation of setting the environment up to be authenticated.
setUpdateMode(boolean) - Method in class org.springframework.ldap.core.DirContextAdapter
Sets the update mode.
setUrl(String) - Method in class org.springframework.ldap.core.support.AbstractContextSource
Set the url of the LDAP server.
setUrls(String[]) - Method in class org.springframework.ldap.core.support.AbstractContextSource
Set the urls of the LDAP servers.
setUserDn(String) - Method in class org.springframework.ldap.core.support.AbstractContextSource
Set the user distinguished name (principal) to use for getting authenticated contexts.
setUserName(String) - Method in class org.springframework.ldap.core.support.AbstractContextSource
Deprecated. Use AbstractContextSource.setUserDn(String) instead.
setValue(String) - Method in class org.springframework.ldap.core.LdapRdnComponent
Set the (Attribute) value of this component.
size() - Method in class org.springframework.ldap.core.DistinguishedName
 
SizeLimitExceededException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI SizeLimitExceededException.
SizeLimitExceededException(SizeLimitExceededException) - Constructor for exception org.springframework.ldap.SizeLimitExceededException
 
SortControlDirContextProcessor - Class in org.springframework.ldap.control
DirContextProcessor implementation for managing the SortControl.
SortControlDirContextProcessor(String) - Constructor for class org.springframework.ldap.control.SortControlDirContextProcessor
Constructs a new instance using the supplied sort key.
startsWith(Name) - Method in class org.springframework.ldap.core.DistinguishedName
 
SUN_LDAP_POOLING_FLAG - Static variable in class org.springframework.ldap.core.support.AbstractContextSource
 

T

TempEntryRenamingStrategy - Interface in org.springframework.ldap.transaction.compensating
Interface for different strategies to rename temporary entries for unbind and rebind operations.
TimeLimitExceededException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI TimeLimitExceededException.
TimeLimitExceededException(TimeLimitExceededException) - Constructor for exception org.springframework.ldap.TimeLimitExceededException
 
toString() - Method in class org.springframework.ldap.core.DirContextAdapter
 
toString() - Method in class org.springframework.ldap.core.DistinguishedName
Get the String representation of this DistinguishedName.
toString() - Method in class org.springframework.ldap.core.LdapRdn
 
toString() - Method in class org.springframework.ldap.core.LdapRdnComponent
 
toString() - Method in class org.springframework.ldap.filter.AbstractFilter
 
toTwoCharHex(char) - Static method in class org.springframework.ldap.core.LdapEncoder
 
toUrl() - Method in class org.springframework.ldap.core.DistinguishedName
Builds a complete LDAP path, ldap and url encoded.
TransactionAwareContextSourceProxy - Class in org.springframework.ldap.transaction.compensating.manager
A proxy for ContextSource to make sure that the returned DirContext objects are aware of the surrounding transactions.
TransactionAwareContextSourceProxy(ContextSource) - Constructor for class org.springframework.ldap.transaction.compensating.manager.TransactionAwareContextSourceProxy
Constructor.
TransactionAwareDirContextInvocationHandler - Class in org.springframework.ldap.transaction.compensating.manager
Proxy implementation for DirContext, making sure that the instance is not closed during a transaction, and that all modifying operations are recorded, storing compensating rollback operations for them.
TransactionAwareDirContextInvocationHandler(DirContext, ContextSource) - Constructor for class org.springframework.ldap.transaction.compensating.manager.TransactionAwareDirContextInvocationHandler
Constructor.

U

unbind(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
 
unbind(String) - Method in class org.springframework.ldap.core.DirContextAdapter
 
unbind(Name) - Method in interface org.springframework.ldap.core.LdapOperations
Remove an entry from the LDAP tree.
unbind(String) - Method in interface org.springframework.ldap.core.LdapOperations
Remove an entry from the LDAP tree.
unbind(Name, boolean) - Method in interface org.springframework.ldap.core.LdapOperations
Remove an entry from the LDAP tree, optionally removing all descendants in the process.
unbind(String, boolean) - Method in interface org.springframework.ldap.core.LdapOperations
Remove an entry from the LDAP tree, optionally removing all descendants in the process.
unbind(Name) - Method in class org.springframework.ldap.core.LdapTemplate
 
unbind(String) - Method in class org.springframework.ldap.core.LdapTemplate
 
unbind(Name, boolean) - Method in class org.springframework.ldap.core.LdapTemplate
 
unbind(String, boolean) - Method in class org.springframework.ldap.core.LdapTemplate
 
UNBIND_METHOD_NAME - Static variable in class org.springframework.ldap.transaction.compensating.LdapTransactionUtils
 
UnbindOperationExecutor - Class in org.springframework.ldap.transaction.compensating
A CompensatingTransactionOperationExecutor to manage an unbind operation.
UnbindOperationExecutor(LdapOperations, Name, Name) - Constructor for class org.springframework.ldap.transaction.compensating.UnbindOperationExecutor
Constructor.
UnbindOperationRecorder - Class in org.springframework.ldap.transaction.compensating
CompensatingTransactionOperationRecorder to keep track of unbind operations.
UnbindOperationRecorder(LdapOperations, TempEntryRenamingStrategy) - Constructor for class org.springframework.ldap.transaction.compensating.UnbindOperationRecorder
Constructor.
UncategorizedLdapException - Exception in org.springframework.ldap
NamingException to be thrown when no other matching subclass is found.
UncategorizedLdapException(String) - Constructor for exception org.springframework.ldap.UncategorizedLdapException
 
UncategorizedLdapException(String, Throwable) - Constructor for exception org.springframework.ldap.UncategorizedLdapException
 
UncategorizedLdapException(Throwable) - Constructor for exception org.springframework.ldap.UncategorizedLdapException
 
update() - Method in class org.springframework.ldap.core.DirContextAdapter
 
update() - Method in interface org.springframework.ldap.core.DirContextOperations
Update the attributes.This will mean that the getters (getStringAttribute methods) will return the updated values, and the modifications will be forgotten (i.e.
userDn - Variable in class org.springframework.ldap.core.support.AbstractContextSource
 

W

WhitespaceWildcardsFilter - Class in org.springframework.ldap.filter
This filter automatically converts all whitespace to wildcards (*).
WhitespaceWildcardsFilter(String, String) - Constructor for class org.springframework.ldap.filter.WhitespaceWildcardsFilter
 

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

Copyright � 2002-2006. All Rights Reserved.