Package | Description |
---|---|
com.saperion.jcs.modules.users.api | |
com.saperion.jcs.modules.users.api.internal | |
com.saperion.jcs.modules.users.connector.wrapped |
Modifier and Type | Method and Description |
---|---|
Collection<User> |
Group.getAllUsers(int depth)
Gets all users associated with this group.
|
Collection<User> |
Group.getUsers()
Gets the users which are directly associated with this group.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultUser |
class |
LazyUser |
Modifier and Type | Method and Description |
---|---|
Collection<User> |
LazyGroup.getAllUsers(int depth) |
Collection<User> |
DefaultGroup.getAllUsers(int depth)
Operation not supported.
|
Collection<User> |
LazyGroup.getUsers() |
Collection<User> |
DefaultGroup.getUsers()
Operation not supported.
|
Modifier and Type | Class and Description |
---|---|
class |
WrappedUser
Wrapper used to enable lazy-loading of a user's groups.
|
Modifier and Type | Method and Description |
---|---|
User |
WrappedUser.unwrap() |
Modifier and Type | Method and Description |
---|---|
Collection<User> |
WrappedGroup.getAllUsers(int depth) |
Collection<User> |
WrappedGroup.getUsers() |
Constructor and Description |
---|
WrappedUser(User original,
UserService service,
int token) |
Copyright © 2016 SAPERION AG. All rights reserved.