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.modificationsModifications 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.static AttributeModification[]LdapEntry.computeModifications(LdapEntry source, LdapEntry target, boolean useReplace) 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. -
Uses of AttributeModification in org.ldaptive.ext
Methods in org.ldaptive.ext that return types with arguments of type AttributeModificationModifier and TypeMethodDescriptionMergeRequest.BatchHandler.apply(List<List<AttributeModification>> modifications) MergeRequest.MaxSizeAttributeValueHandler.apply(List<List<AttributeModification>> modifications) Method parameters in org.ldaptive.ext with type arguments of type AttributeModificationModifier and TypeMethodDescriptionMergeRequest.BatchHandler.apply(List<List<AttributeModification>> modifications) MergeRequest.MaxSizeAttributeValueHandler.apply(List<List<AttributeModification>> modifications)