| Package | Description |
|---|---|
| edu.emory.cci.aiw.cvrg.eureka.common.comm.clients | |
| edu.emory.cci.aiw.cvrg.eureka.common.entity |
| Modifier and Type | Method and Description |
|---|---|
Role |
ServicesClient.getRole(Long inRoleId) |
Role |
ServicesClient.getRoleByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
ServicesClient.getRoles() |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<Role,Boolean> |
Role_.defaultRole |
static javax.persistence.metamodel.SingularAttribute<Role,Long> |
Role_.id |
static javax.persistence.metamodel.SingularAttribute<Role,String> |
Role_.name |
static javax.persistence.metamodel.ListAttribute<UserEntity,Role> |
UserEntity_.roles |
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
UserEntity.getRoles()
Get all the roles assigned to the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserEntity.setRoles(List<Role> inRoles)
Set the roles assigned to the current user.
|
Copyright © 2012–2016 Emory University. All rights reserved.