Package org.ldaptive

Interface Operation<Q extends Request,​S>

    • Method Detail

      • execute

        Response<S> execute​(Q request)
                     throws LdapException
        Execute this ldap operation.
        Parameters:
        request - containing the data required by this operation
        Returns:
        response for this operation
        Throws:
        LdapException - if the operation fails