| Package | Description |
|---|---|
| edu.emory.cci.aiw.cvrg.eureka.common.authentication | |
| edu.emory.cci.aiw.cvrg.eureka.common.entity |
| Modifier and Type | Method and Description |
|---|---|
AuthorizedUserEntity |
AuthorizedUserSupport.getUser(javax.servlet.http.HttpServletRequest servletRequest)
Returns the user object, or if there isn't one, throws an exception.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AuthorizedUserSupport.isSameUser(javax.servlet.http.HttpServletRequest servletRequest,
AuthorizedUserEntity user) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.ListAttribute<AuthorizedUserEntity,DestinationEntity> |
AuthorizedUserEntity_.destinations |
static javax.persistence.metamodel.ListAttribute<AuthorizedUserEntity,EtlGroup> |
AuthorizedUserEntity_.groups |
static javax.persistence.metamodel.SingularAttribute<AuthorizedUserEntity,Long> |
AuthorizedUserEntity_.id |
static javax.persistence.metamodel.ListAttribute<AuthorizedUserEntity,JobEntity> |
AuthorizedUserEntity_.jobs |
static javax.persistence.metamodel.SingularAttribute<DestinationEntity,AuthorizedUserEntity> |
DestinationEntity_.owner |
static javax.persistence.metamodel.SingularAttribute<SourceConfigEntity,AuthorizedUserEntity> |
SourceConfigEntity_.owner |
static javax.persistence.metamodel.ListAttribute<AuthorizedUserEntity,AuthorizedRoleEntity> |
AuthorizedUserEntity_.roles |
static javax.persistence.metamodel.ListAttribute<AuthorizedUserEntity,SourceConfigEntity> |
AuthorizedUserEntity_.sourceConfigs |
static javax.persistence.metamodel.SingularAttribute<JobEntity,AuthorizedUserEntity> |
JobEntity_.user |
static javax.persistence.metamodel.SingularAttribute<AuthorizedUserEntity,String> |
AuthorizedUserEntity_.username |
static javax.persistence.metamodel.ListAttribute<EtlGroup,AuthorizedUserEntity> |
EtlGroup_.users |
| Modifier and Type | Method and Description |
|---|---|
AuthorizedUserEntity |
DestinationEntity.getOwner() |
AuthorizedUserEntity |
SourceConfigEntity.getOwner() |
AuthorizedUserEntity |
ConfigEntity.getOwner() |
AuthorizedUserEntity |
JobEntity.getUser()
Get the unique identifier for the user who submitted the request.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuthorizedUserEntity> |
EtlGroup.getUsers() |
| Modifier and Type | Method and Description |
|---|---|
void |
DestinationEntity.setOwner(AuthorizedUserEntity owner) |
void |
SourceConfigEntity.setOwner(AuthorizedUserEntity owner) |
void |
ConfigEntity.setOwner(AuthorizedUserEntity owner) |
void |
JobEntity.setUser(AuthorizedUserEntity inEtlUser)
Set the unique identifier for the user who submitted the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EtlGroup.setUsers(List<AuthorizedUserEntity> users) |
Copyright © 2012–2018 Emory University. All rights reserved.