Skip navigation links
spring-ldap-core-tiger
A B C D G L M O P S U 

A

AbstractParameterizedContextMapper<T> - Class in org.springframework.ldap.core.simple
Deprecated.
Core classes are parameterized as of 2.0.
AbstractParameterizedContextMapper() - Constructor for class org.springframework.ldap.core.simple.AbstractParameterizedContextMapper
Deprecated.
 
authenticate(String, String, String) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
Deprecated.
Utility method to perform a simple LDAP 'bind' authentication.
authenticate(Name, String, String) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
Deprecated.
Utility method to perform a simple LDAP 'bind' authentication.
authenticate(String, String, String) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.
Utility method to perform a simple LDAP 'bind' authentication.
authenticate(Name, String, String) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.
Utility method to perform a simple LDAP 'bind' authentication.

B

bind(String, Object, Attributes) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
Deprecated.
Create an entry in the LDAP tree.
bind(Name, Object, Attributes) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
Deprecated.
Create an entry in the LDAP tree.
bind(DirContextOperations) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
Deprecated.
Bind the data in the supplied context in the tree.
bind(String, Object, Attributes) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.
Create an entry in the LDAP tree.
bind(Name, Object, Attributes) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.
Create an entry in the LDAP tree.
bind(DirContextOperations) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.
Bind the data in the supplied context in the tree.

C

ContextMapperCallbackHandlerWithControls - Class in org.springframework.ldap.core.simple
Deprecated.
use ContextMapperCallbackHandlerWithControls instead.
ContextMapperCallbackHandlerWithControls(ParameterizedContextMapperWithControls<?>) - Constructor for class org.springframework.ldap.core.simple.ContextMapperCallbackHandlerWithControls
Deprecated.
 

D

doMapFromContext(DirContextOperations) - Method in class org.springframework.ldap.core.simple.AbstractParameterizedContextMapper
Deprecated.
Map a single DirContextOperation to an object.

G

getLdapOperations() - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
Deprecated.
Get the wrapped LdapOperations instance.
getLdapOperations() - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.
Get the wrapped LdapOperations instance.
getObjectFromNameClassPair(NameClassPair) - Method in class org.springframework.ldap.core.simple.ContextMapperCallbackHandlerWithControls
Deprecated.
 

L

lookup(String, ParameterizedContextMapper<T>) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
Deprecated.
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
Deprecated.
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
Deprecated.
Perform a lookup of the specified DN and map the result using the mapper.
lookup(Name, ParameterizedContextMapper<T>) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.
Perform a lookup of the specified DN and map the result using the mapper.
lookupContext(String) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
Deprecated.
Look up the specified DN, and automatically cast it to a DirContextOperations instance.
lookupContext(Name) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
Deprecated.
Look up the specified DN, and automatically cast it to a DirContextOperations instance.
lookupContext(String) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.
Look up the specified DN, and automatically cast it to a DirContextOperations instance.
lookupContext(Name) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.
Look up the specified DN, and automatically cast it to a DirContextOperations instance.

M

mapFromContext(Object) - Method in class org.springframework.ldap.core.simple.AbstractParameterizedContextMapper
Deprecated.
 
mapFromContext(Object) - Method in interface org.springframework.ldap.core.simple.ParameterizedContextMapper
Deprecated.
Map a single LDAP Context to an object.
mapFromContextWithControls(Object, HasControls) - Method in interface org.springframework.ldap.core.simple.ParameterizedContextMapperWithControls
Deprecated.
 
modifyAttributes(DirContextOperations) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
Deprecated.
Modify the Attributes of the entry corresponding to the supplied DirContextOperations instance.
modifyAttributes(DirContextOperations) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.
Modify the Attributes of the entry corresponding to the supplied DirContextOperations instance.

O

org.springframework.ldap.core.simple - package org.springframework.ldap.core.simple
Simplification layer over LdapTemplate for Java 5 and above.

P

ParameterizedContextMapper<T> - Interface in org.springframework.ldap.core.simple
Deprecated.
Core classes are parameterized as of 2.0.
ParameterizedContextMapperWithControls<T> - Interface in org.springframework.ldap.core.simple
Deprecated.
use ContextMapperWithControls instead.

S

search(String, String, ParameterizedContextMapper<T>) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
Search for a List of type T using the supplied filter and link ParameterizedContextMapper.
search(String, String, SearchControls, ParameterizedContextMapper<T>, DirContextProcessor) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.
Search for a List of type T using the supplied filter, SearchControls, DirContextProcessor and ParameterizedContextMapper.
search(Name, String, ParameterizedContextMapper<T>) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.
Search for a List of type T using the supplied filter and link ParameterizedContextMapper.
search(Name, String, SearchControls, ParameterizedContextMapper<T>, DirContextProcessor) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.
Search for a List of type T using the supplied filter, SearchControls, DirContextProcessor and ParameterizedContextMapper.
searchForObject(String, String, ParameterizedContextMapper<T>) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
Deprecated.
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
Deprecated.
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
Deprecated.
Perform a search for a unique entry matching the specified search criteria and return the found object.
searchForObject(Name, String, ParameterizedContextMapper<T>) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.
Perform a search for a unique entry matching the specified search criteria and return the found object.
SimpleLdapOperations - Interface in org.springframework.ldap.core.simple
Deprecated.
Core classes are parameterized as of 2.0.
SimpleLdapTemplate - Class in org.springframework.ldap.core.simple
Deprecated.
Core classes are parameterized as of 2.0.
SimpleLdapTemplate(LdapOperations) - Constructor for class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.
Constructs a new SimpleLdapTemplate instance wrapping the supplied LdapOperations instance.
SimpleLdapTemplate(ContextSource) - Constructor for class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.
Constructs a new SimpleLdapTemplate instance, automatically creating a wrapped LdapTemplate instance to work with.

U

unbind(String) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
Deprecated.
Remove an entry from the LDAP tree.
unbind(Name) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
Deprecated.
Remove an entry from the LDAP tree.
unbind(String) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.
Remove an entry from the LDAP tree.
unbind(Name) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.
Remove an entry from the LDAP tree.
A B C D G L M O P S U 
Skip navigation links
spring-ldap-core-tiger