Package com.aquima.web.boot
Class BaseWebSecurityConfigurer
java.lang.Object
com.aquima.web.boot.BaseWebSecurityConfigurer
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
- Direct Known Subclasses:
BaarsWebSecurityConfigurer
,BaasWebSecurityConfigurer
,DTreeWebSecurityConfigurer
,ExposedFunctionWebSecurityConfigurer
public abstract class BaseWebSecurityConfigurer
extends Object
implements org.springframework.context.ApplicationContextAware
-
Constructor Summary
ConstructorsConstructorDescriptionBaseWebSecurityConfigurer
(String baseUrl, SecurityConfigProperties securityProperties) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
configure
(org.springframework.security.config.annotation.web.builders.HttpSecurity http) org.springframework.context.ApplicationContext
void
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext)
-
Constructor Details
-
BaseWebSecurityConfigurer
-
-
Method Details
-
configure
protected void configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws Exception - Throws:
Exception
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-
getApplicationContext
public org.springframework.context.ApplicationContext getApplicationContext()
-