org.identityconnectors.ldap.commons
Class LdapModifyOperation

java.lang.Object
  extended by org.identityconnectors.ldap.commons.LdapModifyOperation
Direct Known Subclasses:
LdapCreate, LdapDelete, LdapUpdate

public abstract class LdapModifyOperation
extends Object


Nested Class Summary
 class LdapModifyOperation.PosixGroupMember
          Holds the POSIX ref attributes and the respective group memberships.
 
Field Summary
protected  LdapConnection conn
           
protected  GroupHelper groupHelper
           
 
Constructor Summary
LdapModifyOperation(LdapConnection conn)
           
 
Method Summary
protected static Set<String> getAttributeValues(String attrName, LdapName entryDN, Attributes attrs)
           
protected  String getFirstPosixRefAttr(String entryDN, Set<String> posixRefAttrs)
           
protected  void hashPassword(Attribute passwordAttr, String entryDN)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conn

protected final LdapConnection conn

groupHelper

protected final GroupHelper groupHelper
Constructor Detail

LdapModifyOperation

public LdapModifyOperation(LdapConnection conn)
Method Detail

hashPassword

protected final void hashPassword(Attribute passwordAttr,
                                  String entryDN)

getAttributeValues

protected static Set<String> getAttributeValues(String attrName,
                                                LdapName entryDN,
                                                Attributes attrs)

getFirstPosixRefAttr

protected final String getFirstPosixRefAttr(String entryDN,
                                            Set<String> posixRefAttrs)


Copyright © 2012. All Rights Reserved.