Interface LdapClient.UnbindSpec

Enclosing interface:
LdapClient

public static interface LdapClient.UnbindSpec
The specifications for the LdapClient.unbind(java.lang.String) request.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Delete the entry
    recursive(boolean recursive)
    Delete all children related to this entry
  • Method Details

    • recursive

      LdapClient.UnbindSpec recursive(boolean recursive)
      Delete all children related to this entry
      Parameters:
      recursive - whether to delete all children as well
      Returns:
      the LdapClient.UnbindSpec for further configuration
    • execute

      void execute()
      Delete the entry