org.identityconnectors.ldap.modify
Class LdapDelete

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

public class LdapDelete
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
LdapDelete(LdapConnection conn, org.identityconnectors.framework.common.objects.ObjectClass oclass, org.identityconnectors.framework.common.objects.Uid uid)
           
 
Method Summary
 void execute()
           
 
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

LdapDelete

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

execute

public void execute()


Copyright © 2012. All Rights Reserved.