Package | Description |
---|---|
edu.vt.middleware.ldap |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2014. All Rights Reserved.