Uses of Class
org.ldaptive.AttributeModificationType

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

Uses of AttributeModificationType in org.ldaptive
 

Methods in org.ldaptive that return AttributeModificationType
 AttributeModificationType AttributeModification.getAttributeModificationType()
          Returns the attribute modification type.
static AttributeModificationType AttributeModificationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AttributeModificationType[] AttributeModificationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.ldaptive with parameters of type AttributeModificationType
 void AttributeModification.setAttributeModificationType(AttributeModificationType type)
          Sets the attribute modification type.
 

Constructors in org.ldaptive with parameters of type AttributeModificationType
AttributeModification(AttributeModificationType type, LdapAttribute attr)
          Creates a new attribute modification.
 

Uses of AttributeModificationType in org.ldaptive.provider.jndi
 

Methods in org.ldaptive.provider.jndi with parameters of type AttributeModificationType
protected static int JndiUtils.getAttributeModification(AttributeModificationType type)
          Returns the jndi modification integer constant for the supplied attribute modification type.
 



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