| Package | Description |
|---|---|
| edu.emory.cci.aiw.cvrg.eureka.common.authentication | |
| edu.emory.cci.aiw.cvrg.eureka.common.comm | |
| edu.emory.cci.aiw.cvrg.eureka.common.entity |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationMethod |
AuthenticationMethod.userRequestToAuthenticationMethod(UserRequest userRequest) |
static AuthenticationMethod |
AuthenticationMethod.userToAuthenticationMethod(User user) |
static AuthenticationMethod |
AuthenticationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationMethod[] |
AuthenticationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract AuthenticationMethod |
UserRequest.authenticationMethod() |
abstract AuthenticationMethod |
User.authenticationMethod() |
AuthenticationMethod |
OAuthUserRequest.authenticationMethod() |
AuthenticationMethod |
OAuthUser.authenticationMethod() |
AuthenticationMethod |
LocalUserRequest.authenticationMethod() |
AuthenticationMethod |
LocalUser.authenticationMethod() |
AuthenticationMethod |
LdapUserRequest.authenticationMethod() |
AuthenticationMethod |
LdapUser.authenticationMethod() |
AuthenticationMethod |
AuthenticationMethod.getName() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationMethod.setName(AuthenticationMethod name) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<AuthenticationMethodEntity,AuthenticationMethod> |
AuthenticationMethodEntity_.name |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMethod |
AuthenticationMethodEntity.getName() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationMethodEntity.setName(AuthenticationMethod name) |
Copyright © 2012–2016 Emory University. All rights reserved.