Uses of Interface
org.opends.server.api.Group
Packages that use 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
Methods in org.opends.server.api with parameters of type GroupModifier 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
Methods in org.opends.server.authorization.dseecompat with parameters of type GroupModifier 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
Methods in org.opends.server.core that return GroupModifier and TypeMethodDescriptionRetrieves the group defined in the entry with the specified DN.Methods in org.opends.server.core that return types with arguments of type GroupModifier 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
Classes in org.opends.server.extensions that implement GroupModifier 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.Method parameters in org.opends.server.extensions with type arguments of type GroupModifier 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.