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

A

AbstractContextSource - Class in org.springframework.ldap.support
Abstract implementation of the ContextSource interface.
AbstractContextSource() - Constructor for class org.springframework.ldap.support.AbstractContextSource
 
AbstractFilter - Class in org.springframework.ldap.support.filter
Convenience class that implements most of the methods in the Filter interface.
AbstractFilter() - Constructor for class org.springframework.ldap.support.filter.AbstractFilter
 
AbstractRequestControlDirContextProcessor - Class in org.springframework.ldap.support.control
Abstract superclass with responsibility to apply a single RequestControl on an LdapContext, preserving any existing controls.
AbstractRequestControlDirContextProcessor() - Constructor for class org.springframework.ldap.support.control.AbstractRequestControlDirContextProcessor
 
AcegiAuthenticationSource - Class in org.springframework.ldap.support.authentication
An AuthenticationSource to retrieve authentication information stored in Acegi's SecurityContextHolder.
AcegiAuthenticationSource() - Constructor for class org.springframework.ldap.support.authentication.AcegiAuthenticationSource
 
add(String) - Method in class org.springframework.ldap.support.DistinguishedName
 
add(int, String) - Method in class org.springframework.ldap.support.DistinguishedName
 
add(String, String) - Method in class org.springframework.ldap.support.DistinguishedName
Add a new LdapRdn using the supplied key and value.
add(LdapRdn) - Method in class org.springframework.ldap.support.DistinguishedName
Add the supplied LdapRdn last in the list of Rdns.
add(int, LdapRdn) - Method in class org.springframework.ldap.support.DistinguishedName
Add the supplied LdapRdn att the specified index.
addAll(Name) - Method in class org.springframework.ldap.support.DistinguishedName
 
addAll(int, Name) - Method in class org.springframework.ldap.support.DistinguishedName
 
addComponent(LdapRdnComponent) - Method in class org.springframework.ldap.support.LdapRdn
Add an LdapRdnComponent to this LdapRdn.
addDirContextProcessor(DirContextProcessor) - Method in class org.springframework.ldap.support.AggregateDirContextProcessor
Add the supplied DirContextProcessor to the list of managed objects.
addToEnvironment(String, Object) - Method in class org.springframework.ldap.support.DirContextAdapter
 
afterPropertiesSet() - Method in class org.springframework.ldap.LdapTemplate
 
afterPropertiesSet() - Method in class org.springframework.ldap.support.AbstractContextSource
Checks that all necessary data is set and that there is no compatibility issues, after which the instance is initialized.
afterPropertiesSet() - Method in class org.springframework.ldap.support.authentication.DefaultValuesAuthenticationSourceDecorator
 
AggregateDirContextProcessor - Class in org.springframework.ldap.support
Manages a sequence of DirContextProcessor instances.
AggregateDirContextProcessor() - Constructor for class org.springframework.ldap.support.AggregateDirContextProcessor
 
and(Filter) - Method in class org.springframework.ldap.support.filter.AndFilter
Add a query to the and expression
AndFilter - Class in org.springframework.ldap.support.filter
A filter for a logical AND.
AndFilter() - Constructor for class org.springframework.ldap.support.filter.AndFilter
 
append(DistinguishedName) - Method in class org.springframework.ldap.support.DistinguishedName
Add a LDAP path first
assembleProviderUrlString(String[]) - Method in class org.springframework.ldap.support.AbstractContextSource
Assemble a valid url String from all registered urls to add as PROVIDER_URL to the environment.
AttributeModificationsAware - Interface in org.springframework.ldap.support
Indicates that the implementor is capable of keeping track of any attribute modifications and return them as ModificationItems.
AttributesIntegrityViolationException - Exception in org.springframework.ldap
Exception that indicates that an invalid or missing Attribute has been supplied to an LDAP operation.
AttributesIntegrityViolationException(String) - Constructor for exception org.springframework.ldap.AttributesIntegrityViolationException
 
AttributesIntegrityViolationException(String, Throwable) - Constructor for exception org.springframework.ldap.AttributesIntegrityViolationException
 
AttributesMapper - Interface in org.springframework.ldap
An interface used by LdapTemplate for mapping LDAP Attributes to beans.
AuthenticationSource - Interface in org.springframework.ldap
An AuthenticationSource is responsible for providing the principal and credentials to be used when creating a new context.

B

BadLdapGrammarException - Exception in org.springframework.ldap
Thrown to indicate that an invalid value has been supplied to an LDAP operation.
BadLdapGrammarException(String) - Constructor for exception org.springframework.ldap.BadLdapGrammarException
 
BadLdapGrammarException(String, Throwable) - Constructor for exception org.springframework.ldap.BadLdapGrammarException
 
BinaryLogicalFilter - Class in org.springframework.ldap.support.filter
Abstract superclass for binary logical operations, that is "and" and "or" operations.
BinaryLogicalFilter() - Constructor for class org.springframework.ldap.support.filter.BinaryLogicalFilter
 
bind(Name, Object, Attributes) - Method in interface org.springframework.ldap.LdapOperations
Create an entry in the LDAP tree.
bind(String, Object, Attributes) - Method in interface org.springframework.ldap.LdapOperations
Create an entry in the LDAP tree.
bind(Name, Object, Attributes) - Method in class org.springframework.ldap.LdapTemplate
 
bind(String, Object, Attributes) - Method in class org.springframework.ldap.LdapTemplate
 
bind(Name, Object, Attributes) - Method in class org.springframework.ldap.support.DirContextAdapter
 
bind(String, Object, Attributes) - Method in class org.springframework.ldap.support.DirContextAdapter
 
bind(Name, Object) - Method in class org.springframework.ldap.support.DirContextAdapter
 
bind(String, Object) - Method in class org.springframework.ldap.support.DirContextAdapter
 

C

clone() - Method in class org.springframework.ldap.support.DistinguishedName
 
close() - Method in class org.springframework.ldap.support.DirContextAdapter
 
CollectingNameClassPairCallbackHandler - Class in org.springframework.ldap
A NameClassPairCallbackHandler to collect all results in an internal List.
CollectingNameClassPairCallbackHandler() - Constructor for class org.springframework.ldap.CollectingNameClassPairCallbackHandler
 
compare(Object, Object) - Method in class org.springframework.ldap.util.ListComparator
Compare two lists of Comparable objects.
CompareFilter - Class in org.springframework.ldap.support.filter
Abstract superclass for filters to compare values.
CompareFilter(String, String) - Constructor for class org.springframework.ldap.support.filter.CompareFilter
 
CompareFilter(String, int) - Constructor for class org.springframework.ldap.support.filter.CompareFilter
Convenience constructor for int values.
compareTo(Object) - Method in class org.springframework.ldap.support.DistinguishedName
Compare this instance to another object.
compareTo(Object) - Method in class org.springframework.ldap.support.LdapRdn
Compare this LdapRdn to another object.
compareTo(Object) - Method in class org.springframework.ldap.support.LdapRdnComponent
Compare this instance to the supplied object.
composeName(Name, Name) - Method in class org.springframework.ldap.support.DirContextAdapter
 
composeName(String, String) - Method in class org.springframework.ldap.support.DirContextAdapter
 
contains(DistinguishedName) - Method in class org.springframework.ldap.support.DistinguishedName
Determines if a ldap path contains another path.
ContextAssembler - Interface in org.springframework.ldap
Helper interface to be used by Dao implementations for assembling to and from context.
ContextExecutor - Interface in org.springframework.ldap
Interface for delegating an actual operation to be performed on an DirContext.
ContextMapper - Interface in org.springframework.ldap
An interface used by LdapTemplate to map LDAP Contexts to beans.
ContextSource - Interface in org.springframework.ldap
Interface used to retrieve and authenticate LDAP contexts.
CountNameClassPairCallbackHandler - Class in org.springframework.ldap.support
A NameClassPairCallbackHandler for counting all returned entries.
CountNameClassPairCallbackHandler() - Constructor for class org.springframework.ldap.support.CountNameClassPairCallbackHandler
 
createDnParser(String) - Static method in class org.springframework.ldap.support.DefaultDnParserFactory
Create a new DnParser instance.
createRequestControl() - Method in class org.springframework.ldap.support.control.AbstractRequestControlDirContextProcessor
Create an instance of the appropriate RequestControl.
createRequestControl() - Method in class org.springframework.ldap.support.control.PagedResultsRequestControl
 
createSubcontext(Name, Attributes) - Method in class org.springframework.ldap.support.DirContextAdapter
 
createSubcontext(String, Attributes) - Method in class org.springframework.ldap.support.DirContextAdapter
 
createSubcontext(Name) - Method in class org.springframework.ldap.support.DirContextAdapter
 
createSubcontext(String) - Method in class org.springframework.ldap.support.DirContextAdapter
 

D

DefaultDirObjectFactory - Class in org.springframework.ldap.support
Default implementation of the DirObjectFactory interface.
DefaultDirObjectFactory() - Constructor for class org.springframework.ldap.support.DefaultDirObjectFactory
 
DefaultDnParserFactory - Class in org.springframework.ldap.support
A factory for creating DnParser instances.
DefaultDnParserFactory() - Constructor for class org.springframework.ldap.support.DefaultDnParserFactory
 
DefaultNameClassPairMapper - Class in org.springframework.ldap
The default NameClassPairMapper implementation.
DefaultNameClassPairMapper() - Constructor for class org.springframework.ldap.DefaultNameClassPairMapper
 
DefaultNamingExceptionTranslator - Class in org.springframework.ldap
The default implementation of NamingExceptionTranslator.
DefaultNamingExceptionTranslator() - Constructor for class org.springframework.ldap.DefaultNamingExceptionTranslator
 
DefaultValuesAuthenticationSourceDecorator - Class in org.springframework.ldap.support.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.support.authentication.DefaultValuesAuthenticationSourceDecorator
Constructor for bean usage.
DefaultValuesAuthenticationSourceDecorator(AuthenticationSource, String, String) - Constructor for class org.springframework.ldap.support.authentication.DefaultValuesAuthenticationSourceDecorator
Constructor to setup instance directly.
deleteRecursively(DirContext, DistinguishedName) - Method in class org.springframework.ldap.LdapTemplate
Delete all subcontexts including the current one recursively.
destroySubcontext(Name) - Method in class org.springframework.ldap.support.DirContextAdapter
 
destroySubcontext(String) - Method in class org.springframework.ldap.support.DirContextAdapter
 
DirContextAdapter - Class in org.springframework.ldap.support
Implements the interesting methods of the DirContext interface.
DirContextAdapter() - Constructor for class org.springframework.ldap.support.DirContextAdapter
Default constructor.
DirContextAdapter(Name) - Constructor for class org.springframework.ldap.support.DirContextAdapter
Create a new adapter from the supplied dn.
DirContextAdapter(Attributes, Name) - Constructor for class org.springframework.ldap.support.DirContextAdapter
Create a new adapter from the supplied attributes and dn.
DirContextAdapter(Attributes, Name, Name) - Constructor for class org.springframework.ldap.support.DirContextAdapter
Create a new adapter from the supplied attributes, dn, and base.
DirContextAdapter(DirContextAdapter) - Constructor for class org.springframework.ldap.support.DirContextAdapter
Constructor for cloning an existing adapter.
DirContextOperations - Interface in org.springframework.ldap.support
Interface for DirContextAdapter to simplify mock testing.
DirContextProcessor - Interface in org.springframework.ldap
Interface to be called in search by LdapTemplate before and after the actual search and enumeration traversal.
DirContextSource - Class in org.springframework.ldap.support
ContextSource implementation which creates InitialDirContext instances, for LDAPv2 compatibility.
DirContextSource() - Constructor for class org.springframework.ldap.support.DirContextSource
 
DistinguishedName - Class in org.springframework.ldap.support
Default implementation of a Name corresponding to an LDAP path.
DistinguishedName() - Constructor for class org.springframework.ldap.support.DistinguishedName
Construct a new DistinguishedName with no components.
DistinguishedName(String) - Constructor for class org.springframework.ldap.support.DistinguishedName
Construct a new DistinguishedName from a String.
DistinguishedName(List) - Constructor for class org.springframework.ldap.support.DistinguishedName
Construct a new DistinguishedName from the supplied List of LdapRdn objects.
DistinguishedName(Name) - Constructor for class org.springframework.ldap.support.DistinguishedName
Construct a new DistinguishedName from the supplied Name.
dn() - Method in interface org.springframework.ldap.support.DnParser
Parse a full Distinguished Name.
DnParser - Interface in org.springframework.ldap.support
A parser for RFC2253-compliant Distinguished Names.
DONT_DECODE_VALUE - Static variable in class org.springframework.ldap.support.LdapRdnComponent
 

E

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

F

Filter - Interface in org.springframework.ldap.support.filter
Common interface for filters.
filterEncode(String) - Static method in class org.springframework.ldap.support.LdapEncoder
 

G

get(int) - Method in class org.springframework.ldap.support.DistinguishedName
 
getAll() - Method in class org.springframework.ldap.support.DistinguishedName
 
getAnonymousEnv() - Method in class org.springframework.ldap.support.AbstractContextSource
 
getAnonymousEnv() - Method in class org.springframework.ldap.support.LdapContextSource
 
getAttributes() - Method in class org.springframework.ldap.support.DirContextAdapter
Get all attributes.
getAttributes(Name) - Method in class org.springframework.ldap.support.DirContextAdapter
 
getAttributes(String) - Method in class org.springframework.ldap.support.DirContextAdapter
 
getAttributes(Name, String[]) - Method in class org.springframework.ldap.support.DirContextAdapter
 
getAttributes(String, String[]) - Method in class org.springframework.ldap.support.DirContextAdapter
 
getAttributeSortedStringSet(String) - Method in class org.springframework.ldap.support.DirContextAdapter
 
getAttributeSortedStringSet(String) - Method in interface org.springframework.ldap.support.DirContextOperations
Get all String values of the attribute as a SortedSet.
getAuthenticatedEnv() - Method in class org.springframework.ldap.support.AbstractContextSource
 
getCompareString() - Method in class org.springframework.ldap.support.filter.CompareFilter
Implement this method in subclass to return a String representing the operator.
getCompareString() - Method in class org.springframework.ldap.support.filter.EqualsFilter
 
getCompareString() - Method in class org.springframework.ldap.support.filter.GreaterThanOrEqualsFilter
 
getCompareString() - Method in class org.springframework.ldap.support.filter.LessThanOrEqualsFilter
 
getComponent() - Method in class org.springframework.ldap.support.LdapRdn
Gets the first LdapRdnComponent of this LdapRdn.
getComponent(int) - Method in class org.springframework.ldap.support.LdapRdn
Get the LdapRdnComponent at index idx.
getComponents() - Method in class org.springframework.ldap.support.LdapRdn
Gets all components in this LdapRdn.
getCookie() - Method in class org.springframework.ldap.support.control.PagedResultsCookie
Get the cookie.
getCookie() - Method in class org.springframework.ldap.support.control.PagedResultsRequestControl
 
getCredentials() - Method in interface org.springframework.ldap.AuthenticationSource
Get the credentials to use when creating an authenticated context.
getCredentials() - Method in class org.springframework.ldap.support.authentication.AcegiAuthenticationSource
 
getCredentials() - Method in class org.springframework.ldap.support.authentication.DefaultValuesAuthenticationSourceDecorator
Checks if the target's principal is not empty; if not, the credentials from the target is returned - otherwise return the defaultPassword.
getDirContextInstance(Hashtable) - Method in class org.springframework.ldap.support.AbstractContextSource
Implement in subclass to create a DirContext of the desired type (e.g.
getDirContextInstance(Hashtable) - Method in class org.springframework.ldap.support.DirContextSource
Create a new InitialDirContext instance.
getDirContextInstance(Hashtable) - Method in class org.springframework.ldap.support.LdapContextSource
 
getDirContextProcessors() - Method in class org.springframework.ldap.support.AggregateDirContextProcessor
Get the list of managed DirContextProcessors.
getDn() - Method in class org.springframework.ldap.support.DirContextAdapter
 
getDn() - Method in interface org.springframework.ldap.support.DirContextOperations
Returns DN, without the base path.
getEnvironment() - Method in class org.springframework.ldap.support.DirContextAdapter
 
getExceptionTranslator() - Method in class org.springframework.ldap.LdapTemplate
Get the NamingExceptionTranslator that will be used by this instance.
getExceptionTranslator() - Method in class org.springframework.ldap.support.AbstractContextSource
Get the NamingExceptionTranslator used by this instance.
getExceptionTranslator() - Method in class org.springframework.ldap.support.DirContextAdapter
Get the NamingExceptionTranslator.
getKey() - Method in class org.springframework.ldap.support.LdapRdnComponent
 
getLdapEncoded() - Method in class org.springframework.ldap.support.LdapRdn
Get a properly rfc2253-encoded String representation to this LdapRdn.
getLdapEncoded() - Method in class org.springframework.ldap.support.LdapRdnComponent
 
getLdapRdn(int) - Method in class org.springframework.ldap.support.DistinguishedName
Get the LdapRdn at a specified position.
getList() - Method in class org.springframework.ldap.CollectingNameClassPairCallbackHandler
Get the assembled list.
getLogicalOperator() - Method in class org.springframework.ldap.support.filter.AndFilter
 
getLogicalOperator() - Method in class org.springframework.ldap.support.filter.BinaryLogicalFilter
Implement this in subclass to return the logical operator, for example &qout;&&qout;.
getLogicalOperator() - Method in class org.springframework.ldap.support.filter.OrFilter
 
getModificationItems() - Method in interface org.springframework.ldap.support.AttributeModificationsAware
Creates an array of which attributes have been changed or added or removed.
getModificationItems() - Method in class org.springframework.ldap.support.DirContextAdapter
 
getNameInNamespace() - Method in class org.springframework.ldap.support.DirContextAdapter
 
getNameParser(Name) - Method in class org.springframework.ldap.support.DirContextAdapter
 
getNameParser(String) - Method in class org.springframework.ldap.support.DirContextAdapter
 
getNames() - Method in class org.springframework.ldap.support.DistinguishedName
Get the name list.
getNamesOfModifiedAttributes() - Method in class org.springframework.ldap.support.DirContextAdapter
 
getNamesOfModifiedAttributes() - Method in interface org.springframework.ldap.support.DirContextOperations
Creates a String array of the names of the attributes which have been changed.
getNoOfRows() - Method in class org.springframework.ldap.support.CountNameClassPairCallbackHandler
Get the number of rows that was returned by the search.
getObjectAttribute(String) - Method in class org.springframework.ldap.support.DirContextAdapter
 
getObjectAttribute(String) - Method in interface org.springframework.ldap.support.DirContextOperations
Get the value of an Object attribute.
getObjectFromNameClassPair(NameClassPair) - Method in class org.springframework.ldap.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.LdapTemplate.AttributesMapperCallbackHandler
Cast the NameClassPair to a SearchResult and pass its attributes to the AttributesMapper.
getObjectFromNameClassPair(NameClassPair) - Method in class org.springframework.ldap.LdapTemplate.ContextMapperCallbackHandler
Cast the NameClassPair to a Binding and pass its attributes to the ContextMapper.
getObjectFromNameClassPair(NameClassPair) - Method in class org.springframework.ldap.LdapTemplate.MappingCollectingNameClassPairCallbackHandler
 
getObjectInstance(Object, Name, Context, Hashtable, Attributes) - Method in class org.springframework.ldap.support.DefaultDirObjectFactory
Creates a DirContextAdapter from the supplied arguments.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.springframework.ldap.support.DefaultDirObjectFactory
Returns null.
getPageSize() - Method in class org.springframework.ldap.support.control.PagedResultsRequestControl
 
getPrefix(int) - Method in class org.springframework.ldap.support.DistinguishedName
 
getPrincipal() - Method in interface org.springframework.ldap.AuthenticationSource
Get the principal to use when creating an authenticated context.
getPrincipal() - Method in class org.springframework.ldap.support.authentication.AcegiAuthenticationSource
Get the principals of the logged in user, in this case the distinguished name.
getPrincipal() - Method in class org.springframework.ldap.support.authentication.DefaultValuesAuthenticationSourceDecorator
Checks if the target's principal is not empty; if not, this is returned - otherwise return the defaultUser.
getReadOnlyContext() - Method in interface org.springframework.ldap.ContextSource
Gets a read-only DirContext.
getReadOnlyContext() - Method in class org.springframework.ldap.support.AbstractContextSource
 
getReadWriteContext() - Method in interface org.springframework.ldap.ContextSource
Gets a read-write DirContext.
getReadWriteContext() - Method in class org.springframework.ldap.support.AbstractContextSource
 
getResultSize() - Method in class org.springframework.ldap.support.control.PagedResultsRequestControl
 
getSchema(Name) - Method in class org.springframework.ldap.support.DirContextAdapter
 
getSchema(String) - Method in class org.springframework.ldap.support.DirContextAdapter
 
getSchemaClassDefinition(Name) - Method in class org.springframework.ldap.support.DirContextAdapter
 
getSchemaClassDefinition(String) - Method in class org.springframework.ldap.support.DirContextAdapter
 
getStringAttribute(String) - Method in class org.springframework.ldap.support.DirContextAdapter
 
getStringAttribute(String) - Method in interface org.springframework.ldap.support.DirContextOperations
Get the value of a String attribute.
getStringAttributes(String) - Method in class org.springframework.ldap.support.DirContextAdapter
 
getStringAttributes(String) - Method in interface org.springframework.ldap.support.DirContextOperations
Get all values of a String attribute.
getSuffix(int) - Method in class org.springframework.ldap.support.DistinguishedName
 
getUrls() - Method in class org.springframework.ldap.support.AbstractContextSource
 
getValue() - Method in class org.springframework.ldap.support.LdapRdnComponent
 
GreaterThanOrEqualsFilter - Class in org.springframework.ldap.support.filter
A filter to compare >=.
GreaterThanOrEqualsFilter(String, String) - Constructor for class org.springframework.ldap.support.filter.GreaterThanOrEqualsFilter
 
GreaterThanOrEqualsFilter(String, int) - Constructor for class org.springframework.ldap.support.filter.GreaterThanOrEqualsFilter
 

H

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

I

isEmpty() - Method in class org.springframework.ldap.support.DistinguishedName
 
isUpdateMode() - Method in class org.springframework.ldap.support.DirContextAdapter
 
isUpdateMode() - Method in interface org.springframework.ldap.support.DirContextOperations
Gets the update mode.

J

JNDI_ENV_BASE_PATH_KEY - Static variable in class org.springframework.ldap.support.DefaultDirObjectFactory
Key to use in the ContextSource implementation to store the value of the base path suffix, if any, in the Ldap Environment.

L

LdapContextSource - Class in org.springframework.ldap.support
ContextSource implementation which creates an InitialLdapContext instance.
LdapContextSource() - Constructor for class org.springframework.ldap.support.LdapContextSource
 
LdapEncoder - Class in org.springframework.ldap.support
Helper class to encode and decode ldap names and values.
LdapOperations - Interface in org.springframework.ldap
Interface that specifies a basic set of LDAP operations.
LdapRdn - Class in org.springframework.ldap.support
Datatype for a LDAP name, a part of a path.
LdapRdn() - Constructor for class org.springframework.ldap.support.LdapRdn
Default constructor.
LdapRdn(String) - Constructor for class org.springframework.ldap.support.LdapRdn
Parse the supplied string and construct this instance accordingly.
LdapRdn(String, String) - Constructor for class org.springframework.ldap.support.LdapRdn
Construct an LdapRdn using the supplied key and value.
LdapRdnComponent - Class in org.springframework.ldap.support
Represents part of an LdapRdn.
LdapRdnComponent(String, String) - Constructor for class org.springframework.ldap.support.LdapRdnComponent
Constructs an LdapRdnComponent without decoding the value.
LdapRdnComponent(String, String, boolean) - Constructor for class org.springframework.ldap.support.LdapRdnComponent
Constructs an LdapRdnComponent, optionally decoding the value.
LdapTemplate - Class in org.springframework.ldap
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.LdapTemplate
Constructor for bean usage.
LdapTemplate(ContextSource) - Constructor for class org.springframework.ldap.LdapTemplate
Constructor to setup instance directly.
LdapTemplate.AttributesMapperCallbackHandler - Class in org.springframework.ldap
A CollectingNameClassPairCallbackHandler to wrap an AttributesMapper.
LdapTemplate.AttributesMapperCallbackHandler(AttributesMapper) - Constructor for class org.springframework.ldap.LdapTemplate.AttributesMapperCallbackHandler
 
LdapTemplate.ContextMapperCallbackHandler - Class in org.springframework.ldap
A CollectingNameClassPairCallbackHandler to wrap a ContextMapper.
LdapTemplate.ContextMapperCallbackHandler(ContextMapper) - Constructor for class org.springframework.ldap.LdapTemplate.ContextMapperCallbackHandler
 
LdapTemplate.MappingCollectingNameClassPairCallbackHandler - Class in org.springframework.ldap
A NameClassPairCallbackHandler that passes the NameClassPairs found to a NameClassPairMapper and collects the results in a list.
LdapTemplate.MappingCollectingNameClassPairCallbackHandler(NameClassPairMapper) - Constructor for class org.springframework.ldap.LdapTemplate.MappingCollectingNameClassPairCallbackHandler
 
LessThanOrEqualsFilter - Class in org.springframework.ldap.support.filter
A filter to compare <=.
LessThanOrEqualsFilter(String, String) - Constructor for class org.springframework.ldap.support.filter.LessThanOrEqualsFilter
 
LessThanOrEqualsFilter(String, int) - Constructor for class org.springframework.ldap.support.filter.LessThanOrEqualsFilter
 
LikeFilter - Class in org.springframework.ldap.support.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.support.filter.LikeFilter
 
list(String, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.LdapOperations
Perform a non-recursive listing of the children of the given base.
list(Name, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.LdapOperations
Perform a non-recursive listing of the children of the given base.
list(String, NameClassPairMapper) - Method in interface org.springframework.ldap.LdapOperations
Perform a non-recursive listing of the children of the given base.
list(Name, NameClassPairMapper) - Method in interface org.springframework.ldap.LdapOperations
Perform a non-recursive listing of the children of the given base.
list(String) - Method in interface org.springframework.ldap.LdapOperations
Perform a non-recursive listing of the children of the given base.
list(Name) - Method in interface org.springframework.ldap.LdapOperations
Perform a non-recursive listing of the contexts bound to the given base.
list(String, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.LdapTemplate
 
list(Name, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.LdapTemplate
 
list(String, NameClassPairMapper) - Method in class org.springframework.ldap.LdapTemplate
 
list(Name, NameClassPairMapper) - Method in class org.springframework.ldap.LdapTemplate
 
list(Name) - Method in class org.springframework.ldap.LdapTemplate
 
list(String) - Method in class org.springframework.ldap.LdapTemplate
 
list(Name) - Method in class org.springframework.ldap.support.DirContextAdapter
 
list(String) - Method in class org.springframework.ldap.support.DirContextAdapter
 
listBindings(String, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.LdapOperations
Perform a non-recursive listing of the children of the given base.
listBindings(Name, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.LdapOperations
Perform a non-recursive listing of the children of the given base.
listBindings(String, NameClassPairMapper) - Method in interface org.springframework.ldap.LdapOperations
Perform a non-recursive listing of the children of the given base.
listBindings(Name, NameClassPairMapper) - Method in interface org.springframework.ldap.LdapOperations
Perform a non-recursive listing of the children of the given base.
listBindings(String) - Method in interface org.springframework.ldap.LdapOperations
Perform a non-recursive listing of children of the given base.
listBindings(Name) - Method in interface org.springframework.ldap.LdapOperations
Perform a non-recursive listing of the children of the given base.
listBindings(String, ContextMapper) - Method in interface org.springframework.ldap.LdapOperations
Perform a non-recursive listing of the children of the given base.
listBindings(Name, ContextMapper) - Method in interface org.springframework.ldap.LdapOperations
Perform a non-recursive listing of the children of the given base.
listBindings(String, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.LdapTemplate
 
listBindings(Name, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.LdapTemplate
 
listBindings(String, NameClassPairMapper) - Method in class org.springframework.ldap.LdapTemplate
 
listBindings(Name, NameClassPairMapper) - Method in class org.springframework.ldap.LdapTemplate
 
listBindings(String) - Method in class org.springframework.ldap.LdapTemplate
 
listBindings(Name) - Method in class org.springframework.ldap.LdapTemplate
 
listBindings(String, ContextMapper) - Method in class org.springframework.ldap.LdapTemplate
 
listBindings(Name, ContextMapper) - Method in class org.springframework.ldap.LdapTemplate
 
listBindings(Name) - Method in class org.springframework.ldap.support.DirContextAdapter
 
listBindings(String) - Method in class org.springframework.ldap.support.DirContextAdapter
 
ListComparator - Class in org.springframework.ldap.util
Comparator for comparing lists of Comparable objects.
ListComparator() - Constructor for class org.springframework.ldap.util.ListComparator
 
log - Variable in class org.springframework.ldap.support.control.AbstractRequestControlDirContextProcessor
 
lookup(Name) - Method in interface org.springframework.ldap.LdapOperations
Lookup the supplied DN and return the found object.
lookup(String) - Method in interface org.springframework.ldap.LdapOperations
Lookup the supplied DN and return the found object.
lookup(Name, AttributesMapper) - Method in interface org.springframework.ldap.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.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.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.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.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.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.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.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.LdapTemplate
 
lookup(String) - Method in class org.springframework.ldap.LdapTemplate
 
lookup(Name, AttributesMapper) - Method in class org.springframework.ldap.LdapTemplate
 
lookup(String, AttributesMapper) - Method in class org.springframework.ldap.LdapTemplate
 
lookup(Name, ContextMapper) - Method in class org.springframework.ldap.LdapTemplate
 
lookup(String, ContextMapper) - Method in class org.springframework.ldap.LdapTemplate
 
lookup(Name, String[], AttributesMapper) - Method in class org.springframework.ldap.LdapTemplate
 
lookup(String, String[], AttributesMapper) - Method in class org.springframework.ldap.LdapTemplate
 
lookup(Name, String[], ContextMapper) - Method in class org.springframework.ldap.LdapTemplate
 
lookup(String, String[], ContextMapper) - Method in class org.springframework.ldap.LdapTemplate
 
lookup(Name) - Method in class org.springframework.ldap.support.DirContextAdapter
 
lookup(String) - Method in class org.springframework.ldap.support.DirContextAdapter
 
lookupLink(Name) - Method in class org.springframework.ldap.support.DirContextAdapter
 
lookupLink(String) - Method in class org.springframework.ldap.support.DirContextAdapter
 

M

mapFromAttributes(Attributes) - Method in interface org.springframework.ldap.AttributesMapper
Map Attributes to an object.
mapFromContext(Object) - Method in interface org.springframework.ldap.ContextMapper
Map a single LDAP Context to an object.
mapFromNameClassPair(NameClassPair) - Method in class org.springframework.ldap.DefaultNameClassPairMapper
Gets the Name from the supplied NameClassPair and returns it as the result.
mapFromNameClassPair(NameClassPair) - Method in interface org.springframework.ldap.NameClassPairMapper
Map NameClassPair to an Object.
mapToContext(Object, Object) - Method in interface org.springframework.ldap.ContextAssembler
Map the supplied object to the specified context.
modifyAttributes(Name, ModificationItem[]) - Method in interface org.springframework.ldap.LdapOperations
Modify an entry in the LDAP tree using the supplied ModificationItems.
modifyAttributes(String, ModificationItem[]) - Method in interface org.springframework.ldap.LdapOperations
Modify an entry in the LDAP tree using the supplied ModificationItems.
modifyAttributes(Name, ModificationItem[]) - Method in class org.springframework.ldap.LdapTemplate
 
modifyAttributes(String, ModificationItem[]) - Method in class org.springframework.ldap.LdapTemplate
 
modifyAttributes(Name, int, Attributes) - Method in class org.springframework.ldap.support.DirContextAdapter
 
modifyAttributes(String, int, Attributes) - Method in class org.springframework.ldap.support.DirContextAdapter
 
modifyAttributes(Name, ModificationItem[]) - Method in class org.springframework.ldap.support.DirContextAdapter
 
modifyAttributes(String, ModificationItem[]) - Method in class org.springframework.ldap.support.DirContextAdapter
 

N

NameClassPairCallbackHandler - Interface in org.springframework.ldap
Callback interface used by LdapTemplate's search, list and listBindings methods.
NameClassPairMapper - Interface in org.springframework.ldap
Responsible for mapping NameClassPair objects to beans.
nameDecode(String) - Static method in class org.springframework.ldap.support.LdapEncoder
Decodes a value.
nameEncode(String) - Static method in class org.springframework.ldap.support.LdapEncoder
LDAP Encodes a value for use with a DN.
NamingExceptionTranslator - Interface in org.springframework.ldap
Interface to be implemented by classes that can translate between NamingExceptions and DataAccessExceptions.
NotFilter - Class in org.springframework.ldap.support.filter
A filter for 'not'.
NotFilter(Filter) - Constructor for class org.springframework.ldap.support.filter.NotFilter
Create a filter that negates the outcome of the given filter.

O

or(Filter) - Method in class org.springframework.ldap.support.filter.OrFilter
Add a query to the OR expression
OrFilter - Class in org.springframework.ldap.support.filter
Filter for logical OR.
OrFilter() - Constructor for class org.springframework.ldap.support.filter.OrFilter
 
org.springframework.ldap - package org.springframework.ldap
The core package of the Spring-LDAP library.
org.springframework.ldap.support - package org.springframework.ldap.support
Support classes for Spring-LDAP.
org.springframework.ldap.support.authentication - package org.springframework.ldap.support.authentication
Support classes for custom authentication.
org.springframework.ldap.support.control - package org.springframework.ldap.support.control
Support classes for custom request control context processors.
org.springframework.ldap.support.filter - package org.springframework.ldap.support.filter
Utility classes for dynamically building LDAP filters.
org.springframework.ldap.util - package org.springframework.ldap.util
Internal utility classes.

P

PagedResultsCookie - Class in org.springframework.ldap.support.control
Wrapper class for the cookie returned when using the PagedResultsControl.
PagedResultsCookie(byte[]) - Constructor for class org.springframework.ldap.support.control.PagedResultsCookie
Constructor.
PagedResultsRequestControl - Class in org.springframework.ldap.support.control
DirContextProcessor implementation for managing the paged results.
PagedResultsRequestControl(int) - Constructor for class org.springframework.ldap.support.control.PagedResultsRequestControl
 
PagedResultsRequestControl(int, PagedResultsCookie) - Constructor for class org.springframework.ldap.support.control.PagedResultsRequestControl
 
parse(String) - Method in class org.springframework.ldap.support.DistinguishedName
Parse the supplied String and make this instance represent the corresponding distinguished name.
password - Variable in class org.springframework.ldap.support.AbstractContextSource
 
postProcess(DirContext) - Method in interface org.springframework.ldap.DirContextProcessor
Perform post-processing on the supplied DirContext.
postProcess(DirContext) - Method in class org.springframework.ldap.support.AggregateDirContextProcessor
 
postProcess(DirContext) - Method in class org.springframework.ldap.support.control.PagedResultsRequestControl
 
prepend(DistinguishedName) - Method in class org.springframework.ldap.support.DistinguishedName
Add a LDAP path first
preProcess(DirContext) - Method in interface org.springframework.ldap.DirContextProcessor
Perform pre-processing on the supplied DirContext.
preProcess(DirContext) - Method in class org.springframework.ldap.support.AggregateDirContextProcessor
 
preProcess(DirContext) - Method in class org.springframework.ldap.support.control.AbstractRequestControlDirContextProcessor
Get the existing RequestControls from the LdapContext, call AbstractRequestControlDirContextProcessor.createRequestControl() to get a new instance, build a new array of Controls and set it on the LdapContext.

Q

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

R

rdn() - Method in interface org.springframework.ldap.support.DnParser
Parse a Relative Distinguished Name.
rebind(Name, Object, Attributes) - Method in interface org.springframework.ldap.LdapOperations
Remove an entry and replace it with a new one.
rebind(String, Object, Attributes) - Method in interface org.springframework.ldap.LdapOperations
Remove an entry and replace it with a new one.
rebind(Name, Object, Attributes) - Method in class org.springframework.ldap.LdapTemplate
 
rebind(String, Object, Attributes) - Method in class org.springframework.ldap.LdapTemplate
 
rebind(Name, Object, Attributes) - Method in class org.springframework.ldap.support.DirContextAdapter
 
rebind(String, Object, Attributes) - Method in class org.springframework.ldap.support.DirContextAdapter
 
rebind(Name, Object) - Method in class org.springframework.ldap.support.DirContextAdapter
 
rebind(String, Object) - Method in class org.springframework.ldap.support.DirContextAdapter
 
remove(int) - Method in class org.springframework.ldap.support.DistinguishedName
 
removeFirst() - Method in class org.springframework.ldap.support.DistinguishedName
Remove the first part of this DistinguishedName.
removeFirst(Name) - Method in class org.springframework.ldap.support.DistinguishedName
Remove the supplied path from the beginning of this DistinguishedName if this instance starts with .
removeFromEnvironment(String) - Method in class org.springframework.ldap.support.DirContextAdapter
 
removeLast() - Method in class org.springframework.ldap.support.DistinguishedName
Remove the ldast part of this DistinguishedName.
rename(Name, Name) - Method in interface org.springframework.ldap.LdapOperations
Move an entry in the LDAP tree to a new location.
rename(String, String) - Method in interface org.springframework.ldap.LdapOperations
Move an entry in the LDAP tree to a new location.
rename(Name, Name) - Method in class org.springframework.ldap.LdapTemplate
 
rename(String, String) - Method in class org.springframework.ldap.LdapTemplate
 
rename(Name, Name) - Method in class org.springframework.ldap.support.DirContextAdapter
 
rename(String, String) - Method in class org.springframework.ldap.support.DirContextAdapter
 

S

search(SearchExecutor, NameClassPairCallbackHandler, DirContextProcessor) - Method in interface org.springframework.ldap.LdapOperations
Perform a search using a custom context processor.
search(SearchExecutor, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.LdapOperations
Perform a search.
search(Name, String, SearchControls, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, SearchControls, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, SearchControls, NameClassPairCallbackHandler, DirContextProcessor) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, SearchControls, AttributesMapper, DirContextProcessor) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, SearchControls, AttributesMapper, DirContextProcessor) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, SearchControls, ContextMapper, DirContextProcessor) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, SearchControls, ContextMapper, DirContextProcessor) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, SearchControls, NameClassPairCallbackHandler, DirContextProcessor) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, int, boolean, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, int, boolean, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, int, String[], AttributesMapper) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, int, String[], AttributesMapper) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, int, AttributesMapper) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, int, AttributesMapper) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, AttributesMapper) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, AttributesMapper) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, int, String[], ContextMapper) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, int, String[], ContextMapper) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, int, ContextMapper) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, int, ContextMapper) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, ContextMapper) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, ContextMapper) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, SearchControls, ContextMapper) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, SearchControls, ContextMapper) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(String, String, SearchControls, AttributesMapper) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, SearchControls, AttributesMapper) - Method in interface org.springframework.ldap.LdapOperations
Search for all objects matching the supplied filter.
search(Name, String, int, boolean, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.LdapTemplate
 
search(String, String, int, boolean, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.LdapTemplate
 
search(Name, String, SearchControls, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.LdapTemplate
 
search(String, String, SearchControls, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.LdapTemplate
 
search(Name, String, SearchControls, NameClassPairCallbackHandler, DirContextProcessor) - Method in class org.springframework.ldap.LdapTemplate
 
search(String, String, SearchControls, NameClassPairCallbackHandler, DirContextProcessor) - Method in class org.springframework.ldap.LdapTemplate
 
search(SearchExecutor, NameClassPairCallbackHandler, DirContextProcessor) - Method in class org.springframework.ldap.LdapTemplate
Perform a search operation, such as a search(), list() or listBindings().
search(SearchExecutor, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.LdapTemplate
Perform a search operation, such as a search(), list() or listBindings().
search(Name, String, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.LdapTemplate
 
search(String, String, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.LdapTemplate
 
search(Name, String, int, String[], AttributesMapper) - Method in class org.springframework.ldap.LdapTemplate
 
search(String, String, int, String[], AttributesMapper) - Method in class org.springframework.ldap.LdapTemplate
 
search(Name, String, int, AttributesMapper) - Method in class org.springframework.ldap.LdapTemplate
 
search(String, String, int, AttributesMapper) - Method in class org.springframework.ldap.LdapTemplate
 
search(Name, String, AttributesMapper) - Method in class org.springframework.ldap.LdapTemplate
 
search(String, String, AttributesMapper) - Method in class org.springframework.ldap.LdapTemplate
 
search(Name, String, int, String[], ContextMapper) - Method in class org.springframework.ldap.LdapTemplate
 
search(String, String, int, String[], ContextMapper) - Method in class org.springframework.ldap.LdapTemplate
 
search(Name, String, int, ContextMapper) - Method in class org.springframework.ldap.LdapTemplate
 
search(String, String, int, ContextMapper) - Method in class org.springframework.ldap.LdapTemplate
 
search(Name, String, ContextMapper) - Method in class org.springframework.ldap.LdapTemplate
 
search(String, String, ContextMapper) - Method in class org.springframework.ldap.LdapTemplate
 
search(String, String, SearchControls, ContextMapper) - Method in class org.springframework.ldap.LdapTemplate
 
search(Name, String, SearchControls, ContextMapper) - Method in class org.springframework.ldap.LdapTemplate
 
search(Name, String, SearchControls, AttributesMapper) - Method in class org.springframework.ldap.LdapTemplate
 
search(String, String, SearchControls, AttributesMapper) - Method in class org.springframework.ldap.LdapTemplate
 
search(String, String, SearchControls, AttributesMapper, DirContextProcessor) - Method in class org.springframework.ldap.LdapTemplate
 
search(Name, String, SearchControls, AttributesMapper, DirContextProcessor) - Method in class org.springframework.ldap.LdapTemplate
 
search(String, String, SearchControls, ContextMapper, DirContextProcessor) - Method in class org.springframework.ldap.LdapTemplate
 
search(Name, String, SearchControls, ContextMapper, DirContextProcessor) - Method in class org.springframework.ldap.LdapTemplate
 
search(Name, Attributes, String[]) - Method in class org.springframework.ldap.support.DirContextAdapter
 
search(String, Attributes, String[]) - Method in class org.springframework.ldap.support.DirContextAdapter
 
search(Name, Attributes) - Method in class org.springframework.ldap.support.DirContextAdapter
 
search(String, Attributes) - Method in class org.springframework.ldap.support.DirContextAdapter
 
search(Name, String, SearchControls) - Method in class org.springframework.ldap.support.DirContextAdapter
 
search(String, String, SearchControls) - Method in class org.springframework.ldap.support.DirContextAdapter
 
search(Name, String, Object[], SearchControls) - Method in class org.springframework.ldap.support.DirContextAdapter
 
search(String, String, Object[], SearchControls) - Method in class org.springframework.ldap.support.DirContextAdapter
 
SearchExecutor - Interface in org.springframework.ldap
Interface for delegating an actual search operation.
SearchLimitExceededException - Exception in org.springframework.ldap
Indicates that the search limit was exceeded in a search.
SearchLimitExceededException(String) - Constructor for exception org.springframework.ldap.SearchLimitExceededException
 
SearchLimitExceededException(String, Throwable) - Constructor for exception org.springframework.ldap.SearchLimitExceededException
 
setAnonymousReadOnly(boolean) - Method in class org.springframework.ldap.support.AbstractContextSource
Set whether an anonymous environment should be used for read-only operations.
setAttribute(Attribute) - Method in class org.springframework.ldap.support.DirContextAdapter
Set the supplied attribute.
setAttributeValue(String, Object) - Method in class org.springframework.ldap.support.DirContextAdapter
 
setAttributeValue(String, Object) - Method in interface org.springframework.ldap.support.DirContextOperations
Set the with the name name to the value.
setAttributeValues(String, Object[]) - Method in class org.springframework.ldap.support.DirContextAdapter
 
setAttributeValues(String, Object[], boolean) - Method in class org.springframework.ldap.support.DirContextAdapter
 
setAttributeValues(String, Object[]) - Method in interface org.springframework.ldap.support.DirContextOperations
Sets a multivalue attribute, disregarding the order of the values.
setAttributeValues(String, Object[], boolean) - Method in interface org.springframework.ldap.support.DirContextOperations
Sets a multivalue attribute.
setAuthenticationSource(AuthenticationSource) - Method in class org.springframework.ldap.support.AbstractContextSource
 
setBase(String) - Method in class org.springframework.ldap.support.AbstractContextSource
Set the base suffix from which all operations should origin.
setBaseEnvironmentProperties(Map) - Method in class org.springframework.ldap.support.AbstractContextSource
If any custom environment properties are needed, these can be set using this method.
setCacheEnvironmentProperties(boolean) - Method in class org.springframework.ldap.support.AbstractContextSource
Set whether environment properties should be cached between requsts for anonymous environment.
setContextFactory(Class) - Method in class org.springframework.ldap.support.AbstractContextSource
Set the context factory.
setContextSource(ContextSource) - Method in class org.springframework.ldap.LdapTemplate
Set the ContextSource.
setDefaultPassword(String) - Method in class org.springframework.ldap.support.authentication.DefaultValuesAuthenticationSourceDecorator
Set the password of the default user.
setDefaultUser(String) - Method in class org.springframework.ldap.support.authentication.DefaultValuesAuthenticationSourceDecorator
Set the default user DN.
setDirContextProcessors(List) - Method in class org.springframework.ldap.support.AggregateDirContextProcessor
Set the list of managed DirContextProcessor instances.
setDirObjectFactory(Class) - Method in class org.springframework.ldap.support.AbstractContextSource
Set the DirObjectFactory to use.
setDn(Name) - Method in class org.springframework.ldap.support.DirContextAdapter
 
setDn(Name) - Method in interface org.springframework.ldap.support.DirContextOperations
Set the dn of this entry.
setExceptionTranslator(NamingExceptionTranslator) - Method in class org.springframework.ldap.LdapTemplate
Set the NamingExceptionTranslator to be used by this instance.
setExceptionTranslator(NamingExceptionTranslator) - Method in class org.springframework.ldap.support.AbstractContextSource
Set the NamingExceptionTranslator to be used by this instance.
setExceptionTranslator(NamingExceptionTranslator) - Method in class org.springframework.ldap.support.DirContextAdapter
Set the NamingExceptionTranslator to use.
setIgnorePartialResultException(boolean) - Method in class org.springframework.ldap.LdapTemplate
Specify whether PartialResultException should be ignored in searches.
setKey(String) - Method in class org.springframework.ldap.support.LdapRdnComponent
 
setPassword(String) - Method in class org.springframework.ldap.support.AbstractContextSource
Set the password (credentials) to use for getting authenticated contexts.
setPooled(boolean) - Method in class org.springframework.ldap.support.AbstractContextSource
Set whether the pooling flag should be set.
setResponseControlClass(Class) - Method in class org.springframework.ldap.support.control.PagedResultsRequestControl
Set the class of the expected ResponseControl for the paged results response.
setResponseControlFactory(Class) - Method in class org.springframework.ldap.support.LdapContextSource
Set the ResponseControlFactory to use.
setTarget(AuthenticationSource) - Method in class org.springframework.ldap.support.authentication.DefaultValuesAuthenticationSourceDecorator
Set the target AuthenticationSource.
setupAuthenticatedEnvironment(Hashtable) - Method in class org.springframework.ldap.support.AbstractContextSource
Default implementation of setting the environment up to be authenticated.
setUpdateMode(boolean) - Method in class org.springframework.ldap.support.DirContextAdapter
Sets the update mode.
setUrl(String) - Method in class org.springframework.ldap.support.AbstractContextSource
Set the url of the LDAP server.
setUrls(String[]) - Method in class org.springframework.ldap.support.AbstractContextSource
Set the urls of the LDAP servers.
setUserName(String) - Method in class org.springframework.ldap.support.AbstractContextSource
Set the user name (principal) to use for getting authenticated contexts.
setValue(String) - Method in class org.springframework.ldap.support.LdapRdnComponent
 
size() - Method in class org.springframework.ldap.support.DistinguishedName
 
startsWith(Name) - Method in class org.springframework.ldap.support.DistinguishedName
 
SUN_LDAP_POOLING_FLAG - Static variable in class org.springframework.ldap.support.AbstractContextSource
 

T

toString() - Method in class org.springframework.ldap.support.DirContextAdapter
 
toString() - Method in class org.springframework.ldap.support.DistinguishedName
Get the String representation of this DistinguishedName.
toString() - Method in class org.springframework.ldap.support.filter.AbstractFilter
 
toString() - Method in class org.springframework.ldap.support.LdapRdn
 
toString() - Method in class org.springframework.ldap.support.LdapRdnComponent
 
toTwoCharHex(char) - Static method in class org.springframework.ldap.support.LdapEncoder
 
toUrl() - Method in class org.springframework.ldap.support.DistinguishedName
Builds a complete LDAP path, ldap and url encoded.
translate(NamingException) - Method in class org.springframework.ldap.DefaultNamingExceptionTranslator
 
translate(NamingException) - Method in interface org.springframework.ldap.NamingExceptionTranslator
Translate the given NamingException into a generic data access exception.

U

unbind(Name) - Method in interface org.springframework.ldap.LdapOperations
Remove an entry from the LDAP tree.
unbind(String) - Method in interface org.springframework.ldap.LdapOperations
Remove an entry from the LDAP tree.
unbind(Name, boolean) - Method in interface org.springframework.ldap.LdapOperations
Remove an entry from the LDAP tree, optionally removing all descendants in the process.
unbind(String, boolean) - Method in interface org.springframework.ldap.LdapOperations
Remove an entry from the LDAP tree, optionally removing all descendants in the process.
unbind(Name) - Method in class org.springframework.ldap.LdapTemplate
 
unbind(String) - Method in class org.springframework.ldap.LdapTemplate
 
unbind(Name, boolean) - Method in class org.springframework.ldap.LdapTemplate
 
unbind(String, boolean) - Method in class org.springframework.ldap.LdapTemplate
 
unbind(Name) - Method in class org.springframework.ldap.support.DirContextAdapter
 
unbind(String) - Method in class org.springframework.ldap.support.DirContextAdapter
 
UncategorizedLdapException - Exception in org.springframework.ldap
Indicates that an unknown NamingException has occurred.
UncategorizedLdapException(String, Throwable) - Constructor for exception org.springframework.ldap.UncategorizedLdapException
 
update() - Method in class org.springframework.ldap.support.DirContextAdapter
 
update() - Method in interface org.springframework.ldap.support.DirContextOperations
Update the attributes.
userName - Variable in class org.springframework.ldap.support.AbstractContextSource
 

W

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

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

Copyright � 2002-2006. All Rights Reserved.