- AbsoluteFalseFilter - Class in org.springframework.ldap.filter
-
A filter that will always evaluate to false, as specified in RFC4526.
- AbsoluteFalseFilter() - Constructor for class org.springframework.ldap.filter.AbsoluteFalseFilter
-
- AbsoluteTrueFilter - Class in org.springframework.ldap.filter
-
A filter that will always evaluate to true, as specified in RFC4526.
- AbsoluteTrueFilter() - Constructor for class org.springframework.ldap.filter.AbsoluteTrueFilter
-
- 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<T> - 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
-
- AbstractContextSource() - Constructor for class org.springframework.ldap.core.support.AbstractContextSource
-
- AbstractFallbackRequestAndResponseControlDirContextProcessor - Class in org.springframework.ldap.control
-
Convenient base class useful when implementing a standard DirContextProcessor
which has a request control and a response control.
- AbstractFallbackRequestAndResponseControlDirContextProcessor() - Constructor for class org.springframework.ldap.control.AbstractFallbackRequestAndResponseControlDirContextProcessor
-
- 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
-
- AbstractTlsDirContextAuthenticationStrategy - Class in org.springframework.ldap.core.support
-
- AbstractTlsDirContextAuthenticationStrategy() - Constructor for class org.springframework.ldap.core.support.AbstractTlsDirContextAuthenticationStrategy
-
- add(String) - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
- add(int, String) - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
- add(String, String) - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
Add a new
LdapRdn using the supplied key and value.
- add(LdapRdn) - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
Add the supplied
LdapRdn last in the list of Rdns.
- add(int, LdapRdn) - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
Add the supplied
LdapRdn att the specified index.
- add(Object) - Method in class org.springframework.ldap.core.NameAwareAttribute
-
- add(int, Object) - Method in class org.springframework.ldap.core.NameAwareAttribute
-
- add(String, Object) - Method in class org.springframework.ldap.support.LdapNameBuilder
-
Add a Rdn to the built LdapName.
- add(Name) - Method in class org.springframework.ldap.support.LdapNameBuilder
-
Append the specified name to the currently built LdapName.
- add(String) - Method in class org.springframework.ldap.support.LdapNameBuilder
-
Append the LdapName represented by the specified string to the currently built LdapName.
- addAll(Name) - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
- addAll(int, Name) - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
- addAttributeValue(String, Object) - Method in class org.springframework.ldap.core.DirContextAdapter
-
Add a value to the Attribute with the specified name.
- addAttributeValue(String, Object, boolean) - Method in class org.springframework.ldap.core.DirContextAdapter
-
Add a value to the Attribute with the specified name.
- addAttributeValue(String, Object) - Method in interface org.springframework.LdapDataEntry
-
Add a value to the Attribute with the specified name.
- addAttributeValue(String, Object, boolean) - Method in interface org.springframework.LdapDataEntry
-
Add a value to the Attribute with the specified name.
- addComponent(LdapRdnComponent) - Method in class org.springframework.ldap.core.LdapRdn
-
Deprecated.
Add an LdapRdnComponent to this LdapRdn.
- addConverter(Class<?>, String, Class<?>, Converter) - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerImpl
-
- addDirContextProcessor(DirContextProcessor) - Method in class org.springframework.ldap.core.support.AggregateDirContextProcessor
-
Add the supplied DirContextProcessor to the list of managed objects.
- addEscapes(String) - Static method in error org.springframework.ldap.core.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped)
equivalents in the given string
- addToEnvironment(String, Object) - Method in class org.springframework.ldap.core.DirContextAdapter
- addToEnvironment(String, Object) - Method in class org.springframework.ldap.pool.DelegatingContext
-
- addToEnvironment(String, Object) - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- adjustBeginLineColumn(int, int) - Method in class org.springframework.ldap.core.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- 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.
- afterPropertiesSet() - Method in class org.springframework.ldap.repository.support.LdapRepositoryFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
-
Deprecated.
- afterPropertiesSet() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
-
Deprecated.
- afterPropertiesSet() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
-
- AggregateDirContextProcessor - Class in org.springframework.ldap.core.support
-
- AggregateDirContextProcessor() - Constructor for class org.springframework.ldap.core.support.AggregateDirContextProcessor
-
- ALPHA - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
RegularExpression Id.
- and(Filter) - Method in class org.springframework.ldap.filter.AndFilter
-
Add a query to the AND expression.
- and(String) - Method in interface org.springframework.ldap.query.ContainerCriteria
-
Append a logical And condition to the currently built filter.
- and(ContainerCriteria) - Method in interface org.springframework.ldap.query.ContainerCriteria
-
Append an And condition for a nested criterion.
- and(Part, ContainerCriteria, Iterator<Object>) - Method in class org.springframework.ldap.repository.query.LdapQueryCreator
-
- AndFilter - Class in org.springframework.ldap.filter
-
A filter for a logical AND.
- AndFilter() - Constructor for class org.springframework.ldap.filter.AndFilter
-
- AnnotatedLdapRepositoryQuery - Class in org.springframework.ldap.repository.query
-
Handles queries for repository methods annotated with
Query.
- AnnotatedLdapRepositoryQuery(LdapQueryMethod, Class<?>, LdapOperations) - Constructor for class org.springframework.ldap.repository.query.AnnotatedLdapRepositoryQuery
-
Construct a new instance.
- append(DistinguishedName) - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
Add an LDAP path last in this DistinguishedName.
- append(String, String) - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
Append a new
LdapRdn using the supplied key and value.
- append(Filter) - Method in class org.springframework.ldap.filter.BinaryLogicalFilter
-
Add a query to this logical operation.
- appendAll(Collection<Filter>) - Method in class org.springframework.ldap.filter.BinaryLogicalFilter
-
- applyAuthentication(LdapContext, String, String) - Method in class org.springframework.ldap.core.support.AbstractTlsDirContextAuthenticationStrategy
-
Apply the actual authentication to the specified LdapContext
.
- applyAuthentication(LdapContext, String, String) - Method in class org.springframework.ldap.core.support.DefaultTlsDirContextAuthenticationStrategy
-
- applyAuthentication(LdapContext, String, String) - Method in class org.springframework.ldap.core.support.ExternalTlsDirContextAuthenticationStrategy
-
- 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.
- assertOpen() - Method in class org.springframework.ldap.pool.DelegatingContext
-
- assertOpen() - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- assertOpen() - Method in class org.springframework.ldap.pool.DelegatingLdapContext
-
- assertOpen() - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- assertOpen() - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- assertOpen() - Method in class org.springframework.ldap.pool2.DelegatingLdapContext
-
- Attribute - Annotation Type in org.springframework.ldap.odm.annotations
-
This annotation describes the mapping of a Java field to an LDAP attribute.
- Attribute.Type - Enum in org.springframework.ldap.odm.annotations
-
The Type attribute indicates whether a field is regarded as binary based
or string based by the LDAP JNDI provider.
- ATTRIBUTE_TYPE_STRING - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
RegularExpression Id.
- attributeExists(String) - Method in class org.springframework.ldap.core.DirContextAdapter
-
Check if an Object attribute exists, regardless of whether it has a value
or not.
- attributeExists(String) - Method in interface org.springframework.LdapDataEntry
-
Check if an Object attribute exists, regardless of whether it has a value
or not.
- attributeFor(Class<?>, String) - Method in class org.springframework.ldap.odm.core.impl.DefaultObjectDirectoryMapper
-
- attributeFor(Class<?>, String) - Method in interface org.springframework.ldap.odm.core.ObjectDirectoryMapper
-
Get the attribute corresponding to the specified field name.
- 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.
- attributes() - Method in interface org.springframework.ldap.query.LdapQuery
-
Get the attributes to return.
- attributes(String...) - Method in class org.springframework.ldap.query.LdapQueryBuilder
-
- attributes() - Method in class org.springframework.ldap.query.LdapQueryBuilder
-
- AttributesMapper<T> - Interface in org.springframework.ldap.core
-
An interface used by LdapTemplate for mapping LDAP Attributes to beans.
- AttributesMapperCallbackHandler<T> - Class in org.springframework.ldap.core
-
- AttributesMapperCallbackHandler(AttributesMapper<T>) - Constructor for class org.springframework.ldap.core.AttributesMapperCallbackHandler
-
- AttributeType() - Method in class org.springframework.ldap.core.DnParserImpl
-
- attributeTypeAndValue() - Method in class org.springframework.ldap.core.DnParserImpl
-
- AttributeValue() - Method in class org.springframework.ldap.core.DnParserImpl
-
- AttributeValueCallbackHandler - Interface in org.springframework.ldap.support
-
Callback interface for use when looping through Attribute values.
- ATTRVALUE - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
RegularExpression Id.
- ATTRVALUE_S - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
Lexical state.
- authenticate(Name, String, String) - Method in interface org.springframework.ldap.core.LdapOperations
-
- authenticate(String, String, String) - Method in interface org.springframework.ldap.core.LdapOperations
-
- authenticate(Name, String, String, AuthenticatedLdapEntryContextCallback) - Method in interface org.springframework.ldap.core.LdapOperations
-
- authenticate(String, String, String, AuthenticatedLdapEntryContextCallback) - Method in interface org.springframework.ldap.core.LdapOperations
-
- authenticate(Name, String, String, AuthenticatedLdapEntryContextCallback, AuthenticationErrorCallback) - Method in interface org.springframework.ldap.core.LdapOperations
-
- authenticate(String, String, String, AuthenticatedLdapEntryContextCallback, AuthenticationErrorCallback) - Method in interface org.springframework.ldap.core.LdapOperations
-
- authenticate(Name, String, String, AuthenticationErrorCallback) - Method in interface org.springframework.ldap.core.LdapOperations
-
- authenticate(String, String, String, AuthenticationErrorCallback) - Method in interface org.springframework.ldap.core.LdapOperations
-
- authenticate(LdapQuery, String, AuthenticatedLdapEntryContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Utility method to perform a simple LDAP 'bind' authentication.
- authenticate(LdapQuery, String) - Method in interface org.springframework.ldap.core.LdapOperations
-
Utility method to perform a simple LDAP 'bind' authentication.
- authenticate(Name, String, String) - Method in class org.springframework.ldap.core.LdapTemplate
-
Utility method to perform a simple LDAP 'bind' authentication.
- authenticate(String, String, String) - Method in class org.springframework.ldap.core.LdapTemplate
-
Utility method to perform a simple LDAP 'bind' authentication.
- authenticate(String, String, String, AuthenticatedLdapEntryContextCallback) - Method in class org.springframework.ldap.core.LdapTemplate
-
Utility method to perform a simple LDAP 'bind' authentication.
- authenticate(Name, String, String, AuthenticatedLdapEntryContextCallback) - Method in class org.springframework.ldap.core.LdapTemplate
-
Utility method to perform a simple LDAP 'bind' authentication.
- authenticate(String, String, String, AuthenticationErrorCallback) - Method in class org.springframework.ldap.core.LdapTemplate
-
Utility method to perform a simple LDAP 'bind' authentication.
- authenticate(Name, String, String, AuthenticationErrorCallback) - Method in class org.springframework.ldap.core.LdapTemplate
-
Utility method to perform a simple LDAP 'bind' authentication.
- authenticate(String, String, String, AuthenticatedLdapEntryContextCallback, AuthenticationErrorCallback) - Method in class org.springframework.ldap.core.LdapTemplate
-
Utility method to perform a simple LDAP 'bind' authentication.
- authenticate(Name, String, String, AuthenticatedLdapEntryContextCallback, AuthenticationErrorCallback) - Method in class org.springframework.ldap.core.LdapTemplate
-
Utility method to perform a simple LDAP 'bind' authentication.
- authenticate(LdapQuery, String, AuthenticatedLdapEntryContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Utility method to perform a simple LDAP 'bind' authentication.
- authenticate(LdapQuery, String) - Method in class org.springframework.ldap.core.LdapTemplate
-
Utility method to perform a simple LDAP 'bind' authentication.
- AuthenticatedLdapEntryContextCallback - Interface in org.springframework.ldap.core
-
Callback interface to be used in the authentication methods in
LdapOperations for performing operations on individually
authenticated contexts.
- AuthenticatedLdapEntryContextMapper<T> - Interface in org.springframework.ldap.core
-
Callback interface to be used in the authentication methods in
LdapOperations for performing operations on individually
authenticated contexts.
- AuthenticationErrorCallback - Interface in org.springframework.ldap.core
-
Callback interface to be used in the authentication methods in
LdapOperations for performing operations when there
are authentication errors.
- AuthenticationException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI AuthenticationException.
- AuthenticationException(AuthenticationException) - Constructor for exception org.springframework.ldap.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.
- 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.ConversionServiceConverterManager
-
- 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
-
- clear() - Method in class org.springframework.ldap.core.NameAwareAttribute
-
- clear() - Method in class org.springframework.transaction.compensating.support.CompensatingTransactionHolderSupport
-
- clone() - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
- clone() - Method in class org.springframework.ldap.core.NameAwareAttribute
-
- clone() - Method in class org.springframework.ldap.core.NameAwareAttributes
-
- close() - Method in class org.springframework.ldap.core.DirContextAdapter
- 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.pool2.DelegatingContext
-
- close() - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- close() - Method in class org.springframework.ldap.pool2.DelegatingLdapContext
-
- 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
-
- collectAttributeValues(Attributes, String, Collection<Object>) - Static method in class org.springframework.ldap.support.LdapUtils
-
Collect all the values of a the specified attribute from the supplied
Attributes.
- collectAttributeValues(Attributes, String, Collection<T>, Class<T>) - Static method in class org.springframework.ldap.support.LdapUtils
-
Collect all the values of a the specified attribute from the supplied
Attributes as the specified class.
- CollectingAuthenticationErrorCallback - Class in org.springframework.ldap.core
-
Convenience implementation of AuthenticationErrorCallback that stores the
given exception and provides a method for retrieving it.
- CollectingAuthenticationErrorCallback() - Constructor for class org.springframework.ldap.core.CollectingAuthenticationErrorCallback
-
- CollectingNameClassPairCallbackHandler<T> - 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
-
Deprecated.
Compare this instance to another object.
- compareTo(Object) - Method in class org.springframework.ldap.core.LdapRdn
-
Deprecated.
Compare this LdapRdn to another object.
- compareTo(Object) - Method in class org.springframework.ldap.core.LdapRdnComponent
-
Deprecated.
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
-
- 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
-
- 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.
- complete(ContainerCriteria, Sort) - Method in class org.springframework.ldap.repository.query.LdapQueryCreator
-
- 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.pool2.DelegatingContext
-
- composeName(String, String) - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- ConditionCriteria - Interface in org.springframework.ldap.query
-
Constructs a conditional LDAP filter based on the attribute specified in the previous builder step.
- ConfigurationException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI ConfigurationException.
- ConfigurationException(ConfigurationException) - Constructor for exception org.springframework.ldap.ConfigurationException
-
- ContainerCriteria - Interface in org.springframework.ldap.query
-
And/or filter builder support for LdapQuery.
- contains(DistinguishedName) - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
Determines if this DistinguishedName path contains another
path.
- contains(Object) - Method in class org.springframework.ldap.core.NameAwareAttribute
-
- CONTEXT_SOURCE - Static variable in class org.springframework.ldap.config.Elements
-
- ContextAssembler - Interface in org.springframework.ldap.core
-
Helper interface to be used by Dao implementations for assembling to and from
context.
- ContextExecutor<T> - Interface in org.springframework.ldap.core
-
Interface for delegating an actual operation to be performed on a
DirContext.
- ContextMapper<T> - Interface in org.springframework.ldap.core
-
An interface used by LdapTemplate to map LDAP Contexts to beans.
- ContextMapperCallbackHandler<T> - Class in org.springframework.ldap.core
-
A CollectingNameClassPairCallbackHandler to wrap a ContextMapper.
- ContextMapperCallbackHandler(ContextMapper<T>) - Constructor for class org.springframework.ldap.core.ContextMapperCallbackHandler
-
- ContextMapperCallbackHandlerWithControls<T> - Class in org.springframework.ldap.core.support
-
Currently only per request controls can be inspected via the post process
method on a context processor.
- ContextMapperCallbackHandlerWithControls(ContextMapperWithControls<T>) - Constructor for class org.springframework.ldap.core.support.ContextMapperCallbackHandlerWithControls
-
- ContextMapperWithControls<T> - Interface in org.springframework.ldap.core.support
-
Extension of the
ContextMapper interface that allows
controls to be passed to the mapper implementation.
- 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
-
- ContextSourceAndDataSourceTransactionManager() - Constructor for class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
-
Deprecated.
- ContextSourceAndHibernateTransactionManager - Class in org.springframework.ldap.transaction.compensating.manager
-
- ContextSourceAndHibernateTransactionManager() - Constructor for class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
-
Deprecated.
- ContextSourceParser - Class in org.springframework.ldap.config
-
- ContextSourceParser() - Constructor for class org.springframework.ldap.config.ContextSourceParser
-
- 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
-
- ContextSourceTransactionManagerDelegate() - Constructor for class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManagerDelegate
-
- ConversionServiceConverterManager - Class in org.springframework.ldap.odm.typeconversion.impl
-
- ConversionServiceConverterManager(GenericConversionService) - Constructor for class org.springframework.ldap.odm.typeconversion.impl.ConversionServiceConverterManager
-
- ConversionServiceConverterManager() - Constructor for class org.springframework.ldap.odm.typeconversion.impl.ConversionServiceConverterManager
-
- ConversionServiceConverterManager.NameToStringConverter - Class in org.springframework.ldap.odm.typeconversion.impl
-
- ConversionServiceConverterManager.StringToNameConverter - Class in org.springframework.ldap.odm.typeconversion.impl
-
- 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, String, Class<T>) - Method in class org.springframework.ldap.odm.typeconversion.impl.ConversionServiceConverterManager
-
- convert(Name) - Method in class org.springframework.ldap.odm.typeconversion.impl.ConversionServiceConverterManager.NameToStringConverter
-
- convert(String) - Method in class org.springframework.ldap.odm.typeconversion.impl.ConversionServiceConverterManager.StringToNameConverter
-
- 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
- ConverterConfig() - Constructor for class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean.ConverterConfig
-
- 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
-
- 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.
- ConverterManagerImpl - Class in org.springframework.ldap.odm.typeconversion.impl
-
- 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
-
- 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.
- count(Predicate) - Method in class org.springframework.ldap.repository.support.QueryDslLdapRepository
-
- count() - Method in class org.springframework.ldap.repository.support.SimpleLdapRepository
-
- countLimit() - Method in interface org.springframework.ldap.query.LdapQuery
-
Get the count limit.
- countLimit(int) - Method in class org.springframework.ldap.query.LdapQueryBuilder
-
Set the count limit for the query.
- countLimit() - Method in class org.springframework.ldap.query.LdapQueryBuilder
-
- CountNameClassPairCallbackHandler - Class in org.springframework.ldap.core.support
-
- CountNameClassPairCallbackHandler() - Constructor for class org.springframework.ldap.core.support.CountNameClassPairCallbackHandler
-
- create(Object) - Method in interface org.springframework.ldap.core.LdapOperations
-
Create the given entry in the LDAP directory.
- create(Object) - Method in class org.springframework.ldap.core.LdapTemplate
-
Create the given entry in the LDAP directory.
- create(Part, Iterator<Object>) - Method in class org.springframework.ldap.repository.query.LdapQueryCreator
-
- createConfiguration(RoundEnvironment) - Method in class org.springframework.ldap.repository.support.LdapAnnotationProcessor
-
- createContext(Hashtable<String, Object>) - 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
-
Deprecated.
Create a new DnParser instance.
- createQuery(Object[]) - Method in class org.springframework.ldap.repository.query.AnnotatedLdapRepositoryQuery
-
- createQuery(Object[]) - Method in class org.springframework.ldap.repository.query.PartTreeLdapRepositoryQuery
-
- createRecordingOperation(Object, String) - Method in class org.springframework.ldap.transaction.compensating.LdapCompensatingTransactionOperationFactory
-
- createRecordingOperation(Object, String) - Method in interface org.springframework.transaction.compensating.CompensatingTransactionOperationFactory
-
- createRepositoryFactory() - Method in class org.springframework.ldap.repository.support.LdapRepositoryFactoryBean
-
- 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) - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- createSubcontext(String) - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- createSubcontext(Name, Attributes) - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- createSubcontext(String, Attributes) - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- 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.
- debugStream - Variable in class org.springframework.ldap.core.DnParserImplTokenManager
-
Debug output.
- DEFAULT - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
Lexical state.
- DEFAULT_FILTER - Static variable in class org.springframework.ldap.pool.validation.DefaultDirContextValidator
-
- DEFAULT_FILTER - Static variable in class org.springframework.ldap.pool2.validation.DefaultDirContextValidator
-
- DEFAULT_RENAMING_STRATEGY - Static variable in class org.springframework.ldap.config.Elements
-
- DEFAULT_TEMP_SUFFIX - Static variable in class org.springframework.ldap.transaction.compensating.support.DefaultTempEntryRenamingStrategy
-
The default temp entry suffix, "_temp".
- DefaultCompensatingTransactionOperationManager - Class in org.springframework.transaction.compensating.support
-
- DefaultCompensatingTransactionOperationManager(CompensatingTransactionOperationFactory) - Constructor for class org.springframework.transaction.compensating.support.DefaultCompensatingTransactionOperationManager
-
- DefaultDirContextValidator - Class in org.springframework.ldap.pool.validation
-
- DefaultDirContextValidator() - Constructor for class org.springframework.ldap.pool.validation.DefaultDirContextValidator
-
Create the default validator, creates
SearchControls with search scope
OBJECT_SCOPE,
a countLimit of 1, returningAttributes of objectclass and timeLimit of 500.
- DefaultDirContextValidator(int) - Constructor for class org.springframework.ldap.pool.validation.DefaultDirContextValidator
-
Create a validator with all the defaults of the default constructor, but with the search scope set to the
referred value.
- DefaultDirContextValidator - Class in org.springframework.ldap.pool2.validation
-
- DefaultDirContextValidator() - Constructor for class org.springframework.ldap.pool2.validation.DefaultDirContextValidator
-
Create the default validator, creates
SearchControls with search scope
OBJECT_SCOPE,
a countLimit of 1, returningAttributes of objectclass and timeLimit of 500.
- DefaultDirContextValidator(int) - Constructor for class org.springframework.ldap.pool2.validation.DefaultDirContextValidator
-
Create a validator with all the defaults of the default constructor, but with the search scope set to the
referred value.
- DefaultDirObjectFactory - Class in org.springframework.ldap.core.support
-
Default implementation of the DirObjectFactory interface.
- DefaultDirObjectFactory() - Constructor for class org.springframework.ldap.core.support.DefaultDirObjectFactory
-
- DefaultDnParserFactory - Class in org.springframework.ldap.core
-
- DefaultIncrementalAttributesMapper - Class in org.springframework.ldap.core.support
-
Utility class that helps with reading all attribute values from Active Directory using Incremental Retrieval of
Multi-valued Properties.
- DefaultIncrementalAttributesMapper(String) - Constructor for class org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper
-
Create an instance for the requested attribute.
- DefaultIncrementalAttributesMapper(String[]) - Constructor for class org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper
-
Create an instance for the requested attributes.
- DefaultIncrementalAttributesMapper(int, String) - Constructor for class org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper
-
Create an instance for the requested attribute with a specific page size.
- DefaultIncrementalAttributesMapper(int, String[]) - Constructor for class org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper
-
Create an instance for the requested attributes with a specific page size.
- DefaultNameClassPairMapper - Class in org.springframework.ldap.core
-
The default NameClassPairMapper implementation.
- DefaultNameClassPairMapper() - Constructor for class org.springframework.ldap.core.DefaultNameClassPairMapper
-
- DefaultObjectDirectoryMapper - Class in org.springframework.ldap.odm.core.impl
-
- DefaultObjectDirectoryMapper() - Constructor for class org.springframework.ldap.odm.core.impl.DefaultObjectDirectoryMapper
-
- DefaultRenamingStrategyParser - Class in org.springframework.ldap.config
-
- DefaultRenamingStrategyParser() - Constructor for class org.springframework.ldap.config.DefaultRenamingStrategyParser
-
- defaultRequestControl - Variable in class org.springframework.ldap.control.AbstractFallbackRequestAndResponseControlDirContextProcessor
-
- defaultResponseControl - Variable in class org.springframework.ldap.control.AbstractFallbackRequestAndResponseControlDirContextProcessor
-
- DefaultTempEntryRenamingStrategy - Class in org.springframework.ldap.transaction.compensating.support
-
- DefaultTempEntryRenamingStrategy() - Constructor for class org.springframework.ldap.transaction.compensating.support.DefaultTempEntryRenamingStrategy
-
- DefaultTlsDirContextAuthenticationStrategy - Class in org.springframework.ldap.core.support
-
Default implementation of TLS authentication.
- DefaultTlsDirContextAuthenticationStrategy() - Constructor for class org.springframework.ldap.core.support.DefaultTlsDirContextAuthenticationStrategy
-
- DefaultValuesAuthenticationSourceDecorator - Class in org.springframework.ldap.authentication
-
Decorator on AuthenticationSource to have default authentication information
be returned should the target return empty principal and credentials.
- DefaultValuesAuthenticationSourceDecorator() - Constructor for class org.springframework.ldap.authentication.DefaultValuesAuthenticationSourceDecorator
-
Constructor for bean usage.
- DefaultValuesAuthenticationSourceDecorator(AuthenticationSource, String, String) - Constructor for class org.springframework.ldap.authentication.DefaultValuesAuthenticationSourceDecorator
-
Constructor to setup instance directly.
- DelegatingBaseLdapPathContextSourceSupport - Class in org.springframework.ldap.core.support
-
Support class to provide
BaseLdapPathSource functionality to ContextSource instances
that act as proxies.
- DelegatingBaseLdapPathContextSourceSupport() - Constructor for class org.springframework.ldap.core.support.DelegatingBaseLdapPathContextSourceSupport
-
- DelegatingContext - Class in org.springframework.ldap.pool
-
- DelegatingContext(KeyedObjectPool, Context, DirContextType) - Constructor for class org.springframework.ldap.pool.DelegatingContext
-
Create a new delegating context for the specified pool, context and context type.
- DelegatingContext - Class in org.springframework.ldap.pool2
-
- DelegatingContext(KeyedObjectPool<Object, Object>, Context, DirContextType) - Constructor for class org.springframework.ldap.pool2.DelegatingContext
-
Create a new delegating context for the specified pool, context and context type.
- DelegatingDirContext - Class in org.springframework.ldap.pool
-
- DelegatingDirContext(KeyedObjectPool, DirContext, DirContextType) - Constructor for class org.springframework.ldap.pool.DelegatingDirContext
-
Create a new delegating dir context for the specified pool, context and context type.
- DelegatingDirContext - Class in org.springframework.ldap.pool2
-
- DelegatingDirContext(KeyedObjectPool<Object, Object>, DirContext, DirContextType) - Constructor for class org.springframework.ldap.pool2.DelegatingDirContext
-
Create a new delegating dir context for the specified pool, context and context type.
- DelegatingLdapContext - Class in org.springframework.ldap.pool
-
- DelegatingLdapContext(KeyedObjectPool, LdapContext, DirContextType) - Constructor for class org.springframework.ldap.pool.DelegatingLdapContext
-
Create a new delegating ldap context for the specified pool, context and context type.
- DelegatingLdapContext - Class in org.springframework.ldap.pool2
-
- DelegatingLdapContext(KeyedObjectPool<Object, Object>, LdapContext, DirContextType) - Constructor for class org.springframework.ldap.pool2.DelegatingLdapContext
-
Create a new delegating ldap context for the specified pool, context and context type.
- delete(Object) - Method in interface org.springframework.ldap.core.LdapOperations
-
Delete an entry from the LDAP directory.
- delete(Object) - Method in class org.springframework.ldap.core.LdapTemplate
-
Delete an entry from the LDAP directory.
- delete(Name) - Method in class org.springframework.ldap.repository.support.SimpleLdapRepository
-
- delete(T) - Method in class org.springframework.ldap.repository.support.SimpleLdapRepository
-
- delete(Iterable<? extends T>) - Method in class org.springframework.ldap.repository.support.SimpleLdapRepository
-
- deleteAll() - Method in class org.springframework.ldap.repository.support.SimpleLdapRepository
-
- deleteRecursively(DirContext, Name) - Method in class org.springframework.ldap.core.LdapTemplate
-
Delete all subcontexts including the current one recursively.
- destroy() - Method in class org.springframework.ldap.core.support.SingleContextSource
-
Destroy method that allows the target DirContext to be cleaned up when
the SingleContextSource is not going to be used any more.
- destroy() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- destroy() - Method in class org.springframework.ldap.pool2.factory.PooledContextSource
-
- destroySubcontext(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
- destroySubcontext(String) - Method in class org.springframework.ldap.core.DirContextAdapter
- destroySubcontext(Name) - Method in class org.springframework.ldap.pool.DelegatingContext
-
- destroySubcontext(String) - Method in class org.springframework.ldap.pool.DelegatingContext
-
- destroySubcontext(Name) - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- destroySubcontext(String) - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- DIFFERENT_SUBTREE_RENAMING_STRATEGY - Static variable in class org.springframework.ldap.config.Elements
-
- DifferentSubtreeTempEntryRenamingStrategy - Class in org.springframework.ldap.transaction.compensating.support
-
- DifferentSubtreeTempEntryRenamingStrategy(Name) - Constructor for class org.springframework.ldap.transaction.compensating.support.DifferentSubtreeTempEntryRenamingStrategy
-
- DifferentSubtreeTempEntryRenamingStrategy(String) - Constructor for class org.springframework.ldap.transaction.compensating.support.DifferentSubtreeTempEntryRenamingStrategy
-
- DigestMd5DirContextAuthenticationStrategy - Class in org.springframework.ldap.core.support
-
Authentication strategy for LDAP DIGEST-MD5 SASL mechanism.
- DigestMd5DirContextAuthenticationStrategy() - Constructor for class org.springframework.ldap.core.support.DigestMd5DirContextAuthenticationStrategy
-
- DIGIT - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
RegularExpression Id.
- DirContextAdapter - Class in org.springframework.ldap.core
-
Adapter that implements the interesting methods of the DirContext interface.
- DirContextAdapter() - Constructor for class org.springframework.ldap.core.DirContextAdapter
-
Default constructor.
- DirContextAdapter(String) - Constructor for class org.springframework.ldap.core.DirContextAdapter
-
Create a new DirContextAdapter from the supplied DN String.
- DirContextAdapter(Name) - Constructor for class org.springframework.ldap.core.DirContextAdapter
-
Create a new adapter from the supplied dn.
- DirContextAdapter(Attributes, Name) - Constructor for class org.springframework.ldap.core.DirContextAdapter
-
Create a new adapter from the supplied attributes and dn.
- DirContextAdapter(Attributes, Name, Name) - Constructor for class org.springframework.ldap.core.DirContextAdapter
-
Create a new adapter from the supplied attributes, dn, and base.
- DirContextAdapter(Attributes, Name, Name, String) - Constructor for class org.springframework.ldap.core.DirContextAdapter
-
Create a new adapter from the supplied attributes, dn, base, and referral
url.
- DirContextAdapter(DirContextAdapter) - Constructor for class org.springframework.ldap.core.DirContextAdapter
-
Constructor for cloning an existing adapter.
- DirContextAuthenticationStrategy - Interface in org.springframework.ldap.core.support
-
A strategy to use when authenticating LDAP connections on creation.
- DirContextHolder - Class in org.springframework.ldap.transaction.compensating.manager
-
Keeps track of the transaction DirContext.
- DirContextHolder(CompensatingTransactionOperationManager, DirContext) - Constructor for class org.springframework.ldap.transaction.compensating.manager.DirContextHolder
-
Constructor.
- DirContextOperations - Interface in org.springframework.ldap.core
-
Interface for DirContextAdapter.
- DirContextProcessor - Interface in org.springframework.ldap.core
-
Interface to be called in search by
LdapTemplate before and after the
actual search and enumeration traversal.
- DirContextProxy - Interface in org.springframework.ldap.core
-
Helper interface to be able to get hold of the target DirContext
from proxies created by ContextSource proxies.
- DirContextSource - Class in org.springframework.ldap.core.support
-
ContextSource implementation which creates InitialDirContext instances, for
LDAPv2 compatibility.
- DirContextSource() - Constructor for class org.springframework.ldap.core.support.DirContextSource
-
- DirContextType - Class in org.springframework.ldap.pool
-
- DirContextType - Class in org.springframework.ldap.pool2
-
- DirContextValidator - Interface in org.springframework.ldap.pool.validation
-
- DirContextValidator - Interface in org.springframework.ldap.pool2.validation
-
- disable_tracing() - Method in class org.springframework.ldap.core.DnParserImpl
-
Disable tracing.
- DistinguishedName - Class in org.springframework.ldap.core
-
- DistinguishedName() - Constructor for class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
Construct a new DistinguishedName with no components.
- DistinguishedName(String) - Constructor for class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
Construct a new DistinguishedName from a String.
- DistinguishedName(List) - Constructor for class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
Construct a new
DistinguishedName from the supplied
List of
LdapRdn objects.
- DistinguishedName(Name) - Constructor for class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
Construct a new
DistinguishedName from the supplied
Name.
- DistinguishedNameEditor - Class in org.springframework.ldap.core
-
- DistinguishedNameEditor() - Constructor for class org.springframework.ldap.core.DistinguishedNameEditor
-
Deprecated.
- dn() - Method in interface org.springframework.ldap.core.DnParser
-
Deprecated.
Parse a full Distinguished Name.
- dn() - Method in class org.springframework.ldap.core.DnParserImpl
-
- DnAttribute - Annotation Type in org.springframework.ldap.odm.annotations
-
Indicates that a field is to be automatically populated to/from the distinguished name
of an entry.
- DnParser - Interface in org.springframework.ldap.core
-
- DnParserImpl - Class in org.springframework.ldap.core
-
- DnParserImpl(InputStream) - Constructor for class org.springframework.ldap.core.DnParserImpl
-
Constructor with InputStream.
- DnParserImpl(InputStream, String) - Constructor for class org.springframework.ldap.core.DnParserImpl
-
Constructor with InputStream and supplied encoding
- DnParserImpl(Reader) - Constructor for class org.springframework.ldap.core.DnParserImpl
-
Constructor.
- DnParserImpl(DnParserImplTokenManager) - Constructor for class org.springframework.ldap.core.DnParserImpl
-
Constructor with generated Token Manager.
- DnParserImplConstants - Interface in org.springframework.ldap.core
-
Token literal values and constants.
- DnParserImplTokenManager - Class in org.springframework.ldap.core
-
Token Manager.
- DnParserImplTokenManager(SimpleCharStream) - Constructor for class org.springframework.ldap.core.DnParserImplTokenManager
-
Constructor.
- DnParserImplTokenManager(SimpleCharStream, int) - Constructor for class org.springframework.ldap.core.DnParserImplTokenManager
-
Constructor.
- doBegin(Object, TransactionDefinition) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
-
Deprecated.
- doBegin(Object, TransactionDefinition) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
-
Deprecated.
- doBegin(Object, TransactionDefinition) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
-
- doBegin(Object, TransactionDefinition) - Method in class org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate
-
- doCleanupAfterCompletion(Object) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
-
Deprecated.
- doCleanupAfterCompletion(Object) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
-
Deprecated.
- doCleanupAfterCompletion(Object) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
-
- doCleanupAfterCompletion(Object) - Method in class org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate
-
- doCommit(DefaultTransactionStatus) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
-
Deprecated.
- doCommit(DefaultTransactionStatus) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
-
Deprecated.
- doCommit(DefaultTransactionStatus) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
-
- doCommit(DefaultTransactionStatus) - Method in class org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate
-
- doGetTransaction() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
-
Deprecated.
- doGetTransaction() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
-
Deprecated.
- doGetTransaction() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
-
- doGetTransaction() - Method in class org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate
-
- doMapFromContext(DirContextOperations) - Method in class org.springframework.ldap.core.support.AbstractContextMapper
-
Map a single DirContextOperation to an object.
- Done() - Method in class org.springframework.ldap.core.SimpleCharStream
-
Reset buffer when finished.
- DONT_DECODE_VALUE - Static variable in class org.springframework.ldap.core.LdapRdnComponent
-
Deprecated.
- doResume(Object, Object) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
-
Deprecated.
- doResume(Object, Object) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
-
Deprecated.
- doRollback(DefaultTransactionStatus) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
-
Deprecated.
- doRollback(DefaultTransactionStatus) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
-
Deprecated.
- doRollback(DefaultTransactionStatus) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
-
- doRollback(DefaultTransactionStatus) - Method in class org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate
-
- doSuspend(Object) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
-
Deprecated.
- doSuspend(Object) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
-
Deprecated.
- doWithLdapOperations(LdapOperations) - Method in interface org.springframework.ldap.core.support.LdapOperationsCallback
-
Perform a sequence of LDAP operations on the supplied LdapOperations instance.
- doWithSingleContext(ContextSource, LdapOperationsCallback<T>) - Static method in class org.springframework.ldap.core.support.SingleContextSource
-
Construct a SingleContextSource and execute the LdapOperationsCallback using the created instance.
- doWithSingleContext(ContextSource, LdapOperationsCallback<T>, boolean, boolean, boolean) - Static method in class org.springframework.ldap.core.support.SingleContextSource
-
Construct a SingleContextSource and execute the LdapOperationsCallback using the created instance.
- Elements - Class in org.springframework.ldap.config
-
- Elements() - Constructor for class org.springframework.ldap.config.Elements
-
- EMPTY_PATH - Static variable in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
An empty, unmodifiable DistinguishedName.
- emptyLdapName() - Static method in class org.springframework.ldap.support.LdapUtils
-
Construct a new, empty LdapName instance.
- enable_tracing() - Method in class org.springframework.ldap.core.DnParserImpl
-
Enable tracing.
- EnableLdapRepositories - Annotation Type in org.springframework.ldap.repository.config
-
Annotation to activate Ldap repositories.
- encode() - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
Builds a complete LDAP path, ldap encoded, useful as a DN.
- encode(StringBuffer) - Method in class org.springframework.ldap.filter.AbsoluteFalseFilter
-
- encode(StringBuffer) - Method in class org.springframework.ldap.filter.AbsoluteTrueFilter
-
- 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.HardcodedFilter
-
- encode(StringBuffer) - Method in class org.springframework.ldap.filter.NotFilter
-
- encode(StringBuffer) - Method in class org.springframework.ldap.filter.NotPresentFilter
-
- encode(StringBuffer) - Method in class org.springframework.ldap.filter.PresentFilter
-
- encodeLdap() - Method in class org.springframework.ldap.core.LdapRdnComponent
-
Deprecated.
Encode key and value to ldap.
- encodeUrl() - Method in class org.springframework.ldap.core.LdapRdn
-
Deprecated.
Get a String representation of this LdapRdn for use in urls.
- encodeUrl() - Method in class org.springframework.ldap.core.LdapRdnComponent
-
Deprecated.
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
-
- endColumn - Variable in class org.springframework.ldap.core.Token
-
The column number of the last character of this Token.
- endLine - Variable in class org.springframework.ldap.core.Token
-
The line number of the last character of this Token.
- endsWith(Name) - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
Determines if this DistinguishedName ends with a certian
path.
- Entry - Annotation Type in org.springframework.ldap.odm.annotations
-
This annotation marks a Java class to be persisted in an LDAP directory.
- EOF - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
End of File.
- eol - Variable in exception org.springframework.ldap.core.ParseException
-
The end of line string for this machine.
- equals(Object) - Method in class org.springframework.ldap.control.PagedResult
-
Deprecated.
- 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
-
Deprecated.
- equals(Object) - Method in class org.springframework.ldap.core.LdapEntryIdentification
-
- equals(Object) - Method in class org.springframework.ldap.core.LdapRdn
-
Deprecated.
- equals(Object) - Method in class org.springframework.ldap.core.LdapRdnComponent
-
Deprecated.
- equals(Object) - Method in class org.springframework.ldap.core.NameAwareAttribute
-
- equals(Object) - Method in class org.springframework.ldap.core.NameAwareAttributes
-
- equals(Object) - Method in class org.springframework.ldap.filter.BinaryLogicalFilter
-
- equals(Object) - Method in class org.springframework.ldap.filter.CompareFilter
-
- equals(Object) - Method in interface org.springframework.ldap.filter.Filter
-
All filters must implement equals.
- equals(Object) - Method in class org.springframework.ldap.filter.HardcodedFilter
-
- equals(Object) - Method in class org.springframework.ldap.filter.NotFilter
-
- equals(Object) - Method in class org.springframework.ldap.filter.NotPresentFilter
-
- equals(Object) - Method in class org.springframework.ldap.filter.PresentFilter
-
- equals(Object) - Method in class org.springframework.ldap.pool.DelegatingContext
-
- equals(Object) - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- equals(Object) - Method in class org.springframework.ldap.pool.DelegatingLdapContext
-
- equals(Object) - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- equals(Object) - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- equals(Object) - Method in class org.springframework.ldap.pool2.DelegatingLdapContext
-
- 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.
- ESCAPEDSTART - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
RegularExpression Id.
- execute(Exception) - Method in interface org.springframework.ldap.core.AuthenticationErrorCallback
-
This method will be called with the authentication exception in
case there is a problem with the authentication.
- execute(Exception) - Method in class org.springframework.ldap.core.CollectingAuthenticationErrorCallback
-
- executeReadOnly(ContextExecutor<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform an operation (or series of operations) on a read-only context.
- executeReadOnly(ContextExecutor<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform an operation (or series of operations) on a read-only context.
- executeReadWrite(ContextExecutor<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform an operation (or series of operations) on a read-write context.
- executeReadWrite(ContextExecutor<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform an operation (or series of operations) on a read-write context.
- executeSearch(DirContext) - Method in interface org.springframework.ldap.core.SearchExecutor
-
Execute the actual search.
- executeWithContext(DirContext, LdapEntryIdentification) - Method in interface org.springframework.ldap.core.AuthenticatedLdapEntryContextCallback
-
Perform some LDAP operation on the supplied authenticated
DirContext instance.
- executeWithContext(DirContext) - Method in interface org.springframework.ldap.core.ContextExecutor
-
Perform any operation on the context.
- executeWithContext(DirContext, LdapEntryIdentification) - Method in class org.springframework.ldap.core.support.LookupAttemptingCallback
-
- 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.
- exists(Predicate) - Method in class org.springframework.ldap.repository.support.QueryDslLdapRepository
-
- exists(Name) - Method in class org.springframework.ldap.repository.support.SimpleLdapRepository
-
- ExpandBuff(boolean) - Method in class org.springframework.ldap.core.SimpleCharStream
-
- expectedTokenSequences - Variable in exception org.springframework.ldap.core.ParseException
-
Each entry in this array is an array of integers.
- extendedOperation(ExtendedRequest) - Method in class org.springframework.ldap.pool.DelegatingLdapContext
-
- extendedOperation(ExtendedRequest) - Method in class org.springframework.ldap.pool2.DelegatingLdapContext
-
- ExternalTlsDirContextAuthenticationStrategy - Class in org.springframework.ldap.core.support
-
- ExternalTlsDirContextAuthenticationStrategy() - Constructor for class org.springframework.ldap.core.support.ExternalTlsDirContextAuthenticationStrategy
-
- generateParseException() - Method in class org.springframework.ldap.core.DnParserImpl
-
Generate ParseException.
- get(int) - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
- get() - Method in class org.springframework.ldap.core.NameAwareAttribute
-
- get(int) - Method in class org.springframework.ldap.core.NameAwareAttribute
-
- get(String) - Method in class org.springframework.ldap.core.NameAwareAttributes
-
- getAbsoluteDn() - Method in class org.springframework.ldap.core.LdapEntryIdentification
-
- getAbsoluteName() - Method in class org.springframework.ldap.core.LdapEntryIdentification
-
Get the DN of the identified entry relative to the base LDAP path, e.g.
- getActualTargetClass(DirContext) - Static method in class org.springframework.ldap.support.LdapUtils
-
Get the actual class of the supplied DirContext instance; LdapContext or
DirContext.
- getAll() - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
- getAll() - Method in class org.springframework.ldap.core.NameAwareAttribute
-
- getAll() - Method in class org.springframework.ldap.core.NameAwareAttributes
-
- getAnonymousEnv() - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
- 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
-
Deprecated.
- getAttributeDefinition() - Method in class org.springframework.ldap.core.NameAwareAttribute
-
- 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
- getAttributes(Name, String[]) - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- getAttributes(Name) - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- getAttributes(String, String[]) - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- getAttributes(String) - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- getAttributes(Name, String[]) - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- getAttributes(Name) - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- getAttributes(String, String[]) - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- getAttributes(String) - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- getAttributes() - Method in interface org.springframework.LdapDataEntry
-
Get all the Attributes.
- getAttributesForLookup() - Method in interface org.springframework.ldap.core.IncrementalAttributesMapper
-
Get properly formatted attributes for use in the next query.
- getAttributesForLookup() - Method in class org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper
-
- getAttributeSortedStringSet(String) - Method in class org.springframework.ldap.core.DirContextAdapter
-
Get all String values of the attribute as a SortedSet.
- getAttributeSortedStringSet(String) - Method in interface org.springframework.LdapDataEntry
-
Get all String values of the attribute as a SortedSet.
- getAttributeSyntaxDefinition() - Method in class org.springframework.ldap.core.NameAwareAttribute
-
- getAuthenticatedEnv(String, String) - 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.pool.validation.DefaultDirContextValidator
-
- getBase() - Method in class org.springframework.ldap.pool2.validation.DefaultDirContextValidator
-
- getBaseLdapName() - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
- getBaseLdapName() - Method in interface org.springframework.ldap.core.support.BaseLdapPathSource
-
- getBaseLdapName() - Method in class org.springframework.ldap.core.support.DelegatingBaseLdapPathContextSourceSupport
-
- getBaseLdapPath() - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
- getBaseLdapPath() - Method in interface org.springframework.ldap.core.support.BaseLdapPathSource
-
- getBaseLdapPath() - Method in class org.springframework.ldap.core.support.DelegatingBaseLdapPathContextSourceSupport
-
- 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.
- getBaseLdapPathAsString() - Method in class org.springframework.ldap.core.support.DelegatingBaseLdapPathContextSourceSupport
-
- getBeginColumn() - Method in class org.springframework.ldap.core.SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in class org.springframework.ldap.core.SimpleCharStream
-
Get token beginning line number.
- getCalculatedId(Object) - Method in class org.springframework.ldap.odm.core.impl.DefaultObjectDirectoryMapper
-
- getCalculatedId(Object) - Method in interface org.springframework.ldap.odm.core.ObjectDirectoryMapper
-
- getCause() - Method in exception org.springframework.ldap.NamingException
-
Overrides
Throwable.getCause() since serialization
always tries to serialize the base class before the subclass.
- getClazz() - Method in class org.springframework.ldap.repository.support.SimpleLdapRepository
-
- getCollectedAttributes() - Method in interface org.springframework.ldap.core.IncrementalAttributesMapper
-
Get all collected values for all managed attributes as an Attributes instance.
- getCollectedAttributes() - Method in class org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper
-
- getColumn() - Method in class org.springframework.ldap.core.SimpleCharStream
-
Deprecated.
- 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
-
Deprecated.
Gets the first LdapRdnComponent of this LdapRdn.
- getComponent(int) - Method in class org.springframework.ldap.core.LdapRdn
-
Deprecated.
Get the LdapRdnComponent at index idx.
- getComponents() - Method in class org.springframework.ldap.core.LdapRdn
-
Deprecated.
Gets all components in this LdapRdn.
- getConnectControls() - Method in class org.springframework.ldap.pool.DelegatingLdapContext
-
- getConnectControls() - Method in class org.springframework.ldap.pool2.DelegatingLdapContext
-
- getContext(String, String) - Method in interface org.springframework.ldap.core.ContextSource
-
Gets a DirContext instance authenticated using the supplied
principal and credentials.
- getContext(String, String) - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
- getContext(String, String) - Method in class org.springframework.ldap.core.support.SingleContextSource
-
- getContext(DirContextType) - Method in class org.springframework.ldap.pool.factory.MutablePoolingContextSource
-
- getContext(DirContextType) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
Gets a DirContext of the specified type from the keyed object pool.
- getContext(String, String) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- getContext(DirContextType) - Method in class org.springframework.ldap.pool2.factory.MutablePooledContextSource
-
- getContext(DirContextType) - Method in class org.springframework.ldap.pool2.factory.PooledContextSource
-
Gets a DirContext of the specified type from the keyed object pool.
- getContext(String, String) - Method in class org.springframework.ldap.pool2.factory.PooledContextSource
-
- getContext(String, String) - Method in class org.springframework.ldap.transaction.compensating.manager.TransactionAwareContextSourceProxy
-
- 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.pool.factory.PoolingContextSource
-
- getContextSource() - Method in class org.springframework.ldap.pool2.factory.PooledContextSource
-
- getContextSource() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
-
Deprecated.
- getContextSource() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
-
Deprecated.
- 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
-
Deprecated.
Get the cookie.
- getCookie() - Method in class org.springframework.ldap.control.PagedResultsCookie
-
Get the cookie.
- getCookie() - Method in class org.springframework.ldap.control.PagedResultsDirContextProcessor
-
Get the cookie.
- getCookie() - Method in class org.springframework.ldap.control.PagedResultsRequestControl
-
Deprecated.
Get the cookie.
- 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.
- getDelegateContext() - Method in class org.springframework.ldap.pool.DelegatingContext
-
- getDelegateContext() - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- getDelegateContext() - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- getDelegateContext() - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- getDelegateDirContext() - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- getDelegateDirContext() - Method in class org.springframework.ldap.pool.DelegatingLdapContext
-
- getDelegateDirContext() - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- getDelegateDirContext() - Method in class org.springframework.ldap.pool2.DelegatingLdapContext
-
- getDelegateLdapContext() - Method in class org.springframework.ldap.pool.DelegatingLdapContext
-
- getDelegateLdapContext() - Method in class org.springframework.ldap.pool2.DelegatingLdapContext
-
- getDirContextInstance(Hashtable<String, Object>) - 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<String, Object>) - Method in class org.springframework.ldap.core.support.LdapContextSource
-
- getDirContextProcessors() - Method in class org.springframework.ldap.core.support.AggregateDirContextProcessor
-
- getDirContextValidator() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- getDirContextValidator() - Method in class org.springframework.ldap.pool2.factory.PooledContextSource
-
- getDirObjectFactory() - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
Get the DirObjectFactory to use.
- getDn() - Method in class org.springframework.ldap.core.DirContextAdapter
-
Returns the DN relative to the base path.
- getDn() - Method in interface org.springframework.LdapDataEntry
-
Returns the DN relative to the base path.
- getEndColumn() - Method in class org.springframework.ldap.core.SimpleCharStream
-
Get token end column number.
- getEndLine() - Method in class org.springframework.ldap.core.SimpleCharStream
-
Get token end line number.
- getEntityInformation(Class<T>) - Method in class org.springframework.ldap.repository.support.LdapRepositoryFactory
-
- getEnvironment() - Method in class org.springframework.ldap.core.DirContextAdapter
- getEnvironment() - Method in class org.springframework.ldap.pool.DelegatingContext
-
- getEnvironment() - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- getError() - Method in class org.springframework.ldap.core.CollectingAuthenticationErrorCallback
-
- getEvictionPolicyClassName() - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- 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.
- getFilter() - Method in class org.springframework.ldap.pool.validation.DefaultDirContextValidator
-
- getFilter() - Method in class org.springframework.ldap.pool2.validation.DefaultDirContextValidator
-
- 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.
- getID() - Method in class org.springframework.ldap.core.NameAwareAttribute
-
- getId(Object) - Method in class org.springframework.ldap.odm.core.impl.DefaultObjectDirectoryMapper
-
- getId(Object) - Method in interface org.springframework.ldap.odm.core.ObjectDirectoryMapper
-
Get the distinguished name for the specified object.
- getId() - Method in enum org.springframework.ldap.query.SearchScope
-
- getIDs() - Method in class org.springframework.ldap.core.NameAwareAttributes
-
- GetImage() - Method in class org.springframework.ldap.core.SimpleCharStream
-
Get token literal value.
- getInnermostDelegateContext() - Method in class org.springframework.ldap.pool.DelegatingContext
-
Recursivley inspect delegates until a non-delegating context is found.
- getInnermostDelegateContext() - Method in class org.springframework.ldap.pool2.DelegatingContext
-
Recursivley inspect delegates until a non-delegating context is found.
- getInnermostDelegateDirContext() - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
Recursivley inspect delegates until a non-delegating dir context is found.
- getInnermostDelegateDirContext() - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
Recursivley inspect delegates until a non-delegating dir context is found.
- getInnermostDelegateLdapContext() - Method in class org.springframework.ldap.pool.DelegatingLdapContext
-
Recursivley inspect delegates until a non-delegating ldap context is found.
- getInnermostDelegateLdapContext() - Method in class org.springframework.ldap.pool2.DelegatingLdapContext
-
Recursivley inspect delegates until a non-delegating ldap context is found.
- getJmxNameBase() - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- getJmxNamePrefix() - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- getKey() - Method in class org.springframework.ldap.core.LdapRdn
-
Deprecated.
Get the key of this LdapRdn.
- getKey() - Method in class org.springframework.ldap.core.LdapRdnComponent
-
Deprecated.
Get the key (Attribute name) of this component.
- getLdapEncoded() - Method in class org.springframework.ldap.core.LdapRdn
-
Deprecated.
Get a properly rfc2253-encoded String representation of this LdapRdn.
- getLdapEncoded() - Method in class org.springframework.ldap.core.LdapRdnComponent
-
Deprecated.
- getLdapOperations() - Method in class org.springframework.ldap.repository.support.SimpleLdapRepository
-
- getLdapRdn(int) - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
Get the
LdapRdn at a specified position.
- getLdapRdn(String) - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
Get the
LdapRdn with the specified key.
- getLine() - Method in class org.springframework.ldap.core.SimpleCharStream
-
Deprecated.
- 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
"&".
- getLogicalOperator() - Method in class org.springframework.ldap.filter.OrFilter
-
- getMaxActive() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- getMaxIdle() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- getMaxIdlePerKey() - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- getMaxTotal() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- getMaxTotal() - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- getMaxTotalPerKey() - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- getMaxWait() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- getMaxWaitMillis() - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- getMessage() - Method in error org.springframework.ldap.core.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMinEvictableIdleTimeMillis() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- getMinEvictableIdleTimeMillis() - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- getMinIdle() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- getMinIdlePerKey() - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- 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
-
Creates an array of which attributes have been changed, added or removed
since the initialization of this object.
- getModulePrefix() - Method in class org.springframework.ldap.repository.config.LdapRepositoryConfigurationExtension
-
- getNameInNamespace() - Method in class org.springframework.ldap.core.DirContextAdapter
- getNameInNamespace() - Method in interface org.springframework.ldap.core.DirContextOperations
-
- getNameInNamespace() - Method in class org.springframework.ldap.pool.DelegatingContext
-
- getNameInNamespace() - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- getNameParser(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
- getNameParser(String) - Method in class org.springframework.ldap.core.DirContextAdapter
- getNameParser(Name) - Method in class org.springframework.ldap.pool.DelegatingContext
-
- getNameParser(String) - Method in class org.springframework.ldap.pool.DelegatingContext
-
- getNameParser(Name) - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- getNameParser(String) - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- getNames() - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
Get the name List.
- getNamesOfModifiedAttributes() - Method in class org.springframework.ldap.core.DirContextAdapter
-
Creates a String array of the names of the attributes which have been
changed.
- 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
-
- getNextToken() - Method in class org.springframework.ldap.core.DnParserImpl
-
Get the next Token.
- getNextToken() - Method in class org.springframework.ldap.core.DnParserImplTokenManager
-
Get the next Token.
- getNoOfRows() - Method in class org.springframework.ldap.core.support.CountNameClassPairCallbackHandler
-
Get the number of rows that was returned by the search.
- getNumActive() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- getNumActive() - Method in class org.springframework.ldap.pool2.factory.PooledContextSource
-
- getNumActiveRead() - Method in class org.springframework.ldap.pool2.factory.PooledContextSource
-
- getNumActiveWrite() - Method in class org.springframework.ldap.pool2.factory.PooledContextSource
-
- getNumIdle() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- getNumIdle() - Method in class org.springframework.ldap.pool2.factory.PooledContextSource
-
- getNumIdleRead() - Method in class org.springframework.ldap.pool2.factory.PooledContextSource
-
- getNumIdleWrite() - Method in class org.springframework.ldap.pool2.factory.PooledContextSource
-
- getNumTestsPerEvictionRun() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- getNumTestsPerEvictionRun() - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- getNumWaiters() - Method in class org.springframework.ldap.pool2.factory.PooledContextSource
-
- getObject() - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean
-
Creates a ConverterManagerImpl populating it with Converter instances from the converterConfigList property.
- getObjectAttribute(String) - Method in class org.springframework.ldap.core.DirContextAdapter
-
Get the value of an Object attribute.
- getObjectAttribute(String) - Method in interface org.springframework.LdapDataEntry
-
Get the value of an Object attribute.
- getObjectAttributes(String) - Method in class org.springframework.ldap.core.DirContextAdapter
-
Get all values of an Object attribute.
- getObjectAttributes(String) - Method in interface org.springframework.LdapDataEntry
-
Get all values of an Object attribute.
- getObjectDirectoryMapper() - Method in interface org.springframework.ldap.core.LdapOperations
-
Get the configured ObjectDirectoryMapper.
- getObjectDirectoryMapper() - Method in class org.springframework.ldap.core.LdapTemplate
-
Get the configured ObjectDirectoryMapper.
- 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 object to
the ContextMapper.
- getObjectFromNameClassPair(NameClassPair) - Method in class org.springframework.ldap.core.LdapTemplate.MappingCollectingNameClassPairCallbackHandler
-
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.support.ContextMapperCallbackHandlerWithControls
-
- 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
-
- getObjectType() - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean
-
- getOperationExecutors() - Method in class org.springframework.transaction.compensating.support.DefaultCompensatingTransactionOperationManager
-
Get the rollback operations.
- getOrder() - Method in class org.springframework.ldap.core.support.BaseLdapPathBeanPostProcessor
-
- getPageSize() - Method in class org.springframework.ldap.control.PagedResultsDirContextProcessor
-
Get the page size.
- getPageSize() - Method in class org.springframework.ldap.control.PagedResultsRequestControl
-
Deprecated.
Get the page size.
- getPassword() - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
Gets the password (credentials) to use for getting authenticated contexts.
- getPoolConfig() - Method in class org.springframework.ldap.pool2.factory.PooledContextSource
-
- getPrefix(int) - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
- 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.
- getQueryLookupStrategy(QueryLookupStrategy.Key) - Method in class org.springframework.ldap.repository.support.LdapRepositoryFactory
-
- getRdn(Name, String) - Static method in class org.springframework.ldap.support.LdapUtils
-
Find the Rdn with the requested key in the supplied Name.
- 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.core.support.SingleContextSource
-
- getReadOnlyContext() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- getReadOnlyContext() - Method in class org.springframework.ldap.pool2.factory.PooledContextSource
-
- 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 instance.
- getReadWriteContext() - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
- getReadWriteContext() - Method in class org.springframework.ldap.core.support.SingleContextSource
-
- getReadWriteContext() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- getReadWriteContext() - Method in class org.springframework.ldap.pool2.factory.PooledContextSource
-
- getReadWriteContext() - Method in class org.springframework.ldap.transaction.compensating.manager.TransactionAwareContextSourceProxy
-
- getReferralUrl() - Method in class org.springframework.ldap.core.DirContextAdapter
-
If this instance results from a referral, this method returns the url of
the referred server.
- getReferralUrl() - Method in interface org.springframework.ldap.core.DirContextOperations
-
If this instance results from a referral, this method returns the url of
the referred server.
- getRelativeDn() - Method in class org.springframework.ldap.core.LdapEntryIdentification
-
- getRelativeName() - Method in class org.springframework.ldap.core.LdapEntryIdentification
-
Get the absolute DN of the identified entry, e.g.
- 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
-
- getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.ldap.repository.support.LdapRepositoryFactory
-
- getRepositoryFactoryClassName() - Method in class org.springframework.ldap.repository.config.LdapRepositoryConfigurationExtension
-
- getRequestControls() - Method in class org.springframework.ldap.pool.DelegatingLdapContext
-
- getRequestControls() - Method in class org.springframework.ldap.pool2.DelegatingLdapContext
-
- 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.
- getResponseControls() - Method in class org.springframework.ldap.pool.DelegatingLdapContext
-
- getResponseControls() - Method in class org.springframework.ldap.pool2.DelegatingLdapContext
-
- 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
-
Deprecated.
Get the result list.
- getResultSize() - Method in class org.springframework.ldap.control.PagedResultsDirContextProcessor
-
Get the total estimated number of entries that matches the issued search.
- getResultSize() - Method in class org.springframework.ldap.control.PagedResultsRequestControl
-
Deprecated.
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
- getSchema(Name) - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- getSchema(String) - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- getSchema(Name) - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- getSchema(String) - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- getSchemaClassDefinition(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
- getSchemaClassDefinition(String) - Method in class org.springframework.ldap.core.DirContextAdapter
- getSchemaClassDefinition(Name) - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- getSchemaClassDefinition(String) - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- getSchemaClassDefinition(Name) - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- getSchemaClassDefinition(String) - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- getSearchControls() - Method in class org.springframework.ldap.pool.validation.DefaultDirContextValidator
-
- getSearchControls() - Method in class org.springframework.ldap.pool2.validation.DefaultDirContextValidator
-
- getSoftMinEvictableIdleTimeMillis() - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- getSortKey() - Method in class org.springframework.ldap.control.SortControlDirContextProcessor
-
Get the sort key.
- getStringAttribute(String) - Method in class org.springframework.ldap.core.DirContextAdapter
-
Get the value of a String attribute.
- getStringAttribute(String) - Method in interface org.springframework.LdapDataEntry
-
Get the value of a String attribute.
- getStringAttributes(String) - Method in class org.springframework.ldap.core.DirContextAdapter
-
Get all values of a String attribute.
- getStringAttributes(String) - Method in interface org.springframework.LdapDataEntry
-
Get all values of a String attribute.
- getStringValue(Name, int) - Static method in class org.springframework.ldap.support.LdapUtils
-
Get the value of the Rdn at the requested index in the supplied Name as a String.
- getStringValue(Name, String) - Static method in class org.springframework.ldap.support.LdapUtils
-
Get the value of the Rdn with the requested key in the supplied Name as a String.
- getSubtreeNode() - Method in class org.springframework.ldap.transaction.compensating.support.DifferentSubtreeTempEntryRenamingStrategy
-
- getSuffix(int) - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
- GetSuffix(int) - Method in class org.springframework.ldap.core.SimpleCharStream
-
Get the suffix.
- getTabSize(int) - Method in class org.springframework.ldap.core.SimpleCharStream
-
- getTarget() - Method in class org.springframework.ldap.core.support.DelegatingBaseLdapPathContextSourceSupport
-
Get the target ContextSource.
- getTarget() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- getTarget() - Method in class org.springframework.ldap.pool2.factory.PooledContextSource
-
- getTarget() - Method in class org.springframework.ldap.transaction.compensating.manager.TransactionAwareContextSourceProxy
-
- getTargetContext() - Method in interface org.springframework.ldap.core.DirContextProxy
-
Get the target DirContext of the proxy.
- getTargetContext() - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- getTargetContext() - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- getTargetRepository(RepositoryMetadata) - Method in class org.springframework.ldap.repository.support.LdapRepositoryFactory
-
- getTargetRepository(RepositoryInformation) - Method in class org.springframework.ldap.repository.support.LdapRepositoryFactory
-
- 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.
- getTestOnBorrow() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- getTestOnReturn() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- getTestWhileIdle() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- getTimeBetweenEvictionRunsMillis() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- getTimeBetweenEvictionRunsMillis() - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- getToken(int) - Method in class org.springframework.ldap.core.DnParserImpl
-
Get the specific Token.
- 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.
- getUserDn() - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
Gets the user distinguished name (principal) to use for getting
authenticated contexts.
- getValue(String) - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
- getValue() - Method in class org.springframework.ldap.core.LdapRdn
-
Deprecated.
Get the value of this LdapRdn.
- getValue(String) - Method in class org.springframework.ldap.core.LdapRdn
-
Deprecated.
Get the value of the LdapComponent with the specified key (Attribute
name).
- getValue() - Method in class org.springframework.ldap.core.LdapRdnComponent
-
Deprecated.
Get the (Attribute) value of this component.
- getValue() - Method in class org.springframework.ldap.core.Token
-
An optional attribute value of the Token.
- getValue() - Method in enum org.springframework.ldap.pool.PoolExhaustedAction
-
- getValue(Name, String) - Static method in class org.springframework.ldap.support.LdapUtils
-
Get the value of the Rdn with the requested key in the supplied Name.
- getValue(Name, int) - Static method in class org.springframework.ldap.support.LdapUtils
-
Get the value of the Rdn at the requested index in the supplied Name.
- getValues(String) - Method in interface org.springframework.ldap.core.IncrementalAttributesMapper
-
Get all of the collected values for the specified attribute.
- getValues(String) - Method in class org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper
-
- getWhenExhaustedAction() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- 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
-
- gte(String) - Method in interface org.springframework.ldap.query.ConditionCriteria
-
- LDAP_OID - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
RegularExpression Id.
- LDAP_TEMPLATE - Static variable in class org.springframework.ldap.config.Elements
-
- LdapAnnotationProcessor - Class in org.springframework.ldap.repository.support
-
QueryDSL Annotation Processor to generate QueryDSL classes for entity classes annotated with
Entry.
- LdapAnnotationProcessor() - Constructor for class org.springframework.ldap.repository.support.LdapAnnotationProcessor
-
- LdapCompensatingTransactionOperationFactory - Class in org.springframework.ldap.transaction.compensating
-
- LdapCompensatingTransactionOperationFactory(TempEntryRenamingStrategy) - Constructor for class org.springframework.ldap.transaction.compensating.LdapCompensatingTransactionOperationFactory
-
Constructor.
- 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
-
- LdapDataEntry - Interface in org.springframework
-
Common data access methods for entries in an LDAP tree.
- LdapEncoder - Class in org.springframework.ldap.support
-
Helper class to encode and decode ldap names and values.
- LdapEntryIdentification - Class in org.springframework.ldap.core
-
Wrapper class to handle the full identification of an LDAP entry.
- LdapEntryIdentification(DistinguishedName, DistinguishedName) - Constructor for class org.springframework.ldap.core.LdapEntryIdentification
-
- LdapEntryIdentification(LdapName, LdapName) - Constructor for class org.springframework.ldap.core.LdapEntryIdentification
-
Construct an LdapEntryIdentification instance.
- LdapEntryIdentificationContextMapper - Class in org.springframework.ldap.core
-
- LdapEntryIdentificationContextMapper() - Constructor for class org.springframework.ldap.core.LdapEntryIdentificationContextMapper
-
- LdapNameBuilder - Class in org.springframework.ldap.support
-
Helper class for building
LdapName instances.
- LdapNamespaceHandler - Class in org.springframework.ldap.config
-
- LdapNamespaceHandler() - Constructor for class org.springframework.ldap.config.LdapNamespaceHandler
-
- LdapOperations - Interface in org.springframework.ldap.core
-
Interface that specifies a basic set of LDAP operations.
- LdapOperationsCallback<T> - Interface in org.springframework.ldap.core.support
-
- LdapQuery - Interface in org.springframework.ldap.query
-
Holds all information regarding a Ldap query to be performed.
- LdapQueryBuilder - Class in org.springframework.ldap.query
-
Builder of LdapQueries.
- LdapQueryCreator - Class in org.springframework.ldap.repository.query
-
Creator of dynamic queries based on method names.
- LdapQueryCreator(PartTree, Parameters<?, ?>, Class<?>, ObjectDirectoryMapper, Object[]) - Constructor for class org.springframework.ldap.repository.query.LdapQueryCreator
-
Construct a new instance.
- LdapQueryMethod - Class in org.springframework.ldap.repository.query
-
QueryMethod for Ldap Queries.
- LdapQueryMethod(Method, RepositoryMetadata, ProjectionFactory) - Constructor for class org.springframework.ldap.repository.query.LdapQueryMethod
-
Creates a new LdapQueryMethod from the given parameters.
- LdapRdn - Class in org.springframework.ldap.core
-
- LdapRdn() - Constructor for class org.springframework.ldap.core.LdapRdn
-
Deprecated.
Default constructor.
- LdapRdn(String) - Constructor for class org.springframework.ldap.core.LdapRdn
-
Deprecated.
Parse the supplied string and construct this instance accordingly.
- LdapRdn(String, String) - Constructor for class org.springframework.ldap.core.LdapRdn
-
Deprecated.
Construct an LdapRdn using the supplied key and value.
- LdapRdnComponent - Class in org.springframework.ldap.core
-
- LdapRdnComponent(String, String) - Constructor for class org.springframework.ldap.core.LdapRdnComponent
-
Deprecated.
Constructs an LdapRdnComponent without decoding the value.
- LdapRdnComponent(String, String, boolean) - Constructor for class org.springframework.ldap.core.LdapRdnComponent
-
Deprecated.
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
-
- LdapRepository<T> - Interface in org.springframework.ldap.repository
-
Ldap specific extensions to CrudRepository.
- LdapRepositoryConfigurationExtension - Class in org.springframework.ldap.repository.config
-
- LdapRepositoryConfigurationExtension() - Constructor for class org.springframework.ldap.repository.config.LdapRepositoryConfigurationExtension
-
- LdapRepositoryFactory - Class in org.springframework.ldap.repository.support
-
- LdapRepositoryFactory(LdapOperations) - Constructor for class org.springframework.ldap.repository.support.LdapRepositoryFactory
-
- LdapRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,Name>,S> - Class in org.springframework.ldap.repository.support
-
- LdapRepositoryFactoryBean() - Constructor for class org.springframework.ldap.repository.support.LdapRepositoryFactoryBean
-
- 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<T> - Class in org.springframework.ldap.core
-
- LdapTemplate.NullDirContextProcessor - Class in org.springframework.ldap.core
-
- LdapTemplateParser - Class in org.springframework.ldap.config
-
- LdapTemplateParser() - Constructor for class org.springframework.ldap.config.LdapTemplateParser
-
- 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.
- LEADCHAR - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
RegularExpression Id.
- 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
-
- LexicalError(boolean, int, int, int, String, char) - Static method in error org.springframework.ldap.core.TokenMgrError
-
Returns a detailed message for the Error when it is thrown by the
token manager to indicate a lexical error.
- lexStateNames - Static variable in class org.springframework.ldap.core.DnParserImplTokenManager
-
Lexer state names.
- like(String) - Method in interface org.springframework.ldap.query.ConditionCriteria
-
- 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
-
- line - Variable in class org.springframework.ldap.core.SimpleCharStream
-
- 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<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of the children of the given
base.
- list(Name, NameClassPairMapper<T>) - 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
-
Perform a non-recursive listing of the children of the given
base.
- list(Name, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a non-recursive listing of the children of the given
base.
- list(String, NameClassPairMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a non-recursive listing of the children of the given
base.
- list(Name, NameClassPairMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a non-recursive listing of the children of the given
base.
- list(Name) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a non-recursive listing of the children of the given
base.
- list(String) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a non-recursive listing of the children of the given
base.
- list(Name) - Method in class org.springframework.ldap.pool.DelegatingContext
-
- list(String) - Method in class org.springframework.ldap.pool.DelegatingContext
-
- list(Name) - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- list(String) - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- list() - Method in class org.springframework.ldap.repository.support.QueryDslLdapQuery
-
- 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<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of the children of the given
base.
- listBindings(Name, NameClassPairMapper<T>) - 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<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of the children of the given
base.
- listBindings(Name, ContextMapper<T>) - 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
-
Perform a non-recursive listing of the children of the given
base.
- listBindings(Name, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a non-recursive listing of the children of the given
base.
- listBindings(String, NameClassPairMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a non-recursive listing of the children of the given
base.
- listBindings(Name, NameClassPairMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a non-recursive listing of the children of the given
base.
- listBindings(String) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a non-recursive listing of children of the given
base.
- listBindings(Name) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a non-recursive listing of children of the given
base.
- listBindings(String, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a non-recursive listing of the children of the given
base.
- listBindings(Name, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a non-recursive listing of the children of the given
base.
- listBindings(Name) - Method in class org.springframework.ldap.pool.DelegatingContext
-
- listBindings(String) - Method in class org.springframework.ldap.pool.DelegatingContext
-
- listBindings(Name) - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- listBindings(String) - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- ListComparator - Class in org.springframework.ldap.support
-
Comparator for comparing lists of Comparable objects.
- ListComparator() - Constructor for class org.springframework.ldap.support.ListComparator
-
- loadControlClasses() - Method in class org.springframework.ldap.control.AbstractFallbackRequestAndResponseControlDirContextProcessor
-
- log - Variable in class org.springframework.ldap.control.AbstractRequestControlDirContextProcessor
-
- logger - Variable in class org.springframework.ldap.pool.factory.PoolingContextSource
-
The logger for this class and sub-classes
- logger - Variable in class org.springframework.ldap.pool.validation.DefaultDirContextValidator
-
Logger for this class and sub-classes
- logger - Variable in class org.springframework.ldap.pool2.factory.PooledContextSource
-
The logger for this class and sub-classes
- logger - Variable in class org.springframework.ldap.pool2.validation.DefaultDirContextValidator
-
Logger for this class and sub-classes
- 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<T>) - 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<T>) - 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<T>) - 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<T>) - 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<T>) - 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<T>) - 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<T>) - 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<T>) - 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 the supplied DN and return the found object.
- lookup(String) - Method in class org.springframework.ldap.core.LdapTemplate
-
Lookup the supplied DN and return the found object.
- lookup(Name, AttributesMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Convenience method to get the attributes of a specified DN and
automatically pass them to an AttributesMapper.
- lookup(String, AttributesMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Convenience method to get the attributes of a specified DN and
automatically pass them to an AttributesMapper.
- lookup(Name, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Convenience method to lookup a specified DN and automatically pass the
found object to a ContextMapper.
- lookup(String, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Convenience method to lookup a specified DN and automatically pass the
found object to a ContextMapper.
- lookup(Name, String[], AttributesMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Convenience method to get the specified attributes of a specified DN and
automatically pass them to an AttributesMapper.
- lookup(String, String[], AttributesMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Convenience method to get the specified attributes of a specified DN and
automatically pass them to an AttributesMapper.
- lookup(Name, String[], ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Convenience method to get the specified attributes of a specified DN and
automatically pass them to a ContextMapper.
- lookup(String, String[], ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
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.pool.DelegatingContext
-
- lookup(String) - Method in class org.springframework.ldap.pool.DelegatingContext
-
- lookup(Name) - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- lookup(String) - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- LookupAttemptingCallback - Class in org.springframework.ldap.core.support
-
Attempts to perform an LDAP operation in the authenticated context, because
Active Directory might allow bind with incorrect password (specifically empty
password), and later refuse operations.
- LookupAttemptingCallback() - Constructor for class org.springframework.ldap.core.support.LookupAttemptingCallback
-
- lookupAttributes(LdapOperations, String, String) - Static method in class org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper
-
Lookup all values for the specified attribute, looping through the results incrementally if necessary.
- lookupAttributes(LdapOperations, String, String[]) - Static method in class org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper
-
Lookup all values for the specified attributes, looping through the results incrementally if necessary.
- lookupAttributes(LdapOperations, Name, String) - Static method in class org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper
-
Lookup all values for the specified attribute, looping through the results incrementally if necessary.
- lookupAttributes(LdapOperations, Name, String[]) - Static method in class org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper
-
Lookup all values for the specified attributes, looping through the results incrementally if necessary.
- lookupAttributeValues(LdapOperations, String, String) - Static method in class org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper
-
Lookup all values for the specified attribute, looping through the results incrementally if necessary.
- lookupAttributeValues(LdapOperations, Name, String) - Static method in class org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper
-
Lookup all values for the specified attribute, looping through the results incrementally if necessary.
- lookupContext(Name) - Method in interface org.springframework.ldap.core.LdapOperations
-
- lookupContext(String) - Method in interface org.springframework.ldap.core.LdapOperations
-
- 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
- lookupLink(Name) - Method in class org.springframework.ldap.pool.DelegatingContext
-
- lookupLink(String) - Method in class org.springframework.ldap.pool.DelegatingContext
-
- lookupLink(Name) - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- lookupLink(String) - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- lte(String) - Method in interface org.springframework.ldap.query.ConditionCriteria
-
- NameAlreadyBoundException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI NameAlreadyBoundException.
- NameAlreadyBoundException(NameAlreadyBoundException) - Constructor for exception org.springframework.ldap.NameAlreadyBoundException
-
- NameAwareAttribute - Class in org.springframework.ldap.core
-
Used internally to make DirContextAdapter properly handle Names as values.
- NameAwareAttribute(String, Object) - Constructor for class org.springframework.ldap.core.NameAwareAttribute
-
Construct a new instance with the specified id and one value.
- NameAwareAttribute(Attribute) - Constructor for class org.springframework.ldap.core.NameAwareAttribute
-
Construct a new instance from the supplied Attribute.
- NameAwareAttribute(String) - Constructor for class org.springframework.ldap.core.NameAwareAttribute
-
Construct a new instance with the specified id and no values.
- NameAwareAttribute(String, boolean) - Constructor for class org.springframework.ldap.core.NameAwareAttribute
-
Construct a new instance with the specified id, no values and order significance as specified.
- NameAwareAttributes - Class in org.springframework.ldap.core
-
Used internally to help DirContextAdapter properly handle Names as values.
- NameAwareAttributes() - Constructor for class org.springframework.ldap.core.NameAwareAttributes
-
Create an empty instance
- NameAwareAttributes(Attributes) - Constructor for class org.springframework.ldap.core.NameAwareAttributes
-
Create a new instance, populated with the data from the supplied instance.
- NameClassPairCallbackHandler - Interface in org.springframework.ldap.core
-
Callback interface used by
LdapTemplate search, list and listBindings
methods.
- NameClassPairMapper<T> - Interface in org.springframework.ldap.core
-
Responsible for mapping NameClassPair objects to beans.
- nameDecode(String) - Static method in class org.springframework.ldap.support.LdapEncoder
-
Decodes a value.
- nameEncode(String) - Static method in class org.springframework.ldap.support.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
-
- NameToStringConverter() - Constructor for class org.springframework.ldap.odm.typeconversion.impl.ConversionServiceConverterManager.NameToStringConverter
-
- 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
-
- newInstance(Control[]) - Method in class org.springframework.ldap.pool.DelegatingLdapContext
-
- newInstance(Control[]) - Method in class org.springframework.ldap.pool2.DelegatingLdapContext
-
- newInstance() - Static method in class org.springframework.ldap.support.LdapNameBuilder
-
Construct a new instance, starting with a blank LdapName.
- newInstance(Name) - Static method in class org.springframework.ldap.support.LdapNameBuilder
-
Construct a new instance, starting with a copy of the supplied LdapName.
- newInstance(String) - Static method in class org.springframework.ldap.support.LdapNameBuilder
-
Construct a new instance, starting with an LdapName constructed from the supplied string.
- newLdapName(Name) - Static method in class org.springframework.ldap.support.LdapUtils
-
Construct a new LdapName instance from the supplied Name instance.
- newLdapName(String) - Static method in class org.springframework.ldap.support.LdapUtils
-
Construct a new LdapName instance from the supplied distinguished name string.
- newToken(int, String) - Static method in class org.springframework.ldap.core.Token
-
Returns a new Token object, by default.
- newToken(int) - Static method in class org.springframework.ldap.core.Token
-
- next - Variable in class org.springframework.ldap.core.Token
-
A reference to the next regular (non-special) token from the input
stream.
- NoInitialContextException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI NoInitialContextException.
- NoInitialContextException(NoInitialContextException) - Constructor for exception org.springframework.ldap.NoInitialContextException
-
- NonClosingDirContextInvocationHandler(DirContext) - Constructor for class org.springframework.ldap.core.support.SingleContextSource.NonClosingDirContextInvocationHandler
-
- 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(String) - Constructor for exception org.springframework.ldap.NoSuchAttributeException
-
- NoSuchAttributeException(NoSuchAttributeException) - Constructor for exception org.springframework.ldap.NoSuchAttributeException
-
- not() - Method in interface org.springframework.ldap.query.ConditionCriteria
-
Negates the currently constructed operation.
- 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.
- NotPresentFilter - Class in org.springframework.ldap.filter
-
A convenience class that combines NOT behavior with present
behavior to allow the user to check for the non-existence of a attribute.
- NotPresentFilter(String) - Constructor for class org.springframework.ldap.filter.NotPresentFilter
-
Creates a new instance of a not present filter for a particular
attribute.
- NullDirContextProcessor() - Constructor for class org.springframework.ldap.core.LdapTemplate.NullDirContextProcessor
-
- NullOperationExecutor - Class in org.springframework.ldap.transaction.compensating
-
- NullOperationExecutor() - Constructor for class org.springframework.ldap.transaction.compensating.NullOperationExecutor
-
- NullOperationRecorder - Class in org.springframework.ldap.transaction.compensating
-
- NullOperationRecorder() - Constructor for class org.springframework.ldap.transaction.compensating.NullOperationRecorder
-
- ObjectDirectoryMapper - Interface in org.springframework.ldap.odm.core
-
The ObjectDirectoryMapper keeps track of managed class metadata and is used by
LdapTemplate
to map to/from entity objects annotated with the annotations specified in the
org.springframework.ldap.odm.annotations
package.
- ObjectRetrievalException - Exception in org.springframework.ldap.core
-
- 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.
- OdmException - Exception in org.springframework.ldap.odm.core
-
The root of the Spring LDAP ODM exception hierarchy.
- OdmException(String) - Constructor for exception org.springframework.ldap.odm.core.OdmException
-
- OdmException(String, Throwable) - Constructor for exception org.springframework.ldap.odm.core.OdmException
-
- 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
- or(String) - Method in interface org.springframework.ldap.query.ContainerCriteria
-
Append a logical Or condition to the currently built filter.
- or(ContainerCriteria) - Method in interface org.springframework.ldap.query.ContainerCriteria
-
Append an Or condition for a nested criterion.
- or(ContainerCriteria, ContainerCriteria) - Method in class org.springframework.ldap.repository.query.LdapQueryCreator
-
- OrFilter - Class in org.springframework.ldap.filter
-
Filter for logical OR.
- OrFilter() - Constructor for class org.springframework.ldap.filter.OrFilter
-
- org.springframework - package org.springframework
-
- 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.config - package org.springframework.ldap.config
-
- 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
-
Support classes for the core Spring LDAP package.
- org.springframework.ldap.filter - package org.springframework.ldap.filter
-
Utility classes for dynamically building LDAP
filters.
- org.springframework.ldap.odm.annotations - package org.springframework.ldap.odm.annotations
-
Provides a set of annotations to describe the mapping of a Java class to an LDAP entry.
- org.springframework.ldap.odm.core - package org.springframework.ldap.odm.core
-
Provides an OdmManager interface for interaction with an LDAP directory.
- org.springframework.ldap.odm.core.impl - package org.springframework.ldap.odm.core.impl
-
Provides a single public class which implements
OdmManager.
- org.springframework.ldap.odm.typeconversion - package org.springframework.ldap.odm.typeconversion
-
Provides an interface to be implemented to create a type conversion framework.
- org.springframework.ldap.odm.typeconversion.impl - package org.springframework.ldap.odm.typeconversion.impl
-
- org.springframework.ldap.odm.typeconversion.impl.converters - package org.springframework.ldap.odm.typeconversion.impl.converters
-
Provides some basic implementations of the
Converter interface.
- org.springframework.ldap.pool - package org.springframework.ldap.pool
-
Base classes for the pooling library.
- org.springframework.ldap.pool.factory - package org.springframework.ldap.pool.factory
-
Core classes for the pooling library.
- org.springframework.ldap.pool.validation - package org.springframework.ldap.pool.validation
-
Connection validation support for the pooling library.
- org.springframework.ldap.pool2 - package org.springframework.ldap.pool2
-
Base classes for the pooling library based on commons-pool2 library.
- org.springframework.ldap.pool2.factory - package org.springframework.ldap.pool2.factory
-
Core classes for the pooling library based on commons-pool2 library.
- org.springframework.ldap.pool2.validation - package org.springframework.ldap.pool2.validation
-
Connection validation support for the pooling library.
- org.springframework.ldap.query - package org.springframework.ldap.query
-
- org.springframework.ldap.repository - package org.springframework.ldap.repository
-
- org.springframework.ldap.repository.config - package org.springframework.ldap.repository.config
-
- org.springframework.ldap.repository.query - package org.springframework.ldap.repository.query
-
- org.springframework.ldap.repository.support - package org.springframework.ldap.repository.support
-
- 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.
- save(S) - Method in class org.springframework.ldap.repository.support.SimpleLdapRepository
-
- save(Iterable<S>) - Method in class org.springframework.ldap.repository.support.SimpleLdapRepository
-
- 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
-
- 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<T>, DirContextProcessor) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, SearchControls, AttributesMapper<T>, DirContextProcessor) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, SearchControls, ContextMapper<T>, DirContextProcessor) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, SearchControls, ContextMapper<T>, 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<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, int, String[], AttributesMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, int, AttributesMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, int, AttributesMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, AttributesMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, AttributesMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, int, String[], ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, int, String[], ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, int, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, int, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, SearchControls, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, SearchControls, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, SearchControls, AttributesMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, SearchControls, AttributesMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(LdapQuery, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a search with parameters from the specified LdapQuery.
- search(LdapQuery, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a search with parameters from the specified LdapQuery.
- search(LdapQuery, AttributesMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a search with parameters from the specified LdapQuery.
- search(Name, String, int, boolean, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(String, String, int, boolean, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(Name, String, SearchControls, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(String, String, SearchControls, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(Name, String, SearchControls, NameClassPairCallbackHandler, DirContextProcessor) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(String, String, SearchControls, NameClassPairCallbackHandler, DirContextProcessor) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- 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 for all objects matching the supplied filter.
- search(String, String, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(Name, String, int, String[], AttributesMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(String, String, int, String[], AttributesMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(Name, String, int, AttributesMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(String, String, int, AttributesMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(Name, String, AttributesMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(String, String, AttributesMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(Name, String, int, String[], ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(String, String, int, String[], ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(Name, String, int, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(String, String, int, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(Name, String, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(String, String, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(String, String, SearchControls, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(Name, String, SearchControls, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(Name, String, SearchControls, AttributesMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(String, String, SearchControls, AttributesMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(String, String, SearchControls, AttributesMapper<T>, DirContextProcessor) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(Name, String, SearchControls, AttributesMapper<T>, DirContextProcessor) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(String, String, SearchControls, ContextMapper<T>, DirContextProcessor) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(Name, String, SearchControls, ContextMapper<T>, DirContextProcessor) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(LdapQuery, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a search with parameters from the specified LdapQuery.
- search(LdapQuery, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a search with parameters from the specified LdapQuery.
- search(LdapQuery, AttributesMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a search with parameters from the specified LdapQuery.
- search(Name, Attributes, String[]) - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- search(Name, Attributes) - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- search(Name, String, Object[], SearchControls) - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- search(Name, String, SearchControls) - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- search(String, Attributes, String[]) - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- search(String, Attributes) - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- search(String, String, Object[], SearchControls) - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- search(String, String, SearchControls) - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- search(Name, Attributes, String[]) - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- search(Name, Attributes) - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- search(Name, String, Object[], SearchControls) - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- search(Name, String, SearchControls) - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- search(String, Attributes, String[]) - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- search(String, Attributes) - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- search(String, String, Object[], SearchControls) - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- search(String, String, SearchControls) - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- SearchExecutor - Interface in org.springframework.ldap.core
-
Interface for delegating an actual search operation.
- searchForContext(LdapQuery) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a search for a unique entry matching the specified LDAP
query and return the found entry as a DirContextOperation instance.
- searchForContext(LdapQuery) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a search for a unique entry matching the specified LDAP
query and return the found entry as a DirContextOperation instance.
- searchForObject(Name, String, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a search for a unique entry matching the specified search
criteria and return the found object.
- searchForObject(Name, String, SearchControls, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a search for a unique entry matching the specified search
criteria and return the found object.
- searchForObject(String, String, SearchControls, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a search for a unique entry matching the specified search
criteria and return the found object.
- searchForObject(String, String, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a search for a unique entry matching the specified search
criteria and return the found object.
- searchForObject(LdapQuery, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a search for a unique entry matching the specified LDAP
query and return the found object.
- searchForObject(Name, String, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a search for a unique entry matching the specified search
criteria and return the found object.
- searchForObject(String, String, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a search for a unique entry matching the specified search
criteria and return the found object.
- searchForObject(Name, String, SearchControls, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a search for a unique entry matching the specified search
criteria and return the found object.
- searchForObject(String, String, SearchControls, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a search for a unique entry matching the specified search
criteria and return the found object.
- searchForObject(LdapQuery, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a search for a unique entry matching the specified LDAP
query and return the found object.
- searchScope() - Method in interface org.springframework.ldap.query.LdapQuery
-
Get the search scope.
- searchScope(SearchScope) - Method in class org.springframework.ldap.query.LdapQueryBuilder
-
Set the search scope for the query.
- searchScope() - Method in class org.springframework.ldap.query.LdapQueryBuilder
-
- SearchScope - Enum in org.springframework.ldap.query
-
Type safe definitions of search scopes.
- ServiceUnavailableException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI ServiceUnavailableException.
- ServiceUnavailableException(ServiceUnavailableException) - Constructor for exception org.springframework.ldap.ServiceUnavailableException
-
- set(int, Object) - Method in class org.springframework.ldap.core.NameAwareAttribute
-
- 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
-
Deprecated.
- setAsText(String) - Method in class org.springframework.ldap.filter.FilterEditor
-
- 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
-
Set the with the name name to the value.
- setAttributeValue(String, Object) - Method in interface org.springframework.LdapDataEntry
-
Set the with the name name to the value.
- setAttributeValues(String, Object[]) - Method in class org.springframework.ldap.core.DirContextAdapter
-
Sets a multivalue attribute, disregarding the order of the values.
- setAttributeValues(String, Object[], boolean) - Method in class org.springframework.ldap.core.DirContextAdapter
-
Sets a multivalue attribute.
- setAttributeValues(String, Object[]) - Method in interface org.springframework.LdapDataEntry
-
Sets a multivalue attribute, disregarding the order of the values.
- setAttributeValues(String, Object[], boolean) - Method in interface org.springframework.LdapDataEntry
-
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.
- setAuthenticationStrategy(DirContextAuthenticationStrategy) - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
- setBase(String) - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
Set the base suffix from which all operations should origin.
- setBase(String) - Method in class org.springframework.ldap.pool.validation.DefaultDirContextValidator
-
- setBase(String) - Method in class org.springframework.ldap.pool2.validation.DefaultDirContextValidator
-
- setBaseEnvironmentProperties(Map<String, Object>) - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
If any custom environment properties are needed, these can be set using
this method.
- setBaseLdapPath(LdapName) - Method in interface org.springframework.ldap.core.support.BaseLdapNameAware
-
Set the base LDAP path specified in the current
ApplicationContext.
- setBaseLdapPath(DistinguishedName) - Method in interface org.springframework.ldap.core.support.BaseLdapPathAware
-
Deprecated.
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
-
- setBasePath(String) - Method in class org.springframework.ldap.core.support.BaseLdapPathBeanPostProcessor
-
- setBlockWhenExhausted(boolean) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- 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.pool.factory.PoolingContextSource
-
- setContextSource(ContextSource) - Method in class org.springframework.ldap.pool2.factory.PooledContextSource
-
- setContextSource(ContextSource) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
-
Deprecated.
- setContextSource(ContextSource) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
-
Deprecated.
- 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.
- setConverter(Converter) - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean.ConverterConfig
-
- setConverterConfig(Set<ConverterManagerFactoryBean.ConverterConfig>) - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean
-
- setConverterManager(ConverterManager) - Method in class org.springframework.ldap.odm.core.impl.DefaultObjectDirectoryMapper
-
- setCritical(boolean) - Method in class org.springframework.ldap.control.AbstractFallbackRequestAndResponseControlDirContextProcessor
-
Set whether this control should be indicated as critical.
- setCtx(DirContext) - Method in class org.springframework.ldap.transaction.compensating.manager.DirContextHolder
-
Set the DirContext associated with the current transaction.
- setDebugStream(PrintStream) - Method in class org.springframework.ldap.core.DnParserImplTokenManager
-
Set debug output.
- setDefaultCountLimit(int) - Method in class org.springframework.ldap.core.LdapTemplate
-
Set the default count limit be used in searches if not explicitly specified.
- setDefaultPassword(String) - Method in class org.springframework.ldap.authentication.DefaultValuesAuthenticationSourceDecorator
-
Set the password of the default user.
- setDefaultSearchScope(int) - Method in class org.springframework.ldap.core.LdapTemplate
-
Set the default scope to be used in searches if not explicitly specified.
- setDefaultTimeLimit(int) - Method in class org.springframework.ldap.core.LdapTemplate
-
Set the default time limit be used in searches if not explicitly specified.
- setDefaultUser(String) - Method in class org.springframework.ldap.authentication.DefaultValuesAuthenticationSourceDecorator
-
Set the default user DN.
- setDirContextProcessors(List<DirContextProcessor>) - Method in class org.springframework.ldap.core.support.AggregateDirContextProcessor
-
- setDirContextValidator(DirContextValidator) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setDirContextValidator(DirContextValidator) - Method in class org.springframework.ldap.pool2.factory.PooledContextSource
-
- 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
-
Set the dn of this entry.
- setDn(Name) - Method in interface org.springframework.ldap.core.DirContextOperations
-
Set the dn of this entry.
- setEvictionPolicyClassName(String) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setFairness(boolean) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setFilter(String) - Method in class org.springframework.ldap.pool.validation.DefaultDirContextValidator
-
- setFilter(String) - Method in class org.springframework.ldap.pool2.validation.DefaultDirContextValidator
-
- setFromClasses(Set<Class<?>>) - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean.ConverterConfig
-
- setHolder(CompensatingTransactionHolderSupport) - Method in class org.springframework.transaction.compensating.support.CompensatingTransactionObject
-
- setHostnameVerifier(HostnameVerifier) - Method in class org.springframework.ldap.core.support.AbstractTlsDirContextAuthenticationStrategy
-
Set the optional
HostnameVerifier to use for verifying incoming certificates.
- setId(Object, Name) - Method in class org.springframework.ldap.odm.core.impl.DefaultObjectDirectoryMapper
-
- setId(Object, Name) - Method in interface org.springframework.ldap.odm.core.ObjectDirectoryMapper
-
Set the distinguished name for the specified object.
- setIgnoreNameNotFoundException(boolean) - Method in class org.springframework.ldap.core.LdapTemplate
-
Specify whether NameNotFoundException should be ignored in
searches.
- setIgnorePartialResultException(boolean) - Method in class org.springframework.ldap.core.LdapTemplate
-
Specify whether PartialResultException should be ignored in
searches.
- setIgnoreSizeLimitExceededException(boolean) - Method in class org.springframework.ldap.core.LdapTemplate
-
Specify whether SizeLimitExceededException should be ignored in searches.
- setJmxEnabled(boolean) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setJmxNameBase(String) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setJmxNamePrefix(String) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setKey(String) - Method in class org.springframework.ldap.core.LdapRdnComponent
-
- setLdapOperations(LdapOperations) - Method in class org.springframework.ldap.repository.support.LdapRepositoryFactoryBean
-
- setLifo(boolean) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setMaxActive(int) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setMaxIdle(int) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setMaxIdlePerKey(int) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setMaxTotal(int) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setMaxTotal(int) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setMaxTotalPerKey(int) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setMaxWait(long) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setMaxWaitMillis(long) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setMinEvictableIdleTimeMillis(long) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setMinEvictableIdleTimeMillis(long) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setMinIdle(int) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setMinIdlePerKey(int) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setNonTransientExceptions(Collection<Class<? extends Throwable>>) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
Configure the exception classes that are to be interpreted as no-transient with regards to eager
context invalidation.
- setNonTransientExceptions(Collection<Class<? extends Throwable>>) - Method in class org.springframework.ldap.pool2.factory.PooledContextSource
-
Configure the exception classes that are to be interpreted as no-transient with regards to eager
context invalidation.
- setNumTestsPerEvictionRun(int) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setNumTestsPerEvictionRun(int) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setObjectDirectoryMapper(ObjectDirectoryMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
Set the ObjectDirectoryMapper instance to use.
- setOrder(int) - Method in class org.springframework.ldap.core.support.BaseLdapPathBeanPostProcessor
-
Set the order value of this object for sorting purposes.
- 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, enabling the built-in LDAP
connection pooling.
- setReferral(String) - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
Set the method to handle referrals.
- setRenamingStrategy(TempEntryRenamingStrategy) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
-
Deprecated.
- setRenamingStrategy(TempEntryRenamingStrategy) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
-
Deprecated.
- setRenamingStrategy(TempEntryRenamingStrategy) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
-
- setRenamingStrategy(TempEntryRenamingStrategy) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManagerDelegate
-
- setReplaceSameControlEnabled(boolean) - Method in class org.springframework.ldap.control.AbstractRequestControlDirContextProcessor
-
- setRequestControlClass(Class<?>) - Method in class org.springframework.ldap.control.AbstractFallbackRequestAndResponseControlDirContextProcessor
-
- setRequestControlClass(Class) - Method in class org.springframework.ldap.control.PagedResultsRequestControl
-
Deprecated.
- setRequestControls(Control[]) - Method in class org.springframework.ldap.pool.DelegatingLdapContext
-
- setRequestControls(Control[]) - Method in class org.springframework.ldap.pool.MutableDelegatingLdapContext
-
- setRequestControls(Control[]) - Method in class org.springframework.ldap.pool2.DelegatingLdapContext
-
- setRequestControls(Control[]) - Method in class org.springframework.ldap.pool2.MutableDelegatingLdapContext
-
- setResponseControlClass(Class<?>) - Method in class org.springframework.ldap.control.AbstractFallbackRequestAndResponseControlDirContextProcessor
-
Set the class of the expected ResponseControl for the sorted result
response.
- setResponseControlClass(Class) - Method in class org.springframework.ldap.control.PagedResultsRequestControl
-
Deprecated.
Set the class of the expected ResponseControl for the paged results
response.
- setSearchControls(SearchControls) - Method in class org.springframework.ldap.pool.validation.DefaultDirContextValidator
-
- setSearchControls(SearchControls) - Method in class org.springframework.ldap.pool2.validation.DefaultDirContextValidator
-
- setShutdownTlsGracefully(boolean) - Method in class org.springframework.ldap.core.support.AbstractTlsDirContextAuthenticationStrategy
-
Specify whether the TLS should be shut down gracefully before the target
context is closed.
- setSoftMinEvictableIdleTimeMillis(long) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setSslSocketFactory(SSLSocketFactory) - Method in class org.springframework.ldap.core.support.AbstractTlsDirContextAuthenticationStrategy
-
Sets the optional SSL socket factory used for startTLS negotiation.
- setSubtreeNode(Name) - Method in class org.springframework.ldap.transaction.compensating.support.DifferentSubtreeTempEntryRenamingStrategy
-
- setSyntax(String) - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean.ConverterConfig
-
- setTabSize(int) - Method in class org.springframework.ldap.core.SimpleCharStream
-
- 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.
- setTestOnBorrow(boolean) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setTestOnBorrow(boolean) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setTestOnCreate(boolean) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setTestOnReturn(boolean) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setTestOnReturn(boolean) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setTestWhileIdle(boolean) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setTestWhileIdle(boolean) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setTimeBetweenEvictionRunsMillis(long) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setTimeBetweenEvictionRunsMillis(long) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setToClasses(Set<Class<?>>) - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean.ConverterConfig
-
- setTransactionOperationManager(CompensatingTransactionOperationManager) - Method in class org.springframework.transaction.compensating.support.CompensatingTransactionHolderSupport
-
Set the CompensatingTransactionOperationManager.
- setupAuthenticatedEnvironment(Hashtable<String, Object>, String, String) - 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.
- setupEnvironment(Hashtable<String, Object>, String, String) - Method in class org.springframework.ldap.core.support.AbstractTlsDirContextAuthenticationStrategy
-
- setupEnvironment(Hashtable<String, Object>, String, String) - Method in class org.springframework.ldap.core.support.DigestMd5DirContextAuthenticationStrategy
-
- setupEnvironment(Hashtable<String, Object>, String, String) - Method in interface org.springframework.ldap.core.support.DirContextAuthenticationStrategy
-
This method is responsible for preparing the environment to be used when
creating the DirContext instance.
- setupEnvironment(Hashtable<String, Object>, String, String) - Method in class org.springframework.ldap.core.support.SimpleDirContextAuthenticationStrategy
-
- 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.
- setValue(String) - Method in class org.springframework.ldap.core.LdapRdnComponent
-
- setWhenExhaustedAction(byte) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- SimpleCharStream - Class in org.springframework.ldap.core
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class org.springframework.ldap.core.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class org.springframework.ldap.core.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class org.springframework.ldap.core.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.springframework.ldap.core.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.springframework.ldap.core.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class org.springframework.ldap.core.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class org.springframework.ldap.core.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class org.springframework.ldap.core.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream) - Constructor for class org.springframework.ldap.core.SimpleCharStream
-
Constructor.
- SimpleDirContextAuthenticationStrategy - Class in org.springframework.ldap.core.support
-
The default
DirContextAuthenticationStrategy implementation, setting
the
DirContext environment up for 'SIMPLE' authentication, and
specifying the user DN and password as SECURITY_PRINCIPAL and
SECURITY_CREDENTIALS respectively in the authenticated environment before the
context is created.
- SimpleDirContextAuthenticationStrategy() - Constructor for class org.springframework.ldap.core.support.SimpleDirContextAuthenticationStrategy
-
- SimpleLdapRepository<T> - Class in org.springframework.ldap.repository.support
-
Base repository implementation for LDAP.
- SimpleLdapRepository(LdapOperations, ObjectDirectoryMapper, Class<T>) - Constructor for class org.springframework.ldap.repository.support.SimpleLdapRepository
-
- SingleContextSource - Class in org.springframework.ldap.core.support
-
A
ContextSource to be used as a decorator around a target ContextSource
to make sure the target is never actually closed.
- SingleContextSource(DirContext) - Constructor for class org.springframework.ldap.core.support.SingleContextSource
-
Constructor.
- SingleContextSource.NonClosingDirContextInvocationHandler - Class in org.springframework.ldap.core.support
-
A proxy for DirContext forwarding all operation to the target DirContext,
but making sure that no close operations will be performed.
- size() - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
- size() - Method in class org.springframework.ldap.core.NameAwareAttribute
-
- size() - Method in class org.springframework.ldap.core.NameAwareAttributes
-
- 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.
- SPACE - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
RegularExpression Id.
- SPACED_DN_FORMAT_PROPERTY - Static variable in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
System property that will be inspected to determine whether
DistinguishedName.toString() will format the DN with spaces after each comma or
use a more compact representation, i.e.:
uid=adam.skogman, ou=People, dc=jayway, dc=se rather than
uid=adam.skogman,ou=People,dc=jayway,dc=se.
- SPACED_EQUALS - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
RegularExpression Id.
- SPACED_EQUALS_S - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
Lexical state.
- SpacedEquals() - Method in class org.springframework.ldap.core.DnParserImpl
-
- SPECIAL - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
RegularExpression Id.
- specialToken - Variable in class org.springframework.ldap.core.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- startsWith(Name) - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
- staticFlag - Static variable in class org.springframework.ldap.core.SimpleCharStream
-
Whether parser is static.
- STRINGCHAR - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
RegularExpression Id.
- StringConverter - Class in org.springframework.ldap.odm.typeconversion.impl
-
- StringConverter() - Constructor for class org.springframework.ldap.odm.typeconversion.impl.StringConverter
-
- StringToNameConverter() - Constructor for class org.springframework.ldap.odm.typeconversion.impl.ConversionServiceConverterManager.StringToNameConverter
-
- SUN_LDAP_POOLING_FLAG - Static variable in class org.springframework.ldap.core.support.AbstractContextSource
-
- SwitchTo(int) - Method in class org.springframework.ldap.core.DnParserImplTokenManager
-
Switch to specified lex state.