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.  
authenticate(Name, String, String) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.  

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.  
bind(Name, Object, Attributes) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.  
bind(DirContextOperations) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.  

C

ContextMapperCallbackHandlerWithControls - Class in org.springframework.ldap.core.simple
Deprecated. use org.springframework.ldap.core.support.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.  
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.  
lookup(Name, ParameterizedContextMapper<T>) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.  
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.  
lookupContext(Name) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.  

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.  

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 org.springframework.ldap.core.support.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(String, String, SearchControls, ParameterizedContextMapper<T>, DirContextProcessor) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.  
search(Name, String, ParameterizedContextMapper<T>) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.  
search(Name, String, SearchControls, ParameterizedContextMapper<T>, DirContextProcessor) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.  
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.  
searchForObject(Name, String, ParameterizedContextMapper<T>) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.  
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.  
unbind(Name) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
Deprecated.  

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