- 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
-
- SimpleLdapTemplate - Class in org.springframework.ldap.core.simple
-
- 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.