Uses of Class
org.ldaptive.AttributeModification
-
Packages that use AttributeModification Package Description org.ldaptive org.ldaptive.ext -
-
Uses of AttributeModification in org.ldaptive
Fields in org.ldaptive declared as AttributeModification Modifier and Type Field Description private AttributeModification[]
ModifyRequest. modifications
Modifications to perform.Methods in org.ldaptive that return AttributeModification Modifier and Type Method Description static 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.AttributeModification[]
ModifyRequest. getModifications()
Returns the attribute modifications.Methods in org.ldaptive with parameters of type AttributeModification Modifier and Type Method Description ModifyRequest.Builder
ModifyRequest.Builder. modifications(AttributeModification... mod)
Sets the modifications.Method parameters in org.ldaptive with type arguments of type AttributeModification Modifier and Type Method Description ModifyRequest.Builder
ModifyRequest.Builder. modifications(Collection<AttributeModification> mod)
Sets the modifications.Constructors in org.ldaptive with parameters of type AttributeModification Constructor Description ModifyRequest(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 AttributeModification Modifier and Type Method Description List<List<AttributeModification>>
MergeRequest.BatchHandler. apply(List<List<AttributeModification>> modifications)
List<List<AttributeModification>>
MergeRequest.MaxSizeAttributeValueHandler. apply(List<List<AttributeModification>> modifications)
Method parameters in org.ldaptive.ext with type arguments of type AttributeModification Modifier and Type Method Description List<List<AttributeModification>>
MergeRequest.BatchHandler. apply(List<List<AttributeModification>> modifications)
List<List<AttributeModification>>
MergeRequest.MaxSizeAttributeValueHandler. apply(List<List<AttributeModification>> modifications)
-