Class LdapSearchServiceImpl
java.lang.Object
com.foreach.across.modules.ldap.services.LdapSearchServiceImpl
- All Implemented Interfaces:
LdapSearchService
- Author:
- Marc Vanbrabant
-
Constructor Summary
-
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)
-
Constructor Details
-
LdapSearchServiceImpl
public LdapSearchServiceImpl()
-
-
Method Details
-
performSearch
public void performSearch(LdapConnector connector, String additionalBase, org.springframework.ldap.filter.Filter filter, org.springframework.ldap.core.ContextMapper<String> ctx) - Specified by:
performSearch
in interfaceLdapSearchService
-
getUserFilter
public org.springframework.ldap.filter.AndFilter getUserFilter(LdapConnectorSettings ldapConnectorSettings) - Specified by:
getUserFilter
in interfaceLdapSearchService
-
getGroupFilter
public org.springframework.ldap.filter.AndFilter getGroupFilter(LdapConnectorSettings ldapConnectorSettings) - Specified by:
getGroupFilter
in interfaceLdapSearchService
-