Uses of Class
edu.vt.middleware.ldap.Ldap.AttributeModification

Packages that use Ldap.AttributeModification
edu.vt.middleware.ldap   
 

Uses of Ldap.AttributeModification in edu.vt.middleware.ldap
 

Methods in edu.vt.middleware.ldap that return Ldap.AttributeModification
static Ldap.AttributeModification Ldap.AttributeModification.parseModificationOperation(int i)
          Method to convert a JNDI constant value to an enum.
static Ldap.AttributeModification Ldap.AttributeModification.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Ldap.AttributeModification[] Ldap.AttributeModification.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in edu.vt.middleware.ldap with parameters of type Ldap.AttributeModification
 void Ldap.modifyAttributes(String dn, Ldap.AttributeModification mod, Attributes attrs)
          This will modify the supplied attributes for the supplied value given by the modification operation.
 



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