org.identityconnectors.ldap.modify
Class LdapUpdate
java.lang.Object
org.identityconnectors.ldap.commons.LdapModifyOperation
org.identityconnectors.ldap.modify.LdapUpdate
public class LdapUpdate
- extends LdapModifyOperation
|
Constructor Summary |
LdapUpdate(LdapConnection conn,
org.identityconnectors.framework.common.objects.ObjectClass oclass,
org.identityconnectors.framework.common.objects.Uid uid)
|
|
Method Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LdapUpdate
public LdapUpdate(LdapConnection conn,
org.identityconnectors.framework.common.objects.ObjectClass oclass,
org.identityconnectors.framework.common.objects.Uid uid)
update
public org.identityconnectors.framework.common.objects.Uid update(Set<org.identityconnectors.framework.common.objects.Attribute> attrs)
addAttributeValues
public org.identityconnectors.framework.common.objects.Uid addAttributeValues(Set<org.identityconnectors.framework.common.objects.Attribute> attrs)
removeAttributeValues
public org.identityconnectors.framework.common.objects.Uid removeAttributeValues(Set<org.identityconnectors.framework.common.objects.Attribute> attrs)
Copyright © 2012. All Rights Reserved.