org.identityconnectors.ldap.modify
Class LdapUpdate

java.lang.Object
  extended by org.identityconnectors.ldap.commons.LdapModifyOperation
      extended by org.identityconnectors.ldap.modify.LdapUpdate

public class LdapUpdate
extends LdapModifyOperation


Nested Class Summary
 
Nested classes/interfaces inherited from class org.identityconnectors.ldap.commons.LdapModifyOperation
LdapModifyOperation.PosixGroupMember
 
Field Summary
 
Fields inherited from class org.identityconnectors.ldap.commons.LdapModifyOperation
conn, groupHelper
 
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 org.identityconnectors.ldap.commons.LdapModifyOperation
getAttributeValues, getFirstPosixRefAttr, hashPassword
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapUpdate

public LdapUpdate(LdapConnection conn,
                  org.identityconnectors.framework.common.objects.ObjectClass oclass,
                  org.identityconnectors.framework.common.objects.Uid uid)
Method Detail

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.