- All Implemented Interfaces:
- com.foreach.across.modules.spring.security.configuration.AcrossWebSecurityConfigurer
@Configuration
@Order(value=0)
public class AllowStaticResourcesSecurityConfiguration
extends Object
implements com.foreach.across.modules.spring.security.configuration.AcrossWebSecurityConfigurer
AdminWeb requires the static resources to be available, so it permits all of them by default.
Registered with a global 0 order so it would be before all default security configuration of regular modules.