Modifier and Type | Interface and Description |
---|---|
interface |
Wrapped<Type extends UserManagementItem>
Interface for wrapped instances of user management items.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Group
This interface identifies a group in the saperion user administration.
|
interface |
Role |
interface |
Tenant |
interface |
TenantSpecificItem
A UserManagementItem that exists in a specific tenant.
|
interface |
User |
Modifier and Type | Method and Description |
---|---|
<Type extends UserManagementItem> |
UserService.clone(int token,
int id,
Type item,
Class<Type> type)
The original user will be retrieved by id.
|
<Type extends UserManagementItem> |
UserService.create(int token,
Type user,
Class<Type> type)
Creates a new user.
|
<Type extends UserManagementItem> |
UserService.delete(int token,
int id,
Class<Type> type)
Deletes an item.
|
<Type extends UserManagementItem> |
UserService.find(int token,
SearchOptions<Type> options)
Finds items by searching for the specified values in the specified fields.
|
<Type extends UserManagementItem> |
UserService.getDescriptor(int token,
Class<Type> type)
Gets the descriptor of an item-type.
|
<Type extends UserManagementItem> |
UserService.update(int token,
Type item,
Class<Type> type)
Updates the respective item in the Backend.
|
Modifier and Type | Class and Description |
---|---|
class |
ConvertUserManagementItemToId<Item extends UserManagementItem>
Converts an
UserManagementItem to its id. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUserManagementItem |
class |
DefaultGroup |
class |
DefaultRole |
class |
DefaultTenant |
class |
DefaultUser |
class |
LazyGroup |
class |
LazyUser |
Modifier and Type | Class and Description |
---|---|
class |
TypedFinder<Type extends UserManagementItem>
The typed finder is used to search for Users, groups, or tenants.
|
class |
TypedResult<Type extends UserManagementItem> |
Modifier and Type | Method and Description |
---|---|
<Type extends UserManagementItem> |
UserManagement.clone(Class<Type> type,
Type item,
int id) |
<Type extends UserManagementItem> |
UserManagement.create(Class<Type> type,
Type item)
Creates an Item.
|
<Type extends UserManagementItem> |
UserManagement.delete(Class<Type> type,
int id)
Deletes an Item.
|
<Type extends UserManagementItem> |
UserManagement.find(Class<Type> type)
Finds an item.
|
<Type extends UserManagementItem> |
UserManagement.getDescriptor(Class<Type> type) |
<Type extends UserManagementItem> |
UserManagement.update(Class<Type> type,
Type item)
Updates an Item.
|
Modifier and Type | Method and Description |
---|---|
UserManagement.Config |
UserManagement.Config.setStrategy(Class<? extends UserManagementItem> type,
LazyLoadingStrategy loadingStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
WrappedGroup |
class |
WrappedUser
Wrapper used to enable lazy-loading of a user's groups.
|
Copyright © 2016 SAPERION AG. All rights reserved.