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 Details

  • 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 interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • getApplicationContext

      public org.springframework.context.ApplicationContext getApplicationContext()