Uses of Interface
org.molgenis.security.twofactor.service.TwoFactorAuthenticationService
-
Packages that use TwoFactorAuthenticationService Package Description org.molgenis.security.twofactor org.molgenis.security.twofactor.auth org.molgenis.security.twofactor.service -
-
Uses of TwoFactorAuthenticationService in org.molgenis.security.twofactor
Constructors in org.molgenis.security.twofactor with parameters of type TwoFactorAuthenticationService Constructor Description TwoFactorAuthenticationController(TwoFactorAuthenticationProvider authenticationProvider, TwoFactorAuthenticationService twoFactorAuthenticationService, RecoveryAuthenticationProvider recoveryAuthenticationProvider, OtpService otpService) -
Uses of TwoFactorAuthenticationService in org.molgenis.security.twofactor.auth
Constructors in org.molgenis.security.twofactor.auth with parameters of type TwoFactorAuthenticationService Constructor Description TwoFactorAuthenticationFilter(AuthenticationSettings authenticationSettings, TwoFactorAuthenticationService twoFactorAuthenticationService, org.springframework.security.web.RedirectStrategy redirectStrategy, UserAccountService userAccountService)TwoFactorAuthenticationProviderImpl(TwoFactorAuthenticationService twoFactorAuthenticationService, OtpService otpService, RecoveryService recoveryService) -
Uses of TwoFactorAuthenticationService in org.molgenis.security.twofactor.service
Classes in org.molgenis.security.twofactor.service that implement TwoFactorAuthenticationService Modifier and Type Class Description classTwoFactorAuthenticationServiceImpl
-