- FailureAwareContext - Interface in org.springframework.ldap.pool
-
- FailureAwareContext - Interface in org.springframework.ldap.pool2
-
- fallbackRequestControl - Variable in class org.springframework.ldap.control.AbstractFallbackRequestAndResponseControlDirContextProcessor
-
- fallbackResponseControl - Variable in class org.springframework.ldap.control.AbstractFallbackRequestAndResponseControlDirContextProcessor
-
- FillBuff() - Method in class org.springframework.ldap.core.SimpleCharStream
-
- Filter - Interface in org.springframework.ldap.filter
-
Common interface for LDAP filters.
- filter() - Method in interface org.springframework.ldap.query.LdapQuery
-
Get the filter.
- filter(String) - Method in class org.springframework.ldap.query.LdapQueryBuilder
-
Specify a hardcoded filter.
- filter(Filter) - Method in class org.springframework.ldap.query.LdapQueryBuilder
-
- filter(String, Object...) - Method in class org.springframework.ldap.query.LdapQueryBuilder
-
Specify a hardcoded filter using the specified parameters.
- filter() - Method in class org.springframework.ldap.query.LdapQueryBuilder
-
- FilterEditor - Class in org.springframework.ldap.filter
-
Property editor for
Filter
instances.
- FilterEditor() - Constructor for class org.springframework.ldap.filter.FilterEditor
-
- filterEncode(String) - Static method in class org.springframework.ldap.support.LdapEncoder
-
Escape a value for use in a filter.
- filterFor(Class<?>, Filter) - Method in class org.springframework.ldap.odm.core.impl.DefaultObjectDirectoryMapper
-
- filterFor(Class<?>, Filter) - Method in interface org.springframework.ldap.odm.core.ObjectDirectoryMapper
-
Use the specified search filter and return a new one that only applies to entries of the specified class.
- find(Name, Filter, SearchControls, Class<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Find all entries in the LDAP directory of a given type that matches the specified filter.
- find(LdapQuery, Class<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for entries in the LDAP directory.
- find(Name, Filter, SearchControls, Class<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Find all entries in the LDAP directory of a given type that matches the specified filter.
- find(LdapQuery, Class<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for entries in the LDAP directory.
- findAll(Class<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Find all entries in the LDAP directory of a given type.
- findAll(Name, SearchControls, Class<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Find all entries in the LDAP directory of a given type.
- findAll(Name, SearchControls, Class<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Find all entries in the LDAP directory of a given type.
- findAll(Class<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Find all entries in the LDAP directory of a given type.
- findAll(Class<T>, Name, SearchControls) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImpl
-
Deprecated.
- findAll(Class<T>, Name, SearchControls) - Method in interface org.springframework.ldap.odm.core.OdmManager
-
Deprecated.
Find all entries in the LDAP directory of a given type.
- findAll(LdapQuery) - Method in interface org.springframework.ldap.repository.LdapRepository
-
Find all entries matching the specified query.
- findAll(Predicate) - Method in class org.springframework.ldap.repository.support.QueryDslLdapRepository
-
- findAll(Predicate, Sort) - Method in class org.springframework.ldap.repository.support.QueryDslLdapRepository
-
- findAll(OrderSpecifier<?>...) - Method in class org.springframework.ldap.repository.support.QueryDslLdapRepository
-
- findAll(Predicate, OrderSpecifier<?>...) - Method in class org.springframework.ldap.repository.support.QueryDslLdapRepository
-
- findAll(Predicate, Pageable) - Method in class org.springframework.ldap.repository.support.QueryDslLdapRepository
-
- findAll(LdapQuery) - Method in class org.springframework.ldap.repository.support.SimpleLdapRepository
-
- findAll() - Method in class org.springframework.ldap.repository.support.SimpleLdapRepository
-
- findAll(Iterable<Name>) - Method in class org.springframework.ldap.repository.support.SimpleLdapRepository
-
- findByDn(Name, Class<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Read a named entry from the LDAP directory.
- findByDn(Name, Class<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Read a named entry from the LDAP directory.
- findOne(LdapQuery, Class<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for objects in the directory tree matching the specified LdapQuery, expecting to find exactly one match.
- findOne(LdapQuery, Class<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for objects in the directory tree matching the specified LdapQuery, expecting to find exactly one match.
- findOne(LdapQuery) - Method in interface org.springframework.ldap.repository.LdapRepository
-
Find one entry matching the specified query.
- findOne(Predicate) - Method in class org.springframework.ldap.repository.support.QueryDslLdapRepository
-
- findOne(Name) - Method in class org.springframework.ldap.repository.support.SimpleLdapRepository
-
- findOne(LdapQuery) - Method in class org.springframework.ldap.repository.support.SimpleLdapRepository
-
- FromStringConverter - Class in org.springframework.ldap.odm.typeconversion.impl.converters
-
A Converter from a
String
to any class which has a single argument
public constructor taking a
String
.
- FromStringConverter() - Constructor for class org.springframework.ldap.odm.typeconversion.impl.converters.FromStringConverter
-