| Package | Description |
|---|---|
| org.molgenis.security.settings | |
| org.molgenis.security.twofactor.auth |
| Modifier and Type | Method and Description |
|---|---|
TwoFactorAuthenticationSetting |
AuthenticationSettingsImpl.getTwoFactorAuthentication() |
TwoFactorAuthenticationSetting |
AuthenticationSettings.getTwoFactorAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationSettingsImpl.setTwoFactorAuthentication(TwoFactorAuthenticationSetting twoFactorAuthentication) |
void |
AuthenticationSettings.setTwoFactorAuthentication(TwoFactorAuthenticationSetting twoFactorAuthentication) |
| Modifier and Type | Method and Description |
|---|---|
static TwoFactorAuthenticationSetting |
TwoFactorAuthenticationSetting.fromLabel(String label) |
static TwoFactorAuthenticationSetting |
TwoFactorAuthenticationSetting.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TwoFactorAuthenticationSetting[] |
TwoFactorAuthenticationSetting.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.