Interface LdapClient.UnbindSpec
- Enclosing interface:
LdapClient
public static interface LdapClient.UnbindSpec
The specifications for the
LdapClient.unbind(String) request.- Since:
- 3.1
-
Method Details
-
recursive
Delete all children related to this entry- Parameters:
recursive- whether to delete all children as well- Returns:
- the
LdapClient.UnbindSpecfor further configuration
-
execute
void execute()Delete the entry
-