Interface HttpSecurityPostProcessor


public interface HttpSecurityPostProcessor
  • 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)