| Package | Description |
|---|---|
| edu.emory.cci.aiw.cvrg.eureka.common.entity |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<UserEntity,AuthenticationMethodEntity> |
UserEntity_.authenticationMethod |
static javax.persistence.metamodel.SingularAttribute<AuthenticationMethodEntity,String> |
AuthenticationMethodEntity_.description |
static javax.persistence.metamodel.SingularAttribute<AuthenticationMethodEntity,Long> |
AuthenticationMethodEntity_.id |
static javax.persistence.metamodel.SingularAttribute<AuthenticationMethodEntity,org.eurekaclinical.eureka.client.comm.authentication.AuthenticationMethod> |
AuthenticationMethodEntity_.name |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMethodEntity |
UserEntity.getAuthenticationMethod() |
| Constructor and Description |
|---|
LdapUserEntity(LoginTypeEntity loginType,
AuthenticationMethodEntity authenticationMethod) |
LocalUserEntity(LoginTypeEntity loginType,
AuthenticationMethodEntity authenticationMethod) |
OAuthUserEntity(LoginTypeEntity loginType,
AuthenticationMethodEntity authenticationMethod) |
UserEntity(LoginTypeEntity loginType,
AuthenticationMethodEntity authenticationMethod) |
Copyright © 2012–2016 Emory University. All rights reserved.