Uses of Class
org.ldaptive.AttributeModification

Packages that use AttributeModification
org.ldaptive   
org.ldaptive.provider.jndi   
 

Uses of AttributeModification in org.ldaptive
 

Methods in org.ldaptive that return AttributeModification
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.getAttributeModifications()
          Returns the attribute modifications.
 

Methods in org.ldaptive with parameters of type AttributeModification
 void ModifyRequest.setAttributeModifications(AttributeModification... mods)
          Sets the attribute modifications.
 

Constructors in org.ldaptive with parameters of type AttributeModification
ModifyRequest(String dn, AttributeModification... mods)
          Creates a new modify request.
 

Uses of AttributeModification in org.ldaptive.provider.jndi
 

Methods in org.ldaptive.provider.jndi with parameters of type AttributeModification
 ModificationItem[] JndiUtils.fromAttributeModification(AttributeModification[] mods)
          Returns jndi modification items using the supplied attribute modifications.
 



Copyright © 2003-2015 Virginia Tech. All Rights Reserved.