Package io.jmix.ldap.search
Interface JmixLdapUserSearch
- All Superinterfaces:
 org.springframework.security.ldap.search.LdapUserSearch
- All Known Implementing Classes:
 JmixFilterBasedLdapUserSearch
public interface JmixLdapUserSearch
extends org.springframework.security.ldap.search.LdapUserSearch
Extension of LdapUserSearch interface which adds extra method required by Jmix.
- 
Method Summary
Modifier and TypeMethodDescriptionSet<org.springframework.ldap.core.DirContextOperations>searchForUsersBySubstring(String substring) Locates multiple user in the directory by the given substring and returns the LDAP information for those users.Methods inherited from interface org.springframework.security.ldap.search.LdapUserSearch
searchForUser 
- 
Method Details
- 
searchForUsersBySubstring
Locates multiple user in the directory by the given substring and returns the LDAP information for those users.- Parameters:
 substring- the substring of login name supplied to the authentication service.- Returns:
 - a set of DirContextOperations objects containing the user's full DN and requested attributes.
 
 
 -