Class LdapModificationItem

java.lang.Object
edu.internet2.middleware.grouper.ldap.LdapModificationItem

public class LdapModificationItem extends Object
  • Constructor Details

    • LdapModificationItem

      public LdapModificationItem(LdapModificationType ldapModificationType, LdapAttribute attribute)
      Parameters:
      ldapModificationType -
      attribute -
  • Method Details

    • getLdapModificationType

      public LdapModificationType getLdapModificationType()
      Returns:
      modification type
    • setLdapModificationType

      public void setLdapModificationType(LdapModificationType ldapModificationType)
      Parameters:
      ldapModificationType -
    • getAttribute

      public LdapAttribute getAttribute()
      Returns:
      attribute
    • setAttribute

      public void setAttribute(LdapAttribute attribute)
      Parameters:
      attribute -
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object