Modifier and Type | Field and Description |
---|---|
private AttributeModificationType |
AttributeModification.attrMod
Type of modification to perform.
|
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 org.apache.directory.api.ldap.model.entry.ModificationOperation |
ApacheLdapUtils.getAttributeModification(AttributeModificationType am)
Returns the apache ldap modification operation for the supplied attribute modification type.
|
Modifier and Type | Method and Description |
---|---|
protected static int |
JLdapUtils.getAttributeModification(AttributeModificationType am)
Returns the jldap modification integer constant for the supplied attribute modification type.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected static org.forgerock.opendj.ldap.ModificationType |
OpenDJUtils.getModificationType(AttributeModificationType am)
Returns the opendj modification type for the supplied attribute modification type.
|
Modifier and Type | Method and Description |
---|---|
protected static com.unboundid.ldap.sdk.ModificationType |
UnboundIDUtils.getModificationType(AttributeModificationType am)
Returns the unbound id modification type for the supplied attribute modification type.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.