| Package | Description |
|---|---|
| fr.inra.agrosyst.api.entities.security | |
| fr.inra.agrosyst.api.services.security | |
| fr.inra.agrosyst.api.services.users |
| Modifier and Type | Field and Description |
|---|---|
protected RoleType |
UserRoleAbstract.type
Nom de l'attribut en BD : type
|
| Modifier and Type | Method and Description |
|---|---|
RoleType |
UserRole.getType() |
RoleType |
UserRoleAbstract.getType() |
static RoleType |
RoleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoleType[] |
RoleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserRole.setType(RoleType type) |
void |
UserRoleAbstract.setType(RoleType type) |
| Modifier and Type | Field and Description |
|---|---|
protected RoleType |
UserRoleDto.type |
| Modifier and Type | Method and Description |
|---|---|
RoleType |
UserRoleDto.getType() |
| Modifier and Type | Method and Description |
|---|---|
List<UserRoleDto> |
AuthorizationService.getEntityRoles(RoleType roleType,
String entityCode) |
void |
AuthorizationService.saveEntityUserRoles(RoleType roleType,
String entityCode,
List<UserRoleDto> roles) |
List<UserRoleEntityDto> |
AuthorizationService.searchEntities(RoleType roleType,
String termRaw,
Integer campaign) |
List<UserRoleEntityDto> |
AuthorizationService.searchPossibleEntities(RoleType roleType,
String termRaw) |
void |
UserRoleDto.setType(RoleType type) |
| Modifier and Type | Field and Description |
|---|---|
protected RoleType |
UserFilter.roleType |
| Modifier and Type | Field and Description |
|---|---|
protected Set<RoleType> |
UserDto.roles |
| Modifier and Type | Method and Description |
|---|---|
RoleType |
UserFilter.getRoleType() |
| Modifier and Type | Method and Description |
|---|---|
Set<RoleType> |
UserDto.getRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserFilter.setRoleType(RoleType roleType) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserDto.setRoles(Set<RoleType> roles) |
Copyright © 2013–2015 Inra. All rights reserved.