Package org.springframework.ldap.core
Interface LdapClient.UnbindSpec
- Enclosing interface:
- LdapClient
public static interface LdapClient.UnbindSpec
The specifications for the
LdapClient.unbind(java.lang.String)
request.-
Method Details
-
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
-