Uses of Interface
org.molgenis.security.twofactor.auth.RecoveryAuthenticationProvider
-
Packages that use RecoveryAuthenticationProvider Package Description org.molgenis.security org.molgenis.security.twofactor org.molgenis.security.twofactor.auth -
-
Uses of RecoveryAuthenticationProvider in org.molgenis.security
Methods in org.molgenis.security that return RecoveryAuthenticationProvider Modifier and Type Method Description RecoveryAuthenticationProviderMolgenisWebAppSecurityConfig. recoveryAuthenticationProvider() -
Uses of RecoveryAuthenticationProvider in org.molgenis.security.twofactor
Constructors in org.molgenis.security.twofactor with parameters of type RecoveryAuthenticationProvider Constructor Description TwoFactorAuthenticationController(TwoFactorAuthenticationProvider authenticationProvider, TwoFactorAuthenticationService twoFactorAuthenticationService, RecoveryAuthenticationProvider recoveryAuthenticationProvider, OtpService otpService) -
Uses of RecoveryAuthenticationProvider in org.molgenis.security.twofactor.auth
Classes in org.molgenis.security.twofactor.auth that implement RecoveryAuthenticationProvider Modifier and Type Class Description classRecoveryAuthenticationProviderImplAuthenticationProvider that offers the possibility to authenticate users with a recovery code.
-