public class DomainDirectoryGroup extends LdapObjects
Modifier and Type | Class and Description |
---|---|
static class |
DomainDirectoryGroup.MembersList |
Modifier and Type | Field and Description |
---|---|
static java.util.List<java.lang.String> |
ldapAttrsStringsValues |
Constructor and Description |
---|
DomainDirectoryGroup(ItemValue<Domain> domain,
ItemValue<Group> group) |
DomainDirectoryGroup(ItemValue<Domain> domain,
ItemValue<Group> group,
DomainDirectoryGroup.MembersList members) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getAddedMembersUid(org.apache.directory.api.ldap.model.entry.Entry entry) |
java.lang.String |
getDn() |
org.apache.directory.api.ldap.model.entry.Entry |
getLdapEntry() |
org.apache.directory.api.ldap.model.message.ModifyRequest |
getModifyRequest(org.apache.directory.api.ldap.model.entry.Entry currentEntry) |
java.lang.String |
getRDn() |
java.util.List<java.lang.String> |
getRemovedMembersUid(org.apache.directory.api.ldap.model.entry.Entry entry) |
updateLdapAttribute
public static final java.util.List<java.lang.String> ldapAttrsStringsValues
public DomainDirectoryGroup(ItemValue<Domain> domain, ItemValue<Group> group, DomainDirectoryGroup.MembersList members)
public java.lang.String getDn()
getDn
in class LdapObjects
public java.lang.String getRDn()
getRDn
in class LdapObjects
public org.apache.directory.api.ldap.model.entry.Entry getLdapEntry() throws ServerFault
getLdapEntry
in class LdapObjects
ServerFault
public org.apache.directory.api.ldap.model.message.ModifyRequest getModifyRequest(org.apache.directory.api.ldap.model.entry.Entry currentEntry) throws ServerFault
getModifyRequest
in class LdapObjects
ServerFault
public java.util.List<java.lang.String> getRemovedMembersUid(org.apache.directory.api.ldap.model.entry.Entry entry)
public java.util.List<java.lang.String> getAddedMembersUid(org.apache.directory.api.ldap.model.entry.Entry entry)
Copyright © 2021. All Rights Reserved.