Interface EntryResolver

    • Method Detail

      • resolve

        LdapEntry resolve​(AuthenticationCriteria criteria,
                          AuthenticationHandlerResponse response)
                   throws LdapException
        Attempts to find the LDAP entry for the supplied authentication criteria and authentication handler response. The connection available in the response should not be closed in this method.
        Parameters:
        criteria - authentication criteria used to perform the authentication
        response - produced by the authentication handler
        Returns:
        ldap entry
        Throws:
        LdapException - if an LDAP error occurs