| Package | Description |
|---|---|
| fr.inra.agrosyst.api.services.pz0.security | |
| fr.inra.agrosyst.api.services.security |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,List<UserRoleDto>> |
UsersRolesAndDependencies.usersRoles |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<UserRoleDto>> |
UsersRolesAndDependencies.getUsersRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
UsersRolesAndDependencies.addUserRole(String userId,
UserRoleDto userRoleDto) |
| Modifier and Type | Method and Description |
|---|---|
List<UserRoleDto> |
AuthorizationService.getEntityRoles(RoleType roleType,
String entityCode) |
List<UserRoleDto> |
AuthorizationService.getUserRoles(String userId) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationService.addUserRoles(String userId,
List<UserRoleDto> userRoles)
Add role to the user with id the given userId
|
void |
AuthorizationService.saveEntityUserRoles(RoleType roleType,
String entityCode,
List<UserRoleDto> roles) |
void |
AuthorizationService.saveUserRoles(String userId,
List<UserRoleDto> userRoles)
Set roles to the user with id the userId given has parameter.
|
Copyright © 2013–2015 Inra. All rights reserved.