Uses of Class
org.ldaptive.AttributeModification.Type
-
Packages that use AttributeModification.Type Package Description org.ldaptive -
-
Uses of AttributeModification.Type in org.ldaptive
Methods in org.ldaptive that return AttributeModification.Type Modifier and Type Method Description AttributeModification.TypeAttributeModification. getOperation()static AttributeModification.TypeAttributeModification.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AttributeModification.Type[]AttributeModification.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.ldaptive with parameters of type AttributeModification.Type Constructor Description AttributeModification(AttributeModification.Type type, LdapAttribute attr)Creates a new modification.
-