Uses of Class
org.ldaptive.AttributeModification
Packages that use AttributeModification
-
Uses of AttributeModification in org.ldaptive
Fields in org.ldaptive declared as AttributeModificationModifier and TypeFieldDescriptionprivate AttributeModification[]
ModifyRequest.modifications
Modifications to perform.Methods in org.ldaptive that return AttributeModificationModifier and TypeMethodDescriptionstatic AttributeModification[]
LdapEntry.computeModifications
(LdapEntry source, LdapEntry target) Returns the list of attribute modifications needed to change the supplied target entry into the supplied source entry.ModifyRequest.getModifications()
Returns the attribute modifications.Methods in org.ldaptive with parameters of type AttributeModificationModifier and TypeMethodDescriptionModifyRequest.Builder.modifications
(AttributeModification... mod) Sets the modifications.Method parameters in org.ldaptive with type arguments of type AttributeModificationModifier and TypeMethodDescriptionModifyRequest.Builder.modifications
(Collection<AttributeModification> mod) Sets the modifications.Constructors in org.ldaptive with parameters of type AttributeModificationModifierConstructorDescriptionModifyRequest
(String entry, AttributeModification... mod) Creates a new modify request.