- 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
-
- AbstractEc2InstanceLaunchingFactoryBean - Class in org.springframework.ldap.test
-
Abstract FactoryBean superclass to use for automatically launching an EC2 instance before creating the actual target object.
- AbstractEc2InstanceLaunchingFactoryBean() - Constructor for class org.springframework.ldap.test.AbstractEc2InstanceLaunchingFactoryBean
-
- 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
-
- AbstractParameterizedContextMapper<T> - Class in org.springframework.ldap.core.simple
-
- AbstractParameterizedContextMapper() - Constructor for class org.springframework.ldap.core.simple.AbstractParameterizedContextMapper
-
Deprecated.
- 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.
- addAllOptions(Collection<String>) - Method in class org.springframework.ldap.core.LdapAttribute
-
Add all values in the collection to the options.
- 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
- addManagedClass(Class<?>) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImpl
-
Deprecated.
Adds an org.springframework.ldap.odm.annotations
annotated class to the set
managed by this OdmManager.
- addMay(AttributeSchema) - Method in class org.springframework.ldap.odm.tools.ObjectSchema
-
- addMust(AttributeSchema) - Method in class org.springframework.ldap.odm.tools.ObjectSchema
-
- addObjectClass(String) - Method in class org.springframework.ldap.odm.tools.ObjectSchema
-
- addOption(String) - Method in class org.springframework.ldap.core.LdapAttribute
-
Add an option.
- 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
-
- addToEnvironment(String, Object) - Method in class org.springframework.ldap.test.DummyDirContext
-
- 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.ldif.batch.LdifReader
-
Deprecated.
- afterPropertiesSet() - Method in class org.springframework.ldap.ldif.batch.MappingLdifReader
-
Deprecated.
- afterPropertiesSet() - Method in class org.springframework.ldap.ldif.parser.LdifParser
-
- afterPropertiesSet() - Method in class org.springframework.ldap.repository.support.LdapRepositoryFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.ldap.test.LdifPopulator
-
- afterPropertiesSet() - Method in class org.springframework.ldap.test.unboundid.LdifPopulator
-
- 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
-
- aggregate(LdapAttributes) - Method in class org.springframework.ldap.ldif.batch.LdifAggregator
-
Deprecated.
Returns a
String
containing a properly formated LDIF.
- 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
-
- assess(String) - Method in class org.springframework.ldap.ldif.support.SeparatorPolicy
-
Assess a read line.
- 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.
- AttributeCheckAttributesMapper - Class in org.springframework.ldap.test
-
Dummy AttributesMapper for testing purposes to check that the received
Attributes are the expected ones.
- AttributeCheckAttributesMapper() - Constructor for class org.springframework.ldap.test.AttributeCheckAttributesMapper
-
- AttributeCheckContextMapper - Class in org.springframework.ldap.test
-
Dummy ContextMapper for testing purposes to check that the received
Attributes are the expected ones.
- AttributeCheckContextMapper() - Constructor for class org.springframework.ldap.test.AttributeCheckContextMapper
-
- 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
-
- AttributeSchema - Class in org.springframework.ldap.odm.tools
-
Simple value class to hold the schema of an attribute.
- AttributeSchema(String, String, boolean, boolean, boolean, boolean, String) - Constructor for class org.springframework.ldap.odm.tools.AttributeSchema
-
- 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
-
- AttributeValidationPolicy - Interface in org.springframework.ldap.ldif.support
-
Interface defining the required methods for AttributeValidationPolicies.
- 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.
- authenticate(String, String, String) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
-
Deprecated.
Utility method to perform a simple LDAP 'bind' authentication.
- authenticate(Name, String, String) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
-
Deprecated.
Utility method to perform a simple LDAP 'bind' authentication.
- authenticate(String, String, String) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
Deprecated.
Utility method to perform a simple LDAP 'bind' authentication.
- authenticate(Name, String, String) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
Deprecated.
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.