public class LdapModificationItem extends Object
| Constructor and Description |
|---|
LdapModificationItem(LdapModificationType ldapModificationType,
LdapAttribute attribute) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
LdapAttribute |
getAttribute() |
LdapModificationType |
getLdapModificationType() |
int |
hashCode() |
void |
setAttribute(LdapAttribute attribute) |
void |
setLdapModificationType(LdapModificationType ldapModificationType) |
public LdapModificationItem(LdapModificationType ldapModificationType, LdapAttribute attribute)
ldapModificationType - attribute - public LdapModificationType getLdapModificationType()
public void setLdapModificationType(LdapModificationType ldapModificationType)
ldapModificationType - public LdapAttribute getAttribute()
public void setAttribute(LdapAttribute attribute)
attribute - Copyright © 2016 Internet2. All rights reserved.