Uses of Interface
org.molgenis.security.twofactor.auth.TwoFactorAuthenticationProvider
-
Packages that use TwoFactorAuthenticationProvider Package Description org.molgenis.security org.molgenis.security.twofactor org.molgenis.security.twofactor.auth -
-
Uses of TwoFactorAuthenticationProvider in org.molgenis.security
Methods in org.molgenis.security that return TwoFactorAuthenticationProvider Modifier and Type Method Description TwoFactorAuthenticationProviderMolgenisWebAppSecurityConfig. twoFactorAuthenticationProvider() -
Uses of TwoFactorAuthenticationProvider in org.molgenis.security.twofactor
Constructors in org.molgenis.security.twofactor with parameters of type TwoFactorAuthenticationProvider Constructor Description TwoFactorAuthenticationController(TwoFactorAuthenticationProvider authenticationProvider, TwoFactorAuthenticationService twoFactorAuthenticationService, RecoveryAuthenticationProvider recoveryAuthenticationProvider, OtpService otpService) -
Uses of TwoFactorAuthenticationProvider in org.molgenis.security.twofactor.auth
Classes in org.molgenis.security.twofactor.auth that implement TwoFactorAuthenticationProvider Modifier and Type Class Description classTwoFactorAuthenticationProviderImplAuthenticationProvider that uses the TwoFactorAuthenticationService and expects a TwoFactorAuthenticationToken
-