| Package | Description |
|---|---|
| org.eurekaclinical.user.client.comm | |
| org.eurekaclinical.user.client.comm.authentication |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMethod |
LdapUser.authenticationMethod() |
AuthenticationMethod |
LdapUserRequest.authenticationMethod() |
AuthenticationMethod |
LocalUser.authenticationMethod() |
AuthenticationMethod |
LocalUserRequest.authenticationMethod() |
AuthenticationMethod |
OAuthUser.authenticationMethod() |
AuthenticationMethod |
OAuthUserRequest.authenticationMethod() |
abstract AuthenticationMethod |
User.authenticationMethod() |
abstract AuthenticationMethod |
UserRequest.authenticationMethod() |
AuthenticationMethod |
AuthenticationMethod.getName() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationMethod.setName(AuthenticationMethod name) |
| 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.
|
Copyright © 2016–2020 Emory University. All rights reserved.