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 booleanGroup. isMember(Dn userDN, Group.ExaminedGroups examinedGroups)Indicates whether the user with the specified DN is a member of this group.booleanGroup. 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 booleanDynamicGroup. isMember(Dn userDN, Group.ExaminedGroups examinedGroups)booleanDynamicGroup. isMember(Entry userEntry, Group.ExaminedGroups examinedGroups)booleanStaticGroup. isMember(Dn userDN, Group.ExaminedGroups examinedGroups)booleanStaticGroup. isMember(Entry userEntry, Group.ExaminedGroups examinedGroups)booleanVirtualStaticGroup. isMember(Dn userDN, Group.ExaminedGroups examinedGroups)booleanVirtualStaticGroup. isMember(Entry userEntry, Group.ExaminedGroups examinedGroups)
-