Package org.springframework.ldap.core
Interface LdapClient.ModifySpec
- Enclosing interface:
- LdapClient
public static interface LdapClient.ModifySpec
The specifications for the
LdapClient.modify(java.lang.String)
request.-
Method Summary
Modifier and TypeMethodDescriptionattributes
(ModificationItem... modifications) The attribute modifications to apply to this entryvoid
execute()
Modify the name and attributes for this entryThe new name for this entry.The new name for this entry.
-
Method Details
-
name
The new name for this entry.- Parameters:
name
- the new name- Returns:
- the
LdapClient.ModifySpec
for further configuration
-
name
The new name for this entry.- Parameters:
name
- the new name- Returns:
- the
LdapClient.ModifySpec
for further configuration
-
attributes
The attribute modifications to apply to this entry- Parameters:
modifications
- the attribute modifications- Returns:
- the
LdapClient.ModifySpec
for further configuration
-
execute
void execute()Modify the name and attributes for this entry
-