Package | Description |
---|---|
com.edorasware.one.identity.group | |
com.edorasware.one.identity.group.internal |
Modifier and Type | Method and Description |
---|---|
static GroupService.GroupSearchScope |
GroupService.GroupSearchScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupService.GroupSearchScope[] |
GroupService.GroupSearchScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Optional<Group> |
GroupService.findGroup(Predicate predicate,
GroupService.GroupSearchScope searchScope)
Finds the
Group that matches the given predicate. |
com.google.common.collect.ImmutableList<Group> |
GroupService.findGroups(Predicate predicate,
GroupService.GroupSearchScope searchScope)
Finds the
Group s that match the given predicate. |
Modifier and Type | Method and Description |
---|---|
Optional<Group> |
DefaultGroupService.findGroup(Predicate predicate,
GroupService.GroupSearchScope searchScope) |
com.google.common.collect.ImmutableList<Group> |
DefaultGroupService.findGroups(Predicate predicate,
GroupService.GroupSearchScope searchScope) |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.