Class InMemorySecurityConfiguration.UserMemoryConfiguration

java.lang.Object
com.chutneytesting.security.infra.memory.InMemorySecurityConfiguration.UserMemoryConfiguration
Enclosing class:
InMemorySecurityConfiguration

@Configuration @Profile("mem-auth") public static class InMemorySecurityConfiguration.UserMemoryConfiguration extends Object
  • Constructor Details

    • UserMemoryConfiguration

      public UserMemoryConfiguration()
  • Method Details

    • configure

      @Autowired protected void configure(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth, org.springframework.security.crypto.password.PasswordEncoder pwdEncoder, InMemoryUserDetailsService authService) throws Exception
      Throws:
      Exception