public abstract class LdapModifyOperation extends Object
Modifier and Type | Class and Description |
---|---|
class |
LdapModifyOperation.PosixGroupMember
Holds the POSIX ref attributes and the respective group
memberships.
|
Modifier and Type | Field and Description |
---|---|
protected LdapConnection |
conn |
protected GroupHelper |
groupHelper |
Constructor and Description |
---|
LdapModifyOperation(LdapConnection conn) |
Modifier and Type | Method and Description |
---|---|
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) |
protected final LdapConnection conn
protected final GroupHelper groupHelper
public LdapModifyOperation(LdapConnection conn)
protected static final Set<String> getAttributeValues(String attrName, LdapName entryDN, Attributes attrs)
Copyright © 2018–2025. All rights reserved.