Package org.ldaptive
Class AttributeModification
- java.lang.Object
-
- org.ldaptive.AttributeModification
-
public class AttributeModification extends java.lang.ObjectLDAP modification defined as:modification PartialAttribute PartialAttribute ::= SEQUENCE { type AttributeDescription, vals SET OF value AttributeValue }- Author:
- Middleware Services
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttributeModification.TypeModification type.
-
Constructor Summary
Constructors Constructor Description AttributeModification(AttributeModification.Type type, LdapAttribute attr)Creates a new modification.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LdapAttributegetAttribute()AttributeModification.TypegetOperation()java.lang.StringtoString()
-
-
-
Constructor Detail
-
AttributeModification
public AttributeModification(AttributeModification.Type type, LdapAttribute attr)
Creates a new modification.- Parameters:
type- of modificationattr- attribute to modify
-
-
Method Detail
-
getOperation
public AttributeModification.Type getOperation()
-
getAttribute
public LdapAttribute getAttribute()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-