Package | Description |
---|---|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.authorization.dseecompat |
Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access
control handler implementation.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.extensions |
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
|
Modifier and Type | Method and Description |
---|---|
abstract Group<T> |
Group.newInstance(ServerContext serverContext,
Entry groupEntry)
Creates a new group of this type based on the definition contained in the provided entry.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AciEvalContext.isMemberOf(Group<?> group)
Return true if the operation associated with this evaluation context is a member of the specified group.
|
Modifier and Type | Method and Description |
---|---|
Group<?> |
GroupManager.getGroupInstance(Dn entryDN)
Retrieves the group instance defined in the entry with the specified DN.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Group<?>> |
GroupManager.getGroupImplementations()
Retrieves an
Iterable object that may be used to cursor across the group implementations defined in the
server. |
Iterable<Group<?>> |
GroupManager.getGroupInstances()
Retrieves an
Iterable object that may be used to cursor across the group instances defined in the server. |
Modifier and Type | Class and Description |
---|---|
class |
DynamicGroup
This class provides a dynamic group implementation, in which membership is determined dynamically based on criteria
provided in the form of one or more LDAP URLs.
|
class |
StaticGroup
A static group implementation, in which the DNs of all members are explicitly listed.
|
class |
VirtualStaticGroup
This class provides a virtual static group implementation, in which membership is based on membership of another
group.
|
Copyright 2010-2022 ForgeRock AS.