public class ADUpdate
extends net.tirasa.connid.bundles.ldap.commons.LdapModifyOperation
| Constructor and Description |
|---|
ADUpdate(ADConnection conn,
org.identityconnectors.framework.common.objects.ObjectClass oclass,
org.identityconnectors.framework.common.objects.Uid uid) |
| Modifier and Type | Method and Description |
|---|---|
org.identityconnectors.framework.common.objects.Uid |
addAttributeValues(Set<org.identityconnectors.framework.common.objects.Attribute> attrs) |
org.identityconnectors.framework.common.objects.Uid |
removeAttributeValues(Set<org.identityconnectors.framework.common.objects.Attribute> attrs) |
org.identityconnectors.framework.common.objects.Uid |
update(Set<org.identityconnectors.framework.common.objects.Attribute> attrs) |
public ADUpdate(ADConnection conn, org.identityconnectors.framework.common.objects.ObjectClass oclass, org.identityconnectors.framework.common.objects.Uid uid)
public org.identityconnectors.framework.common.objects.Uid update(Set<org.identityconnectors.framework.common.objects.Attribute> attrs)
public org.identityconnectors.framework.common.objects.Uid addAttributeValues(Set<org.identityconnectors.framework.common.objects.Attribute> attrs)
public org.identityconnectors.framework.common.objects.Uid removeAttributeValues(Set<org.identityconnectors.framework.common.objects.Attribute> attrs)
Copyright © 2011–2016. All rights reserved.