Class InventorySecurityConfiguration

java.lang.Object
org.openwms.wms.app.InventorySecurityConfiguration

@Configuration class InventorySecurityConfiguration extends Object
A InventorySecurityConfiguration.
Author:
Heiko Scherrer
  • Constructor Details

    • InventorySecurityConfiguration

      InventorySecurityConfiguration()
  • Method Details

    • filterChain

      @Bean public org.springframework.security.web.SecurityFilterChain filterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws Exception

      API is for non browser clients and access control is handled at the API Gateway!

      Throws:
      Exception