Interface LdapSearchService
- All Known Implementing Classes:
LdapSearchServiceImpl
public interface LdapSearchService
- Author:
- Marc Vanbrabant
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.ldap.filter.AndFilter
getGroupFilter
(LdapConnectorSettings ldapConnectorSettings) org.springframework.ldap.filter.AndFilter
getUserFilter
(LdapConnectorSettings ldapConnectorSettings) void
performSearch
(LdapConnector connector, String additionalBase, org.springframework.ldap.filter.Filter filter, org.springframework.ldap.core.ContextMapper<String> ctx)
-
Method Details
-
performSearch
void performSearch(LdapConnector connector, String additionalBase, org.springframework.ldap.filter.Filter filter, org.springframework.ldap.core.ContextMapper<String> ctx) -
getUserFilter
org.springframework.ldap.filter.AndFilter getUserFilter(LdapConnectorSettings ldapConnectorSettings) -
getGroupFilter
org.springframework.ldap.filter.AndFilter getGroupFilter(LdapConnectorSettings ldapConnectorSettings)
-