Interface LdapSearch

  • All Known Implementing Classes:
    GenericLdapSearch, NoOpLdapSearch, StaticListLdapSearch, UnionizingLdapSearch

    public interface LdapSearch
    Executes a search against a directory context using the given filter arguments plus other static search parameters (in the form of instance variables) known at deploy time.

    Can also be seen as a generalization of org.springframework.security.ldap.LdapUserSearch.

    Author:
    mlowery
    • Method Detail

      • search

        List search​(Object[] filterArgs)
        Executes a search against a directory context using the given filter arguments.
        Parameters:
        filterArgs - the filter arguments
        Returns:
        the result set as a list