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