Class WingsSecBeanInitConfigurer

  • All Implemented Interfaces:
    org.springframework.security.config.annotation.SecurityConfigurer

    @Order(value = WingsSecBeanInitConfigurer.ORDER) 
    public class WingsSecBeanInitConfigurer
    extends GlobalAuthenticationConfigurerAdapter
                        

    order before InitializeUserDetailsBeanManagerConfigurer.DEFAULT_ORDER

    Since:

    2021-02-09

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static int ORDER
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void init(AuthenticationManagerBuilder auth)
      • Methods inherited from class org.springframework.security.config.annotation.authentication.configuration.GlobalAuthenticationConfigurerAdapter

        configure
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WingsSecBeanInitConfigurer

        WingsSecBeanInitConfigurer(ApplicationContext context)
    • Method Detail

      • init

         void init(AuthenticationManagerBuilder auth)