Uses of Class
org.molgenis.security.twofactor.auth.TwoFactorAuthenticationSetting
-
Packages that use TwoFactorAuthenticationSetting Package Description org.molgenis.security.settings org.molgenis.security.twofactor.auth -
-
Uses of TwoFactorAuthenticationSetting in org.molgenis.security.settings
Methods in org.molgenis.security.settings that return TwoFactorAuthenticationSetting Modifier and Type Method Description TwoFactorAuthenticationSettingAuthenticationSettings. getTwoFactorAuthentication()TwoFactorAuthenticationSettingAuthenticationSettingsImpl. getTwoFactorAuthentication()Methods in org.molgenis.security.settings with parameters of type TwoFactorAuthenticationSetting Modifier and Type Method Description voidAuthenticationSettings. setTwoFactorAuthentication(TwoFactorAuthenticationSetting twoFactorAuthentication)voidAuthenticationSettingsImpl. setTwoFactorAuthentication(TwoFactorAuthenticationSetting twoFactorAuthentication) -
Uses of TwoFactorAuthenticationSetting in org.molgenis.security.twofactor.auth
Methods in org.molgenis.security.twofactor.auth that return TwoFactorAuthenticationSetting Modifier and Type Method Description static TwoFactorAuthenticationSettingTwoFactorAuthenticationSetting. fromLabel(java.lang.String label)static TwoFactorAuthenticationSettingTwoFactorAuthenticationSetting. valueOf(java.lang.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.
-