Package | Description |
---|---|
org.ldaptive | |
org.ldaptive.provider.jndi |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeModification.setAttributeModificationType(AttributeModificationType type)
Sets the attribute modification type.
|
Constructor and Description |
---|
AttributeModification(AttributeModificationType type,
LdapAttribute attr)
Creates a new attribute modification.
|
Modifier and Type | Method and Description |
---|---|
protected static int |
JndiUtils.getAttributeModification(AttributeModificationType type)
Returns the jndi modification integer constant for the supplied attribute modification type.
|
Copyright © 2018. All rights reserved.