Package org.openwms.wms.app
Class InventorySecurityConfiguration
java.lang.Object
org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
org.openwms.wms.app.InventorySecurityConfiguration
- All Implemented Interfaces:
 org.springframework.security.config.annotation.SecurityConfigurer<javax.servlet.Filter,,org.springframework.security.config.annotation.web.builders.WebSecurity> org.springframework.security.config.annotation.web.WebSecurityConfigurer<org.springframework.security.config.annotation.web.builders.WebSecurity>
@Configuration
class InventorySecurityConfiguration
extends org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
A InventorySecurityConfiguration.
- Author:
 - Heiko Scherrer
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidconfigure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) Methods inherited from class org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
authenticationManager, authenticationManagerBean, configure, configure, getApplicationContext, getHttp, init, setApplicationContext, setAuthenticationConfiguration, setContentNegotationStrategy, setObjectPostProcessor, setTrustResolver, userDetailsService, userDetailsServiceBean 
- 
Constructor Details
- 
InventorySecurityConfiguration
InventorySecurityConfiguration() 
 - 
 - 
Method Details
- 
configure
protected void configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws Exception API is for non browser clients!
- Overrides:
 configurein classorg.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter- Throws:
 Exception
 
 -