org.identityconnectors.ldap.modify
Class LdapCreate

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

public class LdapCreate
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
LdapCreate(LdapConnection conn, org.identityconnectors.framework.common.objects.ObjectClass oclass, Set<org.identityconnectors.framework.common.objects.Attribute> attrs, org.identityconnectors.framework.common.objects.OperationOptions options)
           
 
Method Summary
 org.identityconnectors.framework.common.objects.Uid 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

LdapCreate

public LdapCreate(LdapConnection conn,
                  org.identityconnectors.framework.common.objects.ObjectClass oclass,
                  Set<org.identityconnectors.framework.common.objects.Attribute> attrs,
                  org.identityconnectors.framework.common.objects.OperationOptions options)
Method Detail

execute

public org.identityconnectors.framework.common.objects.Uid execute()


Copyright © 2012. All Rights Reserved.