Package org.ldaptive
Class AttributeModification
- java.lang.Object
-
- org.ldaptive.AttributeModification
-
public class AttributeModification extends java.lang.Object
LDAP 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 class
AttributeModification.Type
Modification 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 LdapAttribute
getAttribute()
AttributeModification.Type
getOperation()
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-