public class AttributeModification extends Object
Modifier and Type | Field and Description |
---|---|
private LdapAttribute |
attribute
Attribute to modify.
|
private AttributeModificationType |
attrMod
Type of modification to perform.
|
Constructor and Description |
---|
AttributeModification()
Default constructor.
|
AttributeModification(AttributeModificationType type,
LdapAttribute attr)
Creates a new attribute modification.
|
Modifier and Type | Method and Description |
---|---|
LdapAttribute |
getAttribute()
Returns the ldap attribute.
|
AttributeModificationType |
getAttributeModificationType()
Returns the attribute modification type.
|
void |
setAttribute(LdapAttribute attr)
Sets the ldap attribute.
|
void |
setAttributeModificationType(AttributeModificationType type)
Sets the attribute modification type.
|
String |
toString() |
private AttributeModificationType attrMod
private LdapAttribute attribute
public AttributeModification()
public AttributeModification(AttributeModificationType type, LdapAttribute attr)
type
- attribute modification typeattr
- to modifypublic AttributeModificationType getAttributeModificationType()
public void setAttributeModificationType(AttributeModificationType type)
type
- attribute modification typepublic LdapAttribute getAttribute()
public void setAttribute(LdapAttribute attr)
attr
- ldap attributeCopyright © 2003-2019 Virginia Tech. All Rights Reserved.