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

C

canConvert(Class<?>, String, Class<?>) - Method in interface org.springframework.ldap.odm.typeconversion.ConverterManager
Determine whether this converter manager is able to carry out a specified conversion.
canConvert(Class<?>, String, Class<?>) - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerImpl
 
CannotProceedException - Exception in org.springframework.ldap
Runtime exception mirroring the JNDI CannotProceedException.
CannotProceedException(CannotProceedException) - Constructor for exception org.springframework.ldap.CannotProceedException
 
cleanAndSetup(ContextSource, DistinguishedName, Resource) - Static method in class org.springframework.ldap.test.LdapTestUtils
 
clear() - Method in class org.springframework.transaction.compensating.support.CompensatingTransactionHolderSupport
 
clearOptions() - Method in class org.springframework.ldap.core.LdapAttribute
Clears all stored options.
clearSubContexts(ContextSource, Name) - Static method in class org.springframework.ldap.test.LdapTestUtils
Clear the directory sub-tree starting with the node represented by the supplied distinguished name.
clearSubContexts(DirContext, Name) - Static method in class org.springframework.ldap.test.LdapTestUtils
Clear the directory sub-tree starting with the node represented by the supplied distinguished name.
clone() - Method in class org.springframework.ldap.core.DistinguishedName
 
close() - Method in class org.springframework.ldap.core.DirContextAdapter
 
close() - Method in class org.springframework.ldap.ldif.parser.LdifParser
 
close() - Method in interface org.springframework.ldap.ldif.parser.Parser
Closes the resource after parsing.
close() - Method in class org.springframework.ldap.pool.DelegatingContext
 
close() - Method in class org.springframework.ldap.pool.DelegatingDirContext
 
close() - Method in class org.springframework.ldap.pool.DelegatingLdapContext
 
close() - Method in class org.springframework.ldap.test.DummyDirContext
 
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.
collectAttributeValues(Attributes, String, Collection) - Static method in class org.springframework.ldap.support.LdapUtils
Collect all the values of a the specified attribute from the supplied Attributes.
CollectingAuthenticationErrorCallback - Class in org.springframework.ldap.core.support
Convenience implementation of AuthenticationErrorCallback that stores the given exception and provides a method for retrieving it.
CollectingAuthenticationErrorCallback() - Constructor for class org.springframework.ldap.core.support.CollectingAuthenticationErrorCallback
 
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
 
column - Variable in class org.springframework.ldap.core.SimpleCharStream
 
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
 
composeName(Name, Name) - Method in class org.springframework.ldap.pool.DelegatingContext
 
composeName(String, String) - Method in class org.springframework.ldap.pool.DelegatingContext
 
composeName(Name, Name) - Method in class org.springframework.ldap.test.DummyDirContext
 
composeName(String, String) - Method in class org.springframework.ldap.test.DummyDirContext
 
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.
contains(String) - Method in class org.springframework.ldap.core.LdapAttribute
Checks for existence of a particular option on the set.
containsAll(Collection<String>) - Method in class org.springframework.ldap.core.LdapAttribute
Checks for existence of a series of options on the set.
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.
ContextMapperCallbackHandlerWithControls - Class in org.springframework.ldap.core.simple
Currently only per request controls can be inspected via the post process method on a context processor.
ContextMapperCallbackHandlerWithControls(ParameterizedContextMapperWithControls<?>) - Constructor for class org.springframework.ldap.core.simple.ContextMapperCallbackHandlerWithControls
 
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
A ContextSource is responsible for configuring and creating DirContext instances.
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
 
ContextSourceAndHibernateTransactionManager - Class in org.springframework.ldap.transaction.compensating.manager
A Transaction Manager to manage LDAP and Hibernate 3 operations within the same transaction.
ContextSourceAndHibernateTransactionManager() - Constructor for class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
 
ContextSourceEc2InstanceLaunchingFactoryBean - Class in org.springframework.ldap.test
FactoryBean to create a ContextSource using the EC2 instance created by superclass.
ContextSourceEc2InstanceLaunchingFactoryBean() - Constructor for class org.springframework.ldap.test.ContextSourceEc2InstanceLaunchingFactoryBean
 
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
 
convert(Object, String, Class<T>) - Method in interface org.springframework.ldap.odm.typeconversion.ConverterManager
Convert a given source object with an optional LDAP syntax to an instance of a given class.
convert(Object, Class<T>) - Method in interface org.springframework.ldap.odm.typeconversion.impl.Converter
Attempt to convert a given object to a named class.
convert(Object, String, Class<T>) - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerImpl
 
convert(Object, Class<T>) - Method in class org.springframework.ldap.odm.typeconversion.impl.converters.FromStringConverter
 
convert(Object, Class<T>) - Method in class org.springframework.ldap.odm.typeconversion.impl.converters.ToStringConverter
 
convertBinarySidToString(byte[]) - Static method in class org.springframework.ldap.support.LdapUtils
Converts a binary SID to its String representation, according to the algorithm described here.
convertCompositeNameToString(CompositeName) - Static method in class org.springframework.ldap.support.LdapUtils
Converts a CompositeName to a String in a way that avoids escaping problems, such as the dreaded "triple backslash" problem.
Converter - Interface in org.springframework.ldap.odm.typeconversion.impl
Interface specifying the conversion between two classes
ConverterException - Exception in org.springframework.ldap.odm.typeconversion
Thrown by the conversion framework to indicate an error condition - typically a failed type conversion.
ConverterException(String) - Constructor for exception org.springframework.ldap.odm.typeconversion.ConverterException
 
ConverterException(String, Throwable) - Constructor for exception org.springframework.ldap.odm.typeconversion.ConverterException
 
ConverterManager - Interface in org.springframework.ldap.odm.typeconversion
A simple interface to be implemented to provide type conversion functionality.
ConverterManagerFactoryBean - Class in org.springframework.ldap.odm.typeconversion.impl
A utility class to allow ConverterManagerImpl instances to be easily configured via spring.xml.
ConverterManagerFactoryBean() - Constructor for class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean
 
ConverterManagerFactoryBean.ConverterConfig - Class in org.springframework.ldap.odm.typeconversion.impl
Configuration information for a single Converter instance.
ConverterManagerFactoryBean.ConverterConfig() - Constructor for class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean.ConverterConfig
 
ConverterManagerImpl - Class in org.springframework.ldap.odm.typeconversion.impl
An implementation of ConverterManager.
ConverterManagerImpl() - Constructor for class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerImpl
Create an empty ConverterManagerImpl
convertLdapException(NamingException) - Static method in class org.springframework.ldap.support.LdapUtils
Convert the specified checked NamingException to a Spring LDAP runtime NamingException equivalent.
convertStringSidToBinary(String) - Static method in class org.springframework.ldap.support.LdapUtils
Converts a String SID to its binary representation, according to the algorithm described here.
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
 
create(Object) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImpl
 
create(Object) - Method in interface org.springframework.ldap.odm.core.OdmManager
Create the given entry in the LDAP directory.
createContext(Hashtable) - Method in class org.springframework.ldap.core.support.AbstractContextSource
Create a DirContext using the supplied environment.
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.
createInstance() - Method in class org.springframework.ldap.test.AbstractEc2InstanceLaunchingFactoryBean
 
createInstance() - Method in class org.springframework.ldap.test.TestContextSourceFactoryBean
 
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(Class[], Object[]) - Method in class org.springframework.ldap.control.AbstractFallbackRequestAndResponseControlDirContextProcessor
Creates a request control using the constructor parameters given in params.
createRequestControl() - Method in class org.springframework.ldap.control.AbstractRequestControlDirContextProcessor
Create an instance of the appropriate RequestControl.
createRequestControl() - Method in class org.springframework.ldap.control.PagedResultsDirContextProcessor
 
createRequestControl() - Method in class org.springframework.ldap.control.PagedResultsRequestControl
Deprecated.  
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
 
createSubcontext(Name) - Method in class org.springframework.ldap.pool.DelegatingContext
 
createSubcontext(String) - Method in class org.springframework.ldap.pool.DelegatingContext
 
createSubcontext(Name, Attributes) - Method in class org.springframework.ldap.pool.DelegatingDirContext
 
createSubcontext(String, Attributes) - Method in class org.springframework.ldap.pool.DelegatingDirContext
 
createSubcontext(Name, Attributes) - Method in class org.springframework.ldap.test.DummyDirContext
 
createSubcontext(String, Attributes) - Method in class org.springframework.ldap.test.DummyDirContext
 
createSubcontext(Name) - Method in class org.springframework.ldap.test.DummyDirContext
 
createSubcontext(String) - Method in class org.springframework.ldap.test.DummyDirContext
 
critical - Variable in class org.springframework.ldap.control.AbstractFallbackRequestAndResponseControlDirContextProcessor
 
curChar - Variable in class org.springframework.ldap.core.DnParserImplTokenManager
 
currentToken - Variable in exception org.springframework.ldap.core.ParseException
This is the last token that has been consumed successfully.

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