Interface LdapConnectionValidator

    • Method Detail

      • validate

        boolean validate​(LdapConnection ldapConnection)
        Return true if the connection is still valid. This means that if this connections is handed out to a user, it should allow for successful communication with the server.
        Parameters:
        ldapConnection - The connection to test
        Returns:
        True, if the connection is still valid