| Package | Description |
|---|---|
| ch.postfinance.sdk.service |
| Modifier and Type | Method and Description |
|---|---|
UserSpaceRole |
UserSpaceRoleService.addRole(Long userId,
Long spaceId,
Long roleId)
Add Role
This operation grants the given role to the user in the given space.
|
UserSpaceRole |
UserSpaceRoleService.addRole(Long userId,
Long spaceId,
Long roleId,
Map<String,Object> params)
Add Role
This operation grants the given role to the user in the given space.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserSpaceRole> |
UserSpaceRoleService.list(Long userId,
Long spaceId)
List Roles
List all the roles that are assigned to the given user in the given space.
|
List<UserSpaceRole> |
UserSpaceRoleService.list(Long userId,
Long spaceId,
Map<String,Object> params)
List Roles
List all the roles that are assigned to the given user in the given space.
|
Copyright © 2021. All rights reserved.