Package org.ldaptive

Class 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
    • Constructor Detail

      • AttributeModification

        public AttributeModification​(AttributeModification.Type type,
                                     LdapAttribute attr)
        Creates a new modification.
        Parameters:
        type - of modification
        attr - attribute to modify
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object