| Package | Description |
|---|---|
| com.edorasware.one.identity.user | |
| com.edorasware.one.identity.user.internal |
| Modifier and Type | Method and Description |
|---|---|
static UserService.UserSearchScope |
UserService.UserSearchScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserService.UserSearchScope[] |
UserService.UserSearchScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<User> |
UserService.findUser(Predicate predicate,
UserService.UserSearchScope searchScope)
Finds the
User that matches the given predicate. |
com.google.common.collect.ImmutableList<User> |
UserService.findUsers(Predicate predicate,
UserService.UserSearchScope searchScope)
Finds the
Users that match the given predicate. |
| Modifier and Type | Method and Description |
|---|---|
Optional<User> |
DefaultUserService.findUser(Predicate predicate,
UserService.UserSearchScope searchScope) |
com.google.common.collect.ImmutableList<User> |
DefaultUserService.findUsers(Predicate predicate,
UserService.UserSearchScope searchScope) |
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.