Uses of Class
org.ldaptive.AttributeModification
-
Packages that use AttributeModification Package Description org.ldaptive -
-
Uses of AttributeModification in org.ldaptive
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.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(java.util.Collection<AttributeModification> mod)
Sets the modifications.Constructors in org.ldaptive with parameters of type AttributeModification Constructor Description ModifyRequest(java.lang.String entry, AttributeModification... mod)
Creates a new modify request.
-