Interface SynchronizedHttpSecurityPostProcessor

All Known Subinterfaces:
ClientSynchronizedHttpSecurityPostProcessor, ResourceServerSynchronizedHttpSecurityPostProcessor

public interface SynchronizedHttpSecurityPostProcessor
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.security.config.annotation.web.builders.HttpSecurity
    process(org.springframework.security.config.annotation.web.builders.HttpSecurity httpSecurity)
     
  • Method Details

    • process

      org.springframework.security.config.annotation.web.builders.HttpSecurity process(org.springframework.security.config.annotation.web.builders.HttpSecurity httpSecurity) throws Exception
      Throws:
      Exception