Uses of Class
org.opends.server.api.Group.ExaminedGroups
-
Packages that use Group.ExaminedGroups 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. -
-
Uses of Group.ExaminedGroups in org.opends.server.api
Methods in org.opends.server.api with parameters of type Group.ExaminedGroups Modifier and Type Method Description boolean
Group. isMember(Dn userDN, Group.ExaminedGroups examinedGroups)
Indicates whether the user with the specified DN is a member of this group.boolean
Group. isMember(Entry userEntry, Group.ExaminedGroups examinedGroups)
Indicates whether the user described by the provided user entry is a member of this group. -
Uses of Group.ExaminedGroups in org.opends.server.extensions
Methods in org.opends.server.extensions with parameters of type Group.ExaminedGroups Modifier and Type Method Description boolean
DynamicGroup. isMember(Dn userDN, Group.ExaminedGroups examinedGroups)
boolean
DynamicGroup. isMember(Entry userEntry, Group.ExaminedGroups examinedGroups)
boolean
StaticGroup. isMember(Dn userDN, Group.ExaminedGroups examinedGroups)
boolean
StaticGroup. isMember(Entry userEntry, Group.ExaminedGroups examinedGroups)
boolean
VirtualStaticGroup. isMember(Dn userDN, Group.ExaminedGroups examinedGroups)
boolean
VirtualStaticGroup. isMember(Entry userEntry, Group.ExaminedGroups examinedGroups)
-