Uses of Interface
org.molgenis.security.settings.AuthenticationSettings
-
Packages that use AuthenticationSettings Package Description org.molgenis.security.account org.molgenis.security.oidc org.molgenis.security.settings org.molgenis.security.twofactor.auth -
-
Uses of AuthenticationSettings in org.molgenis.security.account
Constructors in org.molgenis.security.account with parameters of type AuthenticationSettings Constructor Description AccountController(AccountService accountService, ReCaptchaService reCaptchaV3Service, AuthenticationSettings authenticationSettings, UserFactory userFactory, org.molgenis.settings.AppSettings appSettings, org.molgenis.security.account.PasswordResetter passwordResetter) -
Uses of AuthenticationSettings in org.molgenis.security.oidc
Constructors in org.molgenis.security.oidc with parameters of type AuthenticationSettings Constructor Description DataServiceClientRegistrationRepository(AuthenticationSettings authenticationSettings) -
Uses of AuthenticationSettings in org.molgenis.security.settings
Classes in org.molgenis.security.settings that implement AuthenticationSettings Modifier and Type Class Description classAuthenticationSettingsImpl -
Uses of AuthenticationSettings in org.molgenis.security.twofactor.auth
Constructors in org.molgenis.security.twofactor.auth with parameters of type AuthenticationSettings Constructor Description TwoFactorAuthenticationFilter(AuthenticationSettings authenticationSettings, TwoFactorAuthenticationService twoFactorAuthenticationService, org.springframework.security.web.RedirectStrategy redirectStrategy, UserAccountService userAccountService)
-