Package | Description |
---|---|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.extensions |
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
|
Modifier and Type | Method and Description |
---|---|
MemberList |
Group.getMembers()
Retrieves an iterator that may be used to cursor through the entries of the members contained in this group.
|
abstract MemberList |
Group.getMembers(Dn baseDN,
SearchScope scope,
SearchFilter filter)
Retrieves an iterator that may be used to cursor through the entries of the members contained in this group.
|
Modifier and Type | Class and Description |
---|---|
class |
DynamicGroupMemberList
This class defines a mechanism that may be used to iterate over the members of a dynamic group, optionally using an
additional set of criteria to further filter the results.
|
class |
FilteredStaticGroupMemberList
This class provides an implementation of the
MemberList class that may be used in conjunction when static
groups when additional criteria is to be used to select a subset of the group members. |
class |
SimpleStaticGroupMemberList
This class provides an implementation of the
MemberList class that may be used in conjunction when static
groups when no additional criteria is to be used to select a subset of the group members. |
Modifier and Type | Method and Description |
---|---|
MemberList |
VirtualStaticGroup.getMembers() |
MemberList |
StaticGroup.getMembers() |
MemberList |
DynamicGroup.getMembers() |
MemberList |
VirtualStaticGroup.getMembers(Dn baseDN,
SearchScope scope,
SearchFilter filter) |
MemberList |
StaticGroup.getMembers(Dn baseDN,
SearchScope scope,
SearchFilter filter) |
MemberList |
DynamicGroup.getMembers(Dn baseDN,
SearchScope scope,
SearchFilter filter) |
Copyright 2010-2020 ForgeRock AS.