Uses of Interface
org.molgenis.security.twofactor.service.OtpService
-
Packages that use OtpService Package Description org.molgenis.security.twofactor org.molgenis.security.twofactor.auth org.molgenis.security.twofactor.service -
-
Uses of OtpService in org.molgenis.security.twofactor
Constructors in org.molgenis.security.twofactor with parameters of type OtpService Constructor Description TwoFactorAuthenticationController(TwoFactorAuthenticationProvider authenticationProvider, TwoFactorAuthenticationService twoFactorAuthenticationService, RecoveryAuthenticationProvider recoveryAuthenticationProvider, OtpService otpService) -
Uses of OtpService in org.molgenis.security.twofactor.auth
Constructors in org.molgenis.security.twofactor.auth with parameters of type OtpService Constructor Description TwoFactorAuthenticationProviderImpl(TwoFactorAuthenticationService twoFactorAuthenticationService, OtpService otpService, RecoveryService recoveryService) -
Uses of OtpService in org.molgenis.security.twofactor.service
Classes in org.molgenis.security.twofactor.service that implement OtpService Modifier and Type Class Description classOtpServiceImplConstructors in org.molgenis.security.twofactor.service with parameters of type OtpService Constructor Description TwoFactorAuthenticationServiceImpl(OtpService otpService, org.molgenis.data.DataService dataService, org.molgenis.data.security.user.UserService userService, org.molgenis.data.populate.IdGenerator idGenerator, UserSecretFactory userSecretFactory)
-