Class StandardAuthenticationProvidersProducer

java.lang.Object
io.jmix.security.impl.StandardAuthenticationProvidersProducer

@Component("sec_StandardAuthenticationProvidersProducer") public class StandardAuthenticationProvidersProducer extends Object
Class returns a collection of "standard" providers that may be used in AuthenticationManagers created in different security configurations.
  • Constructor Details

    • StandardAuthenticationProvidersProducer

      public StandardAuthenticationProvidersProducer(UserRepository userRepository, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, @Qualifier("sec_PreAuthenticationChecks") PreAuthenticationChecks preAuthenticationChecks, @Qualifier("sec_PostAuthenticationChecks") PostAuthenticationChecks postAuthenticationChecks)
  • Method Details

    • getStandardProviders

      public List<org.springframework.security.authentication.AuthenticationProvider> getStandardProviders()