Uses of Interface
org.opends.server.api.Group
-
Packages that use Group 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. -
-
Uses of Group in org.opends.server.api
Methods in org.opends.server.api with parameters of type Group Modifier and Type Method Description boolean
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 Group Modifier and Type Method Description boolean
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 Group Modifier and Type Method Description Group
GroupManager. getGroup(Dn entryDN)
Retrieves the group defined in the entry with the specified DN.Methods in org.opends.server.core that return types with arguments of type Group Modifier and Type Method Description Iterable<Group>
GroupManager. 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 Group Modifier and Type Class 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.Method parameters in org.opends.server.extensions with type arguments of type Group Modifier and Type Method Description void
StaticGroup. recomputeNestedGroupsIfAnyIn(Set<Group> groups)
Recomputes the nested groups if at least one of the provided groups is nested in this static group.
-