- AbstractCompensatingTransactionManagerDelegate - Class in org.springframework.transaction.compensating.support
-
Abstract superclass for Compensating TransactionManager delegates.
- AbstractCompensatingTransactionManagerDelegate() - Constructor for class org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate
-
- AbstractContextMapper - Class in org.springframework.ldap.core.support
-
Abstract superclass that may be used instead of implementing
ContextMapper
directly.
- AbstractContextMapper() - Constructor for class org.springframework.ldap.core.support.AbstractContextMapper
-
- AbstractContextSource - Class in org.springframework.ldap.core.support
-
- 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
-
- AbstractParameterizedContextMapper<T> - Class in org.springframework.ldap.core.simple
-
- AbstractParameterizedContextMapper() - Constructor for class org.springframework.ldap.core.simple.AbstractParameterizedContextMapper
-
- 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
-
- add(int, String) - Method in class org.springframework.ldap.core.DistinguishedName
-
- add(String, String) - Method in class org.springframework.ldap.core.DistinguishedName
-
Add a new
LdapRdn
using the supplied key and value.
- add(LdapRdn) - Method in class org.springframework.ldap.core.DistinguishedName
-
Add the supplied
LdapRdn
last in the list of Rdns.
- add(int, LdapRdn) - Method in class org.springframework.ldap.core.DistinguishedName
-
Add the supplied
LdapRdn
att the specified index.
- addAll(Name) - Method in class org.springframework.ldap.core.DistinguishedName
-
- addAll(int, Name) - Method in class org.springframework.ldap.core.DistinguishedName
-
- addAttributeValue(String, Object) - Method in class org.springframework.ldap.core.DirContextAdapter
-
- addAttributeValue(String, Object, boolean) - Method in class org.springframework.ldap.core.DirContextAdapter
-
- addAttributeValue(String, Object) - Method in interface org.springframework.ldap.core.DirContextOperations
-
Add a value to the Attribute with the specified name.
- addAttributeValue(String, Object, boolean) - Method in interface org.springframework.ldap.core.DirContextOperations
-
Add a value to the Attribute with the specified name.
- addComponent(LdapRdnComponent) - Method in class org.springframework.ldap.core.LdapRdn
-
Add an LdapRdnComponent to this LdapRdn.
- addDirContextProcessor(DirContextProcessor) - Method in class org.springframework.ldap.core.support.AggregateDirContextProcessor
-
Add the supplied DirContextProcessor to the list of managed objects.
- 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
-
- 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.
- 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.
- AndFilter - Class in org.springframework.ldap.filter
-
A filter for a logical AND.
- AndFilter() - Constructor for class org.springframework.ldap.filter.AndFilter
-
- append(DistinguishedName) - Method in class org.springframework.ldap.core.DistinguishedName
-
Add an LDAP path last in this DistinguishedName.
- append(String, String) - Method in class org.springframework.ldap.core.DistinguishedName
-
Append a new
LdapRdn
using the supplied key and value.
- append(Filter) - Method in class org.springframework.ldap.filter.BinaryLogicalFilter
-
Add a query to this logical operation.
- 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
-
- ATTRIBUTE_TYPE_STRING - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
RegularExpression Id.
- attributeExists(String) - Method in class org.springframework.ldap.core.DirContextAdapter
-
- attributeExists(String) - Method in interface org.springframework.ldap.core.DirContextOperations
-
Check if an Object attribute exists, regardless of whether it has a value
or not.
- AttributeInUseException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI AttributeInUseException.
- AttributeInUseException(AttributeInUseException) - Constructor for exception org.springframework.ldap.AttributeInUseException
-
- AttributeModificationException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI AttributeModificationException.
- AttributeModificationException(AttributeModificationException) - Constructor for exception org.springframework.ldap.AttributeModificationException
-
- AttributeModificationsAware - Interface in org.springframework.ldap.core
-
Indicates that the implementing class is capable of keeping track of any
attribute modifications and return them as ModificationItems.
- AttributesMapper - Interface in org.springframework.ldap.core
-
An interface used by LdapTemplate for mapping LDAP Attributes to beans.
- AttributesMapperCallbackHandler - Class in org.springframework.ldap.core
-
- AttributesMapperCallbackHandler(AttributesMapper) - 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
-
Utility method to perform a simple LDAP 'bind' authentication.
- authenticate(String, String, String) - Method in interface org.springframework.ldap.core.LdapOperations
-
Utility method to perform a simple LDAP 'bind' authentication.
- authenticate(Name, String, String, AuthenticatedLdapEntryContextCallback) - Method in interface org.springframework.ldap.core.LdapOperations
-
Utility method to perform a simple LDAP 'bind' authentication.
- authenticate(String, String, String, AuthenticatedLdapEntryContextCallback) - Method in interface org.springframework.ldap.core.LdapOperations
-
Utility method to perform a simple LDAP 'bind' authentication.
- authenticate(Name, String, String, AuthenticatedLdapEntryContextCallback, AuthenticationErrorCallback) - Method in interface org.springframework.ldap.core.LdapOperations
-
Utility method to perform a simple LDAP 'bind' authentication.
- authenticate(String, String, String, AuthenticatedLdapEntryContextCallback, AuthenticationErrorCallback) - Method in interface org.springframework.ldap.core.LdapOperations
-
Utility method to perform a simple LDAP 'bind' authentication.
- authenticate(Name, String, String, AuthenticationErrorCallback) - Method in interface org.springframework.ldap.core.LdapOperations
-
Utility method to perform a simple LDAP 'bind' authentication.
- authenticate(String, String, String, AuthenticationErrorCallback) - 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
-
- authenticate(String, String, String) - Method in class org.springframework.ldap.core.LdapTemplate
-
- authenticate(String, String, String, AuthenticatedLdapEntryContextCallback) - Method in class org.springframework.ldap.core.LdapTemplate
-
- authenticate(Name, String, String, AuthenticatedLdapEntryContextCallback) - Method in class org.springframework.ldap.core.LdapTemplate
-
- authenticate(String, String, String, AuthenticationErrorCallback) - Method in class org.springframework.ldap.core.LdapTemplate
-
- authenticate(Name, String, String, AuthenticationErrorCallback) - Method in class org.springframework.ldap.core.LdapTemplate
-
- authenticate(String, String, String, AuthenticatedLdapEntryContextCallback, AuthenticationErrorCallback) - Method in class org.springframework.ldap.core.LdapTemplate
-
- authenticate(Name, String, String, AuthenticatedLdapEntryContextCallback, AuthenticationErrorCallback) - Method in class org.springframework.ldap.core.LdapTemplate
-
- authenticate(String, String, String) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
-
Utility method to perform a simple LDAP 'bind' authentication.
- authenticate(Name, String, String) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
-
Utility method to perform a simple LDAP 'bind' authentication.
- authenticate(String, String, String) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
- authenticate(Name, String, String) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
- 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.
- 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
-
- 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.
- CannotProceedException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI CannotProceedException.
- CannotProceedException(CannotProceedException) - Constructor for exception org.springframework.ldap.CannotProceedException
-
- clear() - Method in class org.springframework.transaction.compensating.support.CompensatingTransactionHolderSupport
-
- clone() - Method in class org.springframework.ldap.core.DistinguishedName
-
- close() - Method in class org.springframework.ldap.core.DirContextAdapter
-
- 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
-
- 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) - Static method in class org.springframework.ldap.support.LdapUtils
-
Collect all the values of a the specified attribute from the supplied
Attributes.
- CollectingAuthenticationErrorCallback - Class in org.springframework.ldap.core.support
-
Convenience implementation of AuthenticationErrorCallback that stores the
given exception and provides a method for retrieving it.
- CollectingAuthenticationErrorCallback() - Constructor for class org.springframework.ldap.core.support.CollectingAuthenticationErrorCallback
-
- CollectingNameClassPairCallbackHandler - Class in org.springframework.ldap.core
-
A NameClassPairCallbackHandler to collect all results in an internal List.
- CollectingNameClassPairCallbackHandler() - Constructor for class org.springframework.ldap.core.CollectingNameClassPairCallbackHandler
-
- column - Variable in class org.springframework.ldap.core.SimpleCharStream
-
- commit() - Method in class org.springframework.ldap.transaction.compensating.BindOperationExecutor
-
- commit() - Method in class org.springframework.ldap.transaction.compensating.ModifyAttributesOperationExecutor
-
- commit() - Method in class org.springframework.ldap.transaction.compensating.NullOperationExecutor
-
- commit() - Method in class org.springframework.ldap.transaction.compensating.RebindOperationExecutor
-
- commit() - Method in class org.springframework.ldap.transaction.compensating.RenameOperationExecutor
-
- commit() - Method in class org.springframework.ldap.transaction.compensating.UnbindOperationExecutor
-
- commit() - Method in interface org.springframework.transaction.compensating.CompensatingTransactionOperationExecutor
-
Commit the operation.
- commit() - Method in interface org.springframework.transaction.compensating.CompensatingTransactionOperationManager
-
Commit all recorded operations.
- commit() - Method in class org.springframework.transaction.compensating.support.DefaultCompensatingTransactionOperationManager
-
- CommunicationException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI CommunicationException.
- CommunicationException(CommunicationException) - Constructor for exception org.springframework.ldap.CommunicationException
-
- compare(Object, Object) - Method in class org.springframework.ldap.support.ListComparator
-
Compare two lists of Comparable objects.
- CompareFilter - Class in org.springframework.ldap.filter
-
Abstract superclass for filters that compare values.
- CompareFilter(String, String) - Constructor for class org.springframework.ldap.filter.CompareFilter
-
- CompareFilter(String, int) - Constructor for class org.springframework.ldap.filter.CompareFilter
-
Convenience constructor for int
values.
- compareTo(Object) - Method in class org.springframework.ldap.core.DistinguishedName
-
Compare this instance to another object.
- compareTo(Object) - Method in class org.springframework.ldap.core.LdapRdn
-
Compare this LdapRdn to another object.
- compareTo(Object) - Method in class org.springframework.ldap.core.LdapRdnComponent
-
Compare this instance to the supplied object.
- CompensatingTransactionHolderSupport - Class in org.springframework.transaction.compensating.support
-
Base class for compensating transaction resource holders.
- CompensatingTransactionHolderSupport(CompensatingTransactionOperationManager) - Constructor for class org.springframework.transaction.compensating.support.CompensatingTransactionHolderSupport
-
Constructor.
- CompensatingTransactionObject - Class in org.springframework.transaction.compensating.support
-
- 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.
- 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
-
- ConfigurationException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI ConfigurationException.
- ConfigurationException(ConfigurationException) - Constructor for exception org.springframework.ldap.ConfigurationException
-
- contains(DistinguishedName) - Method in class org.springframework.ldap.core.DistinguishedName
-
Determines if this DistinguishedName
path contains another
path.
- ContextAssembler - Interface in org.springframework.ldap.core
-
Helper interface to be used by Dao implementations for assembling to and from
context.
- ContextExecutor - Interface in org.springframework.ldap.core
-
Interface for delegating an actual operation to be performed on a
DirContext
.
- ContextMapper - Interface in org.springframework.ldap.core
-
An interface used by LdapTemplate to map LDAP Contexts to beans.
- ContextMapperCallbackHandler - Class in org.springframework.ldap.core
-
A CollectingNameClassPairCallbackHandler to wrap a ContextMapper.
- ContextMapperCallbackHandler(ContextMapper) - Constructor for class org.springframework.ldap.core.ContextMapperCallbackHandler
-
- ContextMapperCallbackHandlerWithControls - Class in org.springframework.ldap.core.simple
-
Currently only per request controls can be inspected via the post process
method on a context processor.
- ContextMapperCallbackHandlerWithControls(ParameterizedContextMapperWithControls<?>) - Constructor for class org.springframework.ldap.core.simple.ContextMapperCallbackHandlerWithControls
-
- ContextNotEmptyException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI ContextNotEmptyException.
- ContextNotEmptyException(ContextNotEmptyException) - Constructor for exception org.springframework.ldap.ContextNotEmptyException
-
- ContextSource - Interface in org.springframework.ldap.core
-
A ContextSource
is responsible for configuring and creating
DirContext
instances.
- ContextSourceAndDataSourceTransactionManager - Class in org.springframework.ldap.transaction.compensating.manager
-
A Transaction Manager to manage LDAP and JDBC operations within the same
transaction.
- ContextSourceAndDataSourceTransactionManager() - Constructor for class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
-
- 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
-
- 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.
- 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.
- CountNameClassPairCallbackHandler - Class in org.springframework.ldap.core.support
-
- CountNameClassPairCallbackHandler() - Constructor for class org.springframework.ldap.core.support.CountNameClassPairCallbackHandler
-
- createContext(Hashtable) - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
Create a DirContext using the supplied environment.
- CreateControlFailedException - Exception in org.springframework.ldap.control
-
Thrown by an AbstractRequestControlDirContextProcessor when it cannot create
a request control.
- CreateControlFailedException(String) - Constructor for exception org.springframework.ldap.control.CreateControlFailedException
-
Create a new CreateControlFailedException.
- CreateControlFailedException(String, Throwable) - Constructor for exception org.springframework.ldap.control.CreateControlFailedException
-
Create a new CreateControlFailedException.
- createDnParser(String) - Static method in class org.springframework.ldap.core.DefaultDnParserFactory
-
Create a new DnParser instance.
- createRecordingOperation(Object, String) - Method in class org.springframework.ldap.transaction.compensating.LdapCompensatingTransactionOperationFactory
-
- createRecordingOperation(Object, String) - Method in interface org.springframework.transaction.compensating.CompensatingTransactionOperationFactory
-
- 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
-
- 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_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.
- DefaultDirObjectFactory - Class in org.springframework.ldap.core.support
-
Default implementation of the DirObjectFactory interface.
- DefaultDirObjectFactory() - Constructor for class org.springframework.ldap.core.support.DefaultDirObjectFactory
-
- DefaultDnParserFactory - Class in org.springframework.ldap.core
-
A factory for creating DnParser instances.
- DefaultDnParserFactory() - Constructor for class org.springframework.ldap.core.DefaultDnParserFactory
-
- DefaultNameClassPairMapper - Class in org.springframework.ldap.core
-
The default NameClassPairMapper implementation.
- DefaultNameClassPairMapper() - Constructor for class org.springframework.ldap.core.DefaultNameClassPairMapper
-
- 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.
- 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.
- 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.
- 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.
- deleteRecursively(DirContext, DistinguishedName) - 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
-
- 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
-
- DifferentSubtreeTempEntryRenamingStrategy - Class in org.springframework.ldap.transaction.compensating.support
-
- DifferentSubtreeTempEntryRenamingStrategy(Name) - 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
-
- DirContextValidator - Interface in org.springframework.ldap.pool.validation
-
- disable_tracing() - Method in class org.springframework.ldap.core.DnParserImpl
-
Disable tracing.
- DistinguishedName - Class in org.springframework.ldap.core
-
Default implementation of a
Name
corresponding to an LDAP path.
- DistinguishedName() - Constructor for class org.springframework.ldap.core.DistinguishedName
-
Construct a new DistinguishedName with no components.
- DistinguishedName(String) - Constructor for class org.springframework.ldap.core.DistinguishedName
-
Construct a new DistinguishedName
from a String.
- DistinguishedName(List) - Constructor for class org.springframework.ldap.core.DistinguishedName
-
Construct a new
DistinguishedName
from the supplied
List
of
LdapRdn
objects.
- DistinguishedName(Name) - Constructor for class org.springframework.ldap.core.DistinguishedName
-
Construct a new
DistinguishedName
from the supplied
Name
.
- DistinguishedNameEditor - Class in org.springframework.ldap.core
-
- DistinguishedNameEditor() - Constructor for class org.springframework.ldap.core.DistinguishedNameEditor
-
- dn() - Method in interface org.springframework.ldap.core.DnParser
-
Parse a full Distinguished Name.
- dn() - Method in class org.springframework.ldap.core.DnParserImpl
-
- DnParser - Interface in org.springframework.ldap.core
-
A parser for RFC2253-compliant Distinguished Names.
- 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
-
- doBegin(Object, TransactionDefinition) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
-
- doBegin(Object, TransactionDefinition) - Method in class org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate
-
- doCleanupAfterCompletion(Object) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
-
- doCleanupAfterCompletion(Object) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
-
- doCleanupAfterCompletion(Object) - Method in class org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate
-
- doCommit(DefaultTransactionStatus) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
-
- doCommit(DefaultTransactionStatus) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
-
- doCommit(DefaultTransactionStatus) - Method in class org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate
-
- doGetTransaction() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
-
- doGetTransaction() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
-
- doGetTransaction() - Method in class org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate
-
- doMapFromContext(DirContextOperations) - Method in class org.springframework.ldap.core.simple.AbstractParameterizedContextMapper
-
Map a single DirContextOperation
to an object.
- doMapFromContext(DirContextOperations) - Method in class org.springframework.ldap.core.support.AbstractContextMapper
-
Map a single DirContextOperation
to an object.
- Done() - Method in class org.springframework.ldap.core.SimpleCharStream
-
Reset buffer when finished.
- DONT_DECODE_VALUE - Static variable in class org.springframework.ldap.core.LdapRdnComponent
-
- doResume(Object, Object) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
-
- doRollback(DefaultTransactionStatus) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
-
- doRollback(DefaultTransactionStatus) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
-
- doRollback(DefaultTransactionStatus) - Method in class org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate
-
- doSuspend(Object) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
-
- EMPTY_PATH - Static variable in class org.springframework.ldap.core.DistinguishedName
-
An empty, unmodifiable DistinguishedName.
- enable_tracing() - Method in class org.springframework.ldap.core.DnParserImpl
-
Enable tracing.
- encode() - Method in class org.springframework.ldap.core.DistinguishedName
-
Builds a complete LDAP path, ldap encoded, useful as a DN.
- encode(StringBuffer) - Method in class org.springframework.ldap.filter.AbstractFilter
-
- encode() - Method in class org.springframework.ldap.filter.AbstractFilter
-
- encode(StringBuffer) - Method in class org.springframework.ldap.filter.BinaryLogicalFilter
-
- encode(StringBuffer) - Method in class org.springframework.ldap.filter.CompareFilter
-
- encode() - Method in interface org.springframework.ldap.filter.Filter
-
Encodes the filter to a String.
- encode(StringBuffer) - Method in interface org.springframework.ldap.filter.Filter
-
Encodes the filter to a StringBuffer.
- encode(StringBuffer) - Method in class org.springframework.ldap.filter.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
-
Encode key and value to ldap.
- encodeUrl() - Method in class org.springframework.ldap.core.LdapRdn
-
Get a String representation of this LdapRdn for use in urls.
- encodeUrl() - Method in class org.springframework.ldap.core.LdapRdnComponent
-
Get a String representation of this instance for use in URLs.
- encodeValue(String) - Method in class org.springframework.ldap.filter.CompareFilter
-
Override to perform special encoding in subclass.
- encodeValue(String) - Method in class org.springframework.ldap.filter.LikeFilter
-
- encodeValue(String) - Method in class org.springframework.ldap.filter.WhitespaceWildcardsFilter
-
- 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
-
Determines if this DistinguishedName
ends with a certian
path.
- 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
-
- equals(Object) - Method in class org.springframework.ldap.control.PagedResultsCookie
-
- equals(Object) - Method in class org.springframework.ldap.core.DirContextAdapter
-
- equals(Object) - Method in class org.springframework.ldap.core.DistinguishedName
-
- equals(Object) - Method in class org.springframework.ldap.core.LdapEntryIdentification
-
- equals(Object) - Method in class org.springframework.ldap.core.LdapRdn
-
- equals(Object) - Method in class org.springframework.ldap.core.LdapRdnComponent
-
- equals(Object) - Method in class org.springframework.ldap.filter.BinaryLogicalFilter
-
Compares each filter in turn.
- equals(Object) - Method in class org.springframework.ldap.filter.CompareFilter
-
Compares key and value before encoding.
- equals(Object) - Method in interface org.springframework.ldap.filter.Filter
-
All filters must implement equals.
- equals(Object) - Method in class org.springframework.ldap.filter.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
-
- 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.
- ESCAPEDSPACE - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
RegularExpression Id.
- 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.support.CollectingAuthenticationErrorCallback
-
- executeReadOnly(ContextExecutor) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform an operation (or series of operations) on a read-only context.
- executeReadOnly(ContextExecutor) - Method in class org.springframework.ldap.core.LdapTemplate
-
- executeReadWrite(ContextExecutor) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform an operation (or series of operations) on a read-write context.
- executeReadWrite(ContextExecutor) - Method in class org.springframework.ldap.core.LdapTemplate
-
- executeSearch(DirContext) - Method in interface org.springframework.ldap.core.SearchExecutor
-
Execute the actual search.
- executeWithContext(DirContext, 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.
- 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
-
- 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
-
- getAbsoluteDn() - Method in class org.springframework.ldap.core.LdapEntryIdentification
-
Get the absolute DN of the identified entry, 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
-
- 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
-
- 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() - Method in interface org.springframework.ldap.core.DirContextOperations
-
Get all the Attributes.
- 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
-
- getAttributeSortedStringSet(String) - Method in class org.springframework.ldap.core.DirContextAdapter
-
- getAttributeSortedStringSet(String) - Method in interface org.springframework.ldap.core.DirContextOperations
-
Get all String values of the attribute as a SortedSet
.
- getAuthenticatedEnv(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.core.support.AbstractContextSource
-
Get the base suffix from which all operations should originate.
- getBase() - Method in class org.springframework.ldap.pool.validation.DefaultDirContextValidator
-
- getBaseLdapPath() - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
- getBaseLdapPath() - Method in interface org.springframework.ldap.core.support.BaseLdapPathSource
-
- 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.
- 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.
- getCause() - Method in exception org.springframework.ldap.NamingException
-
Overrides
Throwable.getCause()
since serialization
always tries to serialize the base class before the subclass.
- 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
-
Gets the first LdapRdnComponent of this LdapRdn.
- getComponent(int) - Method in class org.springframework.ldap.core.LdapRdn
-
Get the LdapRdnComponent at index idx
.
- getComponents() - Method in class org.springframework.ldap.core.LdapRdn
-
Gets all components in this LdapRdn.
- getConnectControls() - Method in class org.springframework.ldap.pool.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(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.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
-
- getContextSource() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
-
Get the ContextSource.
- getContextSource() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManagerDelegate
-
- getCookie() - Method in class org.springframework.ldap.control.PagedResult
-
Get the cookie.
- getCookie() - Method in class org.springframework.ldap.control.PagedResultsCookie
-
Get the cookie.
- getCookie() - Method in class org.springframework.ldap.control.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
-
- getDelegateDirContext() - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- getDelegateDirContext() - Method in class org.springframework.ldap.pool.DelegatingLdapContext
-
- getDelegateLdapContext() - Method in class org.springframework.ldap.pool.DelegatingLdapContext
-
- getDirContextInstance(Hashtable) - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
Implement in subclass to create a DirContext of the desired type (e.g.
- getDirContextInstance(Hashtable) - Method in class org.springframework.ldap.core.support.DirContextSource
-
Create a new InitialDirContext instance.
- getDirContextInstance(Hashtable) - Method in class org.springframework.ldap.core.support.LdapContextSource
-
- getDirContextProcessors() - Method in class org.springframework.ldap.core.support.AggregateDirContextProcessor
-
- getDirContextValidator() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- getDirObjectFactory() - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
Get the DirObjectFactory to use.
- getDn() - Method in class org.springframework.ldap.core.DirContextAdapter
-
- getDn() - Method in interface org.springframework.ldap.core.DirContextOperations
-
Returns the DN relative to the base path.
- 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.
- getEnvironment() - Method in class org.springframework.ldap.core.DirContextAdapter
-
- getEnvironment() - Method in class org.springframework.ldap.pool.DelegatingContext
-
- getError() - Method in class org.springframework.ldap.core.support.CollectingAuthenticationErrorCallback
-
- 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
-
- 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.
- 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.
- getInnermostDelegateDirContext() - Method in class org.springframework.ldap.pool.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.
- getKey() - Method in class org.springframework.ldap.core.LdapRdn
-
Get the key of this LdapRdn.
- getKey() - Method in class org.springframework.ldap.core.LdapRdnComponent
-
Get the key (Attribute name) of this component.
- getLdapEncoded() - Method in class org.springframework.ldap.core.LdapRdn
-
Get a properly rfc2253-encoded String representation of this LdapRdn.
- getLdapEncoded() - Method in class org.springframework.ldap.core.LdapRdnComponent
-
- getLdapOperations() - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
-
Get the wrapped LdapOperations instance.
- getLdapOperations() - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
- getLdapRdn(int) - Method in class org.springframework.ldap.core.DistinguishedName
-
Get the
LdapRdn
at a specified position.
- getLdapRdn(String) - Method in class org.springframework.ldap.core.DistinguishedName
-
Get the
LdapRdn
with the specified key.
- 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
&qout;&&qout;.
- 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
-
- getMaxTotal() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- getMaxWait() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- 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
-
- getMinIdle() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- getModificationItems() - Method in interface org.springframework.ldap.core.AttributeModificationsAware
-
Creates an array of which attributes have been changed, added or removed
since the initialization of this object.
- getModificationItems() - Method in class org.springframework.ldap.core.DirContextAdapter
-
- getNameInNamespace() - Method in class org.springframework.ldap.core.DirContextAdapter
-
- getNameInNamespace() - Method in interface org.springframework.ldap.core.DirContextOperations
-
- getNameInNamespace() - Method in class org.springframework.ldap.pool.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
-
- getNames() - Method in class org.springframework.ldap.core.DistinguishedName
-
Get the name List
.
- getNamesOfModifiedAttributes() - Method in class org.springframework.ldap.core.DirContextAdapter
-
- getNamesOfModifiedAttributes() - Method in interface org.springframework.ldap.core.DirContextOperations
-
Creates a String array of the names of the attributes which have been
changed.
- getNewHolder() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManagerDelegate
-
- getNewHolder() - Method in class org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate
-
- 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
-
- getNumIdle() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- getNumTestsPerEvictionRun() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- getObjectAttribute(String) - Method in class org.springframework.ldap.core.DirContextAdapter
-
- getObjectAttribute(String) - Method in interface org.springframework.ldap.core.DirContextOperations
-
Get the value of an Object attribute.
- getObjectAttributes(String) - Method in class org.springframework.ldap.core.DirContextAdapter
-
- getObjectAttributes(String) - Method in interface org.springframework.ldap.core.DirContextOperations
-
Get all values of an Object attribute.
- getObjectFromNameClassPair(NameClassPair) - Method in class org.springframework.ldap.core.AttributesMapperCallbackHandler
-
Cast the NameClassPair to a SearchResult and pass its attributes to the
AttributesMapper
.
- getObjectFromNameClassPair(NameClassPair) - Method in class org.springframework.ldap.core.CollectingNameClassPairCallbackHandler
-
Handle a NameClassPair and transform it to an Object of the desired type
and with data from the NameClassPair.
- getObjectFromNameClassPair(NameClassPair) - Method in class org.springframework.ldap.core.ContextMapperCallbackHandler
-
Cast the NameClassPair to a
Binding
and pass its object to
the ContextMapper.
- getObjectFromNameClassPair(NameClassPair) - Method in class org.springframework.ldap.core.LdapTemplate.MappingCollectingNameClassPairCallbackHandler
-
- getObjectFromNameClassPair(NameClassPair) - Method in class org.springframework.ldap.core.simple.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
-
- getOperationExecutors() - Method in class org.springframework.transaction.compensating.support.DefaultCompensatingTransactionOperationManager
-
Get the rollback operations.
- 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.
- getPrefix(int) - Method in class org.springframework.ldap.core.DistinguishedName
-
- getPrincipal() - Method in class org.springframework.ldap.authentication.DefaultValuesAuthenticationSourceDecorator
-
Checks if the target's principal is not empty; if not, this is returned -
otherwise return the defaultPassword
.
- getPrincipal() - Method in interface org.springframework.ldap.core.AuthenticationSource
-
Get the principal to use when creating an authenticated context.
- getReadOnlyContext() - Method in interface org.springframework.ldap.core.ContextSource
-
Gets a read-only DirContext
.
- getReadOnlyContext() - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
- getReadOnlyContext() - Method in class org.springframework.ldap.core.support.SingleContextSource
-
- getReadOnlyContext() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- 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.transaction.compensating.manager.TransactionAwareContextSourceProxy
-
- getReferralUrl() - Method in class org.springframework.ldap.core.DirContextAdapter
-
- 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
-
Get the DN of the identified entry relative to the base LDAP path, 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
-
- getRequestControls() - Method in class org.springframework.ldap.pool.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
-
- getResultCode() - Method in class org.springframework.ldap.control.SortControlDirContextProcessor
-
Get the result code returned by the control.
- getResultList() - Method in class org.springframework.ldap.control.PagedResult
-
Get the result list.
- getResultSize() - Method in class org.springframework.ldap.control.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
-
- 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
-
- getSearchControls() - Method in class org.springframework.ldap.pool.validation.DefaultDirContextValidator
-
- getSortKey() - Method in class org.springframework.ldap.control.SortControlDirContextProcessor
-
Get the sort key.
- getStringAttribute(String) - Method in class org.springframework.ldap.core.DirContextAdapter
-
- getStringAttribute(String) - Method in interface org.springframework.ldap.core.DirContextOperations
-
Get the value of a String attribute.
- getStringAttributes(String) - Method in class org.springframework.ldap.core.DirContextAdapter
-
- getStringAttributes(String) - Method in interface org.springframework.ldap.core.DirContextOperations
-
Get all values of a String attribute.
- getSubtreeNode() - Method in class org.springframework.ldap.transaction.compensating.support.DifferentSubtreeTempEntryRenamingStrategy
-
- getSuffix(int) - Method in class org.springframework.ldap.core.DistinguishedName
-
- 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.transaction.compensating.manager.TransactionAwareContextSourceProxy
-
Get the target ContextSource.
- 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
-
- 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
-
- 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.
- getValue(String) - Method in class org.springframework.ldap.core.DistinguishedName
-
- getValue() - Method in class org.springframework.ldap.core.LdapRdn
-
Get the value of this LdapRdn.
- getValue(String) - Method in class org.springframework.ldap.core.LdapRdn
-
Get the value of the LdapComponent with the specified key (Attribute
name).
- getValue() - Method in class org.springframework.ldap.core.LdapRdnComponent
-
Get the (Attribute) value of this component.
- getValue() - Method in class org.springframework.ldap.core.Token
-
An optional attribute value of the Token.
- 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
-
- image - Variable in class org.springframework.ldap.core.Token
-
The string image of the token.
- immutableDistinguishedName() - Method in class org.springframework.ldap.core.DistinguishedName
-
Return an immutable copy of this instance.
- immutableDistinguishedName(String) - Static method in class org.springframework.ldap.core.DistinguishedName
-
Create an immutable DistinguishedName instance, suitable as a constant.
- immutableLdapRdn() - Method in class org.springframework.ldap.core.LdapRdn
-
Create an immutable copy of this instance.
- immutableLdapRdnComponent() - Method in class org.springframework.ldap.core.LdapRdnComponent
-
Create an immutable copy of this instance.
- inBuf - Variable in class org.springframework.ldap.core.SimpleCharStream
-
- input() - Method in class org.springframework.ldap.core.DnParserImpl
-
input -> dn
dn -> rdn ( ( "," | ";" ) rdn )*
rdn -> attributeTypeAndValue ( "+" attributeTypeAndValue )*
attributeTypeAndValue ->
(
)* AttributeType SpacedEquals AttributeValue ( )*
SpacedEquals ->
AttributeType -> |
AttributeValue ->
- input_stream - Variable in class org.springframework.ldap.core.DnParserImplTokenManager
-
- inputStream - Variable in class org.springframework.ldap.core.SimpleCharStream
-
- InsufficientResourcesException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI InsufficientResourcesException.
- InsufficientResourcesException(InsufficientResourcesException) - Constructor for exception org.springframework.ldap.InsufficientResourcesException
-
- InterruptedNamingException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI InterruptedNamingException.
- InterruptedNamingException(InterruptedNamingException) - Constructor for exception org.springframework.ldap.InterruptedNamingException
-
- InvalidAttributeIdentifierException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI InvalidAttributeIdentifierException.
- InvalidAttributeIdentifierException(InvalidAttributeIdentifierException) - Constructor for exception org.springframework.ldap.InvalidAttributeIdentifierException
-
- InvalidAttributesException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI InvalidAttributesException.
- InvalidAttributesException(InvalidAttributesException) - Constructor for exception org.springframework.ldap.InvalidAttributesException
-
- InvalidAttributeValueException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI InvalidAttributeValueException.
- InvalidAttributeValueException(InvalidAttributeValueException) - Constructor for exception org.springframework.ldap.InvalidAttributeValueException
-
- InvalidNameException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI InvalidNameException.
- InvalidNameException(InvalidNameException) - Constructor for exception org.springframework.ldap.InvalidNameException
-
- InvalidSearchControlsException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI InvalidSearchControlsException.
- InvalidSearchControlsException(InvalidSearchControlsException) - Constructor for exception org.springframework.ldap.InvalidSearchControlsException
-
- InvalidSearchFilterException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI InvalidSearchFilterException.
- InvalidSearchFilterException(InvalidSearchFilterException) - Constructor for exception org.springframework.ldap.InvalidSearchFilterException
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.ldap.core.support.SingleContextSource.NonClosingDirContextInvocationHandler
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.ldap.transaction.compensating.manager.TransactionAwareDirContextInvocationHandler
-
- invokeMethod(String, Class, Object) - Method in class org.springframework.ldap.control.AbstractFallbackRequestAndResponseControlDirContextProcessor
-
Utility method for invoking a method on a Control.
- isAnonymousReadOnly() - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
Get whether an anonymous environment should be used for read-only
operations.
- isEmpty() - Method in class org.springframework.ldap.core.DistinguishedName
-
- isExistingTransaction(Object) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
-
- isPooled() - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
Get whether the pooling flag should be set.
- isReferral() - Method in class org.springframework.ldap.core.DirContextAdapter
-
- isReferral() - Method in interface org.springframework.ldap.core.DirContextOperations
-
Checks whether this instance results from a referral.
- isReplaceSameControlEnabled() - Method in class org.springframework.ldap.control.AbstractRequestControlDirContextProcessor
-
- isSorted() - Method in class org.springframework.ldap.control.SortControlDirContextProcessor
-
Check whether the returned values were actually sorted by the server.
- isSupportedWriteTransactionOperation(String) - Static method in class org.springframework.ldap.transaction.compensating.LdapTransactionUtils
-
Check whether the supplied method is a method for which transactions is
supported (and which should be recorded for possible rollback later).
- isUpdateMode() - Method in class org.springframework.ldap.core.DirContextAdapter
-
- isUpdateMode() - Method in interface org.springframework.ldap.core.DirContextOperations
-
Gets the update mode.
- iterateAttributeValues(Attribute, AttributeValueCallbackHandler) - Static method in class org.springframework.ldap.support.LdapUtils
-
Iterate through all the values of the specified Attribute calling back to
the specified callbackHandler.
- LDAP_OID - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
RegularExpression Id.
- 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
-
- LdapEncoder - Class in org.springframework.ldap.core
-
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
-
Construct an LdapEntryIdentification instance.
- LdapEntryIdentificationContextMapper - Class in org.springframework.ldap.core
-
- LdapEntryIdentificationContextMapper() - Constructor for class org.springframework.ldap.core.LdapEntryIdentificationContextMapper
-
- LdapOperations - Interface in org.springframework.ldap.core
-
Interface that specifies a basic set of LDAP operations.
- LdapRdn - Class in org.springframework.ldap.core
-
Datatype for a LDAP name, a part of a path.
- LdapRdn() - Constructor for class org.springframework.ldap.core.LdapRdn
-
Default constructor.
- LdapRdn(String) - Constructor for class org.springframework.ldap.core.LdapRdn
-
Parse the supplied string and construct this instance accordingly.
- LdapRdn(String, String) - Constructor for class org.springframework.ldap.core.LdapRdn
-
Construct an LdapRdn using the supplied key and value.
- LdapRdnComponent - Class in org.springframework.ldap.core
-
Represents part of an LdapRdn.
- LdapRdnComponent(String, String) - Constructor for class org.springframework.ldap.core.LdapRdnComponent
-
Constructs an LdapRdnComponent without decoding the value.
- LdapRdnComponent(String, String, boolean) - Constructor for class org.springframework.ldap.core.LdapRdnComponent
-
Constructs an LdapRdnComponent, optionally decoding the value.
- LdapReferralException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI LdapReferralException.
- LdapReferralException(LdapReferralException) - Constructor for exception org.springframework.ldap.LdapReferralException
-
- LdapTemplate - Class in org.springframework.ldap.core
-
Executes core LDAP functionality and helps to avoid common errors, relieving
the user of the burden of looking up contexts, looping through
NamingEnumerations and closing contexts.
- LdapTemplate() - Constructor for class org.springframework.ldap.core.LdapTemplate
-
Constructor for bean usage.
- LdapTemplate(ContextSource) - Constructor for class org.springframework.ldap.core.LdapTemplate
-
Constructor to setup instance directly.
- LdapTemplate.MappingCollectingNameClassPairCallbackHandler - Class in org.springframework.ldap.core
-
- LdapTemplate.MappingCollectingNameClassPairCallbackHandler(NameClassPairMapper) - Constructor for class org.springframework.ldap.core.LdapTemplate.MappingCollectingNameClassPairCallbackHandler
-
- LdapTransactionUtils - Class in org.springframework.ldap.transaction.compensating
-
Utility methods for working with LDAP transactions.
- LdapUtils - Class in org.springframework.ldap.support
-
Generic utility methods for working with LDAP.
- LessThanOrEqualsFilter - Class in org.springframework.ldap.filter
-
A filter to compare <=.
- LessThanOrEqualsFilter(String, String) - Constructor for class org.springframework.ldap.filter.LessThanOrEqualsFilter
-
- LessThanOrEqualsFilter(String, int) - Constructor for class org.springframework.ldap.filter.LessThanOrEqualsFilter
-
- 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.
- 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) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of the children of the given
base
.
- list(Name, NameClassPairMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of the children of the given
base
.
- list(String) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of the children of the given
base
.
- list(Name) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of the children of the given
base
.
- list(String, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
- list(Name, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
- list(String, NameClassPairMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- list(Name, NameClassPairMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- list(Name) - Method in class org.springframework.ldap.core.LdapTemplate
-
- list(String) - Method in class org.springframework.ldap.core.LdapTemplate
-
- list(Name) - Method in class org.springframework.ldap.pool.DelegatingContext
-
- list(String) - Method in class org.springframework.ldap.pool.DelegatingContext
-
- listBindings(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
-
- listBindings(String) - Method in class org.springframework.ldap.core.DirContextAdapter
-
- listBindings(String, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of the children of the given
base
.
- listBindings(Name, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of the children of the given
base
.
- listBindings(String, NameClassPairMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of the children of the given
base
.
- listBindings(Name, NameClassPairMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of the children of the given
base
.
- listBindings(String) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of children of the given
base
.
- listBindings(Name) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of children of the given
base
.
- listBindings(String, ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of the children of the given
base
.
- listBindings(Name, ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a non-recursive listing of the children of the given
base
.
- listBindings(String, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
- listBindings(Name, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
- listBindings(String, NameClassPairMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- listBindings(Name, NameClassPairMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- listBindings(String) - Method in class org.springframework.ldap.core.LdapTemplate
-
- listBindings(Name) - Method in class org.springframework.ldap.core.LdapTemplate
-
- listBindings(String, ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- listBindings(Name, ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- listBindings(Name) - Method in class org.springframework.ldap.pool.DelegatingContext
-
- listBindings(String) - Method in class org.springframework.ldap.pool.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
- lookup(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
-
- lookup(String) - Method in class org.springframework.ldap.core.DirContextAdapter
-
- lookup(Name) - Method in interface org.springframework.ldap.core.LdapOperations
-
Lookup the supplied DN and return the found object.
- lookup(String) - Method in interface org.springframework.ldap.core.LdapOperations
-
Lookup the supplied DN and return the found object.
- lookup(Name, AttributesMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Convenience method to get the attributes of a specified DN and
automatically pass them to an AttributesMapper
.
- lookup(String, AttributesMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Convenience method to get the attributes of a specified DN and
automatically pass them to an AttributesMapper
.
- lookup(Name, ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Convenience method to lookup a specified DN and automatically pass the
found object to a ContextMapper
.
- lookup(String, ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Convenience method to lookup a specified DN and automatically pass the
found object to a ContextMapper
.
- lookup(Name, String[], AttributesMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Convenience method to get the specified attributes of a specified DN and
automatically pass them to an AttributesMapper
.
- lookup(String, String[], AttributesMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Convenience method to get the specified attributes of a specified DN and
automatically pass them to an AttributesMapper
.
- lookup(Name, String[], ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Convenience method to get the specified attributes of a specified DN and
automatically pass them to a ContextMapper
.
- lookup(String, String[], ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Convenience method to get the specified attributes of a specified DN and
automatically pass them to a ContextMapper
.
- lookup(Name) - Method in class org.springframework.ldap.core.LdapTemplate
-
- lookup(String) - Method in class org.springframework.ldap.core.LdapTemplate
-
- lookup(Name, AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- lookup(String, AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- lookup(Name, ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- lookup(String, ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- lookup(Name, String[], AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- lookup(String, String[], AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- lookup(Name, String[], ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- lookup(String, String[], ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- lookup(String, ParameterizedContextMapper<T>) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
-
Perform a lookup of the specified DN and map the result using the mapper.
- lookup(Name, ParameterizedContextMapper<T>) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
-
Perform a lookup of the specified DN and map the result using the mapper.
- lookup(String, ParameterizedContextMapper<T>) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
- lookup(Name, ParameterizedContextMapper<T>) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
- lookup(Name) - Method in class org.springframework.ldap.pool.DelegatingContext
-
- lookup(String) - Method in class org.springframework.ldap.pool.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
-
- 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
-
- lookupContext(String) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
-
- lookupContext(Name) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
-
- lookupContext(String) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
- lookupContext(Name) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
- 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
-
- 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.
- OperationNotSupportedException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI OperationNotSupportedException.
- OperationNotSupportedException(OperationNotSupportedException) - Constructor for exception org.springframework.ldap.OperationNotSupportedException
-
- or(Filter) - Method in class org.springframework.ldap.filter.OrFilter
-
Add a query to the OR expression
- OrFilter - Class in org.springframework.ldap.filter
-
Filter for logical OR.
- OrFilter() - Constructor for class org.springframework.ldap.filter.OrFilter
-
- org.springframework.ldap - package org.springframework.ldap
-
Base package of Spring LDAP, containing an unchecked mirror of the JNDI NamingException hierarchy.
- org.springframework.ldap.authentication - package org.springframework.ldap.authentication
-
Support classes for custom authentication.
- org.springframework.ldap.control - package org.springframework.ldap.control
-
Support classes for custom request control context processors.
- org.springframework.ldap.core - package org.springframework.ldap.core
-
Core package of the JNDI/LDAP support.
- org.springframework.ldap.core.simple - package org.springframework.ldap.core.simple
-
Simplification layer over LdapTemplate for Java 5 and above.
- org.springframework.ldap.core.support - package org.springframework.ldap.core.support
-
Support classes the core Spring LDAP package.
- org.springframework.ldap.filter - package org.springframework.ldap.filter
-
Utility classes for dynamically building LDAP
filters.
- 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.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.
- PagedResult - Class in org.springframework.ldap.control
-
- PagedResult(List, PagedResultsCookie) - Constructor for class org.springframework.ldap.control.PagedResult
-
- PagedResultsCookie - Class in org.springframework.ldap.control
-
Wrapper class for the cookie returned when using the
PagedResultsControl
.
- PagedResultsCookie(byte[]) - Constructor for class org.springframework.ldap.control.PagedResultsCookie
-
Constructor.
- PagedResultsDirContextProcessor - Class in org.springframework.ldap.control
-
DirContextProcessor implementation for managing the paged results control.
- PagedResultsDirContextProcessor(int) - Constructor for class org.springframework.ldap.control.PagedResultsDirContextProcessor
-
Constructs a new instance.
- PagedResultsDirContextProcessor(int, PagedResultsCookie) - Constructor for class org.springframework.ldap.control.PagedResultsDirContextProcessor
-
Constructs a new instance with the supplied page size and cookie.
- PagedResultsRequestControl - Class in org.springframework.ldap.control
-
Deprecated.
Use PagedResultsDirContextProcessor instead.
- PagedResultsRequestControl(int) - Constructor for class org.springframework.ldap.control.PagedResultsRequestControl
-
Deprecated.
Constructs a new instance.
- PagedResultsRequestControl(int, PagedResultsCookie) - Constructor for class org.springframework.ldap.control.PagedResultsRequestControl
-
Deprecated.
Constructs a new instance with the supplied page size and cookie.
- PAIR - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
RegularExpression Id.
- ParameterizedContextMapper<T> - Interface in org.springframework.ldap.core.simple
-
- ParameterizedContextMapperWithControls<T> - Interface in org.springframework.ldap.core.simple
-
- parse(String) - Method in class org.springframework.ldap.core.DistinguishedName
-
Parse the supplied String and make this instance represent the
corresponding distinguished name.
- ParseException - Exception in org.springframework.ldap.core
-
This exception is thrown when parse errors are encountered.
- ParseException(Token, int[][], String[]) - Constructor for exception org.springframework.ldap.core.ParseException
-
This constructor is used by the method "generateParseException"
in the generated parser.
- ParseException() - Constructor for exception org.springframework.ldap.core.ParseException
-
The following constructors are for use by you for whatever
purpose you can think of.
- ParseException(String) - Constructor for exception org.springframework.ldap.core.ParseException
-
Constructor with message.
- PartialResultException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI PartialResultException.
- PartialResultException(PartialResultException) - Constructor for exception org.springframework.ldap.PartialResultException
-
- password - Variable in class org.springframework.ldap.core.support.AbstractContextSource
-
- performOperation() - Method in class org.springframework.ldap.transaction.compensating.BindOperationExecutor
-
- performOperation() - Method in class org.springframework.ldap.transaction.compensating.ModifyAttributesOperationExecutor
-
- performOperation() - Method in class org.springframework.ldap.transaction.compensating.NullOperationExecutor
-
- performOperation() - Method in class org.springframework.ldap.transaction.compensating.RebindOperationExecutor
-
- performOperation() - Method in class org.springframework.ldap.transaction.compensating.RenameOperationExecutor
-
- performOperation() - Method in class org.springframework.ldap.transaction.compensating.UnbindOperationExecutor
-
- performOperation() - Method in interface org.springframework.transaction.compensating.CompensatingTransactionOperationExecutor
-
Perform the operation.
- performOperation(Object, String, Object[]) - Method in interface org.springframework.transaction.compensating.CompensatingTransactionOperationManager
-
Indicates that the supplied operation (method name) is to be performed.
- performOperation(Object, Object, Method, Object[]) - Static method in class org.springframework.transaction.compensating.support.CompensatingTransactionUtils
-
Perform the specified operation, storing the state prior to the operation
in order to enable commit/rollback later.
- performOperation(Object, String, Object[]) - Method in class org.springframework.transaction.compensating.support.DefaultCompensatingTransactionOperationManager
-
- PoolingContextSource - Class in org.springframework.ldap.pool.factory
-
- PoolingContextSource() - Constructor for class org.springframework.ldap.pool.factory.PoolingContextSource
-
Creates a new pooling context source, setting up the DirContext object
factory and generic keyed object pool.
- postProcess(DirContext) - Method in class org.springframework.ldap.control.AbstractFallbackRequestAndResponseControlDirContextProcessor
-
- postProcess(DirContext) - Method in class org.springframework.ldap.control.PagedResultsRequestControl
-
Deprecated.
- postProcess(DirContext) - Method in interface org.springframework.ldap.core.DirContextProcessor
-
Perform post-processing on the supplied DirContext
.
- postProcess(DirContext) - Method in class org.springframework.ldap.core.support.AggregateDirContextProcessor
-
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.ldap.core.support.BaseLdapPathBeanPostProcessor
-
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.ldap.core.support.BaseLdapPathBeanPostProcessor
-
- prepend(DistinguishedName) - Method in class org.springframework.ldap.core.DistinguishedName
-
Add an LDAP path first in this DistinguishedName.
- preProcess(DirContext) - Method in class org.springframework.ldap.control.AbstractRequestControlDirContextProcessor
-
- preProcess(DirContext) - Method in interface org.springframework.ldap.core.DirContextProcessor
-
Perform pre-processing on the supplied DirContext.
- preProcess(DirContext) - Method in class org.springframework.ldap.core.support.AggregateDirContextProcessor
-
- PresentFilter - Class in org.springframework.ldap.filter
-
Filter that allows the user to check for the existence of a attribute.
- PresentFilter(String) - Constructor for class org.springframework.ldap.filter.PresentFilter
-
Creates a new instance of a present filter for a particular attribute.
- prevCharIsCR - Variable in class org.springframework.ldap.core.SimpleCharStream
-
- prevCharIsLF - Variable in class org.springframework.ldap.core.SimpleCharStream
-
- processContextAfterCreation(DirContext, String, String) - Method in class org.springframework.ldap.core.support.AbstractTlsDirContextAuthenticationStrategy
-
- processContextAfterCreation(DirContext, String, String) - Method in class org.springframework.ldap.core.support.DigestMd5DirContextAuthenticationStrategy
-
- processContextAfterCreation(DirContext, String, String) - Method in interface org.springframework.ldap.core.support.DirContextAuthenticationStrategy
-
This method is responsible for post-processing the
DirContext
instance after it has been created.
- processContextAfterCreation(DirContext, String, String) - Method in class org.springframework.ldap.core.support.SimpleDirContextAuthenticationStrategy
-
- 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, DirContextProcessor) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, SearchControls, AttributesMapper, DirContextProcessor) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, SearchControls, ContextMapper, DirContextProcessor) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, SearchControls, ContextMapper, DirContextProcessor) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, SearchControls, NameClassPairCallbackHandler, DirContextProcessor) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, int, boolean, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, int, boolean, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, int, String[], AttributesMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, int, String[], AttributesMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, int, AttributesMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, int, AttributesMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, AttributesMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, AttributesMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, int, String[], ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, int, String[], ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, int, ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, int, ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, SearchControls, ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, SearchControls, ContextMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, SearchControls, AttributesMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, SearchControls, AttributesMapper) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, int, boolean, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(String, String, int, boolean, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(Name, String, SearchControls, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(String, String, SearchControls, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(Name, String, SearchControls, NameClassPairCallbackHandler, DirContextProcessor) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(String, String, SearchControls, NameClassPairCallbackHandler, DirContextProcessor) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(SearchExecutor, NameClassPairCallbackHandler, DirContextProcessor) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a search operation, such as a search(), list() or listBindings().
- search(SearchExecutor, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a search operation, such as a search(), list() or listBindings().
- search(Name, String, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(String, String, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(Name, String, int, String[], AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(String, String, int, String[], AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(Name, String, int, AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(String, String, int, AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(Name, String, AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(String, String, AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(Name, String, int, String[], ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(String, String, int, String[], ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(Name, String, int, ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(String, String, int, ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(Name, String, ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(String, String, ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(String, String, SearchControls, ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(Name, String, SearchControls, ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(Name, String, SearchControls, AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(String, String, SearchControls, AttributesMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(String, String, SearchControls, AttributesMapper, DirContextProcessor) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(Name, String, SearchControls, AttributesMapper, DirContextProcessor) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(String, String, SearchControls, ContextMapper, DirContextProcessor) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(Name, String, SearchControls, ContextMapper, DirContextProcessor) - Method in class org.springframework.ldap.core.LdapTemplate
-
- search(String, String, ParameterizedContextMapper<T>) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
-
Search for a List of type T using the supplied filter and link
ParameterizedContextMapper.
- search(Name, String, ParameterizedContextMapper<T>) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
-
Search for a List of type T using the supplied filter and link
ParameterizedContextMapper.
- search(String, String, SearchControls, ParameterizedContextMapper<T>, DirContextProcessor) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
-
Search for a List of type T using the supplied filter, SearchControls,
DirContextProcessor and ParameterizedContextMapper.
- search(Name, String, SearchControls, ParameterizedContextMapper<T>, DirContextProcessor) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
-
Search for a List of type T using the supplied filter, SearchControls,
DirContextProcessor and ParameterizedContextMapper.
- search(String, String, ParameterizedContextMapper<T>) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
- search(String, String, SearchControls, ParameterizedContextMapper<T>, DirContextProcessor) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
- search(Name, String, ParameterizedContextMapper<T>) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
- search(Name, String, SearchControls, ParameterizedContextMapper<T>, DirContextProcessor) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
- 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
-
- SearchExecutor - Interface in org.springframework.ldap.core
-
Interface for delegating an actual search operation.
- searchForObject(Name, String, ContextMapper) - 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) - 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, ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- searchForObject(String, String, ContextMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
- searchForObject(String, String, ParameterizedContextMapper<T>) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
-
Perform a search for a unique entry matching the specified search
criteria and return the found object.
- searchForObject(Name, String, ParameterizedContextMapper<T>) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
-
Perform a search for a unique entry matching the specified search
criteria and return the found object.
- searchForObject(String, String, ParameterizedContextMapper<T>) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
- searchForObject(Name, String, ParameterizedContextMapper<T>) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
- ServiceUnavailableException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI ServiceUnavailableException.
- ServiceUnavailableException(ServiceUnavailableException) - Constructor for exception org.springframework.ldap.ServiceUnavailableException
-
- setAnonymousReadOnly(boolean) - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
Set whether an anonymous environment should be used for read-only
operations.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.ldap.core.support.BaseLdapPathBeanPostProcessor
-
- setAsText(String) - Method in class org.springframework.ldap.core.DistinguishedNameEditor
-
- 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
-
- setAttributeValue(String, Object) - Method in interface org.springframework.ldap.core.DirContextOperations
-
Set the with the name name
to the value
.
- setAttributeValues(String, Object[]) - Method in class org.springframework.ldap.core.DirContextAdapter
-
- setAttributeValues(String, Object[], boolean) - Method in class org.springframework.ldap.core.DirContextAdapter
-
- setAttributeValues(String, Object[]) - Method in interface org.springframework.ldap.core.DirContextOperations
-
Sets a multivalue attribute, disregarding the order of the values.
- setAttributeValues(String, Object[], boolean) - Method in interface org.springframework.ldap.core.DirContextOperations
-
Sets a multivalue attribute.
- setAuthenticationSource(AuthenticationSource) - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
Set the authentication source to use when retrieving user principal and
credentials.
- 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
-
- setBaseEnvironmentProperties(Map) - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
If any custom environment properties are needed, these can be set using
this method.
- setBaseLdapPath(DistinguishedName) - Method in interface org.springframework.ldap.core.support.BaseLdapPathAware
-
Set the base LDAP path specified in the current
ApplicationContext
.
- setBaseLdapPathSourceName(String) - Method in class org.springframework.ldap.core.support.BaseLdapPathBeanPostProcessor
-
Set the name of the ContextSource
bean to use for getting
the base path.
- setBasePath(DistinguishedName) - Method in class org.springframework.ldap.core.support.BaseLdapPathBeanPostProcessor
-
- 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.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
-
- setContextSource(ContextSource) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
-
Set the ContextSource.
- setContextSource(ContextSource) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManagerDelegate
-
Set the ContextSource to work on.
- setCtx(DirContext) - Method in class org.springframework.ldap.transaction.compensating.manager.DirContextHolder
-
Set the DirContext associated with the current transaction.
- setDebugStream(PrintStream) - Method in class org.springframework.ldap.core.DnParserImplTokenManager
-
Set debug output.
- setDefaultPassword(String) - Method in class org.springframework.ldap.authentication.DefaultValuesAuthenticationSourceDecorator
-
Set the password of the default user.
- setDefaultUser(String) - Method in class org.springframework.ldap.authentication.DefaultValuesAuthenticationSourceDecorator
-
Set the default user DN.
- setDirContextProcessors(List) - Method in class org.springframework.ldap.core.support.AggregateDirContextProcessor
-
- setDirContextValidator(DirContextValidator) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setDirObjectFactory(Class) - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
Set the DirObjectFactory to use.
- setDn(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
-
- setDn(Name) - Method in interface org.springframework.ldap.core.DirContextOperations
-
Set the dn of this entry.
- setFilter(String) - Method in class org.springframework.ldap.pool.validation.DefaultDirContextValidator
-
- 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.
- 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.
- setKey(String) - Method in class org.springframework.ldap.core.LdapRdnComponent
-
Deprecated.
Using this method changes the internal state of surrounding
DistinguishedName instance. This should be avoided.
- setMaxActive(int) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setMaxIdle(int) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setMaxTotal(int) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setMaxWait(long) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setMinEvictableIdleTimeMillis(long) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setMinIdle(int) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setNumTestsPerEvictionRun(int) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- setTestOnReturn(boolean) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setTestWhileIdle(boolean) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setTimeBetweenEvictionRunsMillis(long) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setTransactionOperationManager(CompensatingTransactionOperationManager) - Method in class org.springframework.transaction.compensating.support.CompensatingTransactionHolderSupport
-
Set the CompensatingTransactionOperationManager.
- setupAuthenticatedEnvironment(Hashtable, 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, String) - Method in class org.springframework.ldap.core.support.AbstractTlsDirContextAuthenticationStrategy
-
- setupEnvironment(Hashtable, String, String) - Method in class org.springframework.ldap.core.support.DigestMd5DirContextAuthenticationStrategy
-
- setupEnvironment(Hashtable, 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, 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
-
Deprecated.
Using this method changes the internal state of surrounding
DistinguishedName instance. This should be avoided.
- 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
-
- SimpleLdapOperations - Interface in org.springframework.ldap.core.simple
-
LDAP operations interface usable on Java 5 and above, exposing a set of
common LDAP operations.
- SimpleLdapTemplate - Class in org.springframework.ldap.core.simple
-
Java-5-based convenience wrapper for the classic LdapTemplate, adding some
convenient shortcuts and taking advantage of Java 5 Generics.
- SimpleLdapTemplate(LdapOperations) - Constructor for class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
Constructs a new SimpleLdapTemplate instance wrapping the supplied
LdapOperations instance.
- SimpleLdapTemplate(ContextSource) - Constructor for class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
Constructs a new SimpleLdapTemplate instance, automatically creating a
wrapped LdapTemplate instance to work with.
- 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.
- SingleContextSource.NonClosingDirContextInvocationHandler(DirContext) - Constructor for class org.springframework.ldap.core.support.SingleContextSource.NonClosingDirContextInvocationHandler
-
- size() - Method in class org.springframework.ldap.core.DistinguishedName
-
- SizeLimitExceededException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI SizeLimitExceededException.
- SizeLimitExceededException(SizeLimitExceededException) - Constructor for exception org.springframework.ldap.SizeLimitExceededException
-
- SortControlDirContextProcessor - Class in org.springframework.ldap.control
-
DirContextProcessor implementation for managing the SortControl.
- SortControlDirContextProcessor(String) - Constructor for class org.springframework.ldap.control.SortControlDirContextProcessor
-
Constructs a new instance using the supplied sort key.
- 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
-
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
-
- 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.
- STRINGEND - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
RegularExpression Id.
- STRINGENDCHAR - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
RegularExpression Id.
- 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.