Uses of Class
edu.vt.middleware.ldap.Ldap.AttributeModification
-
Packages that use Ldap.AttributeModification Package Description edu.vt.middleware.ldap -
-
Uses of Ldap.AttributeModification in edu.vt.middleware.ldap
Methods in edu.vt.middleware.ldap that return Ldap.AttributeModification Modifier and Type Method Description static Ldap.AttributeModification
Ldap.AttributeModification. parseModificationOperation(int i)
Method to convert a JNDI constant value to an enum.static Ldap.AttributeModification
Ldap.AttributeModification. valueOf(java.lang.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 are declared.Methods in edu.vt.middleware.ldap with parameters of type Ldap.AttributeModification Modifier and Type Method Description void
Ldap. modifyAttributes(java.lang.String dn, Ldap.AttributeModification mod, javax.naming.directory.Attributes attrs)
This will modify the supplied attributes for the supplied value given by the modification operation.
-