Interface ConfigurableSecurity

All Known Implementing Classes:
BaseSpringConfig

public interface ConfigurableSecurity
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configureSecurity(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
     
  • Method Details

    • configureSecurity

      void configureSecurity(org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws Exception
      Throws:
      Exception