Uses of Interface
org.opends.server.api.Group
Package
Description
Contains a number of API declarations for use throughout the Directory Server.
Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access
control handler implementation.
Contains various classes that comprise the core of the Directory Server codebase.
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
-
Uses of Group in org.opends.server.api
Modifier and TypeMethodDescriptionboolean
Group.ExaminedGroups.hasBeenExamined
(Group group) Returns whether the provided group has already been examined. -
Uses of Group in org.opends.server.authorization.dseecompat
Modifier and TypeMethodDescriptionboolean
AciEvalContext.isMemberOf
(Group group) Return true if the operation associated with this evaluation context is a member of the specified group. -
Uses of Group in org.opends.server.core
Modifier and TypeMethodDescriptionRetrieves the group defined in the entry with the specified DN.Modifier and TypeMethodDescriptionGroupManager.getAllGroups()
Retrieves anIterable
object that may be used to cursor across the group instances defined in the server. -
Uses of Group in org.opends.server.extensions
Modifier and TypeClassDescriptionfinal class
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.final class
A static group implementation, in which the DNs of all members are explicitly listed.final class
This class provides a virtual static group implementation, in which membership is based on membership of another group.Modifier and TypeMethodDescriptionvoid
StaticGroup.recomputeNestedGroupsForRemovedGroups
(Set<Group> removedGroups) Recomputes the nested groups if at least one of the provided groups is nested in this static group.