Class UstraWebSecurityConfigure

java.lang.Object
com.gsitm.ustra.java.autoconfigure.UstraWebSecurityConfigure

@Configuration @EnableWebSecurity @ConditionalOnClass(com.gsitm.ustra.java.security.UstraSecurity.class) @ConditionalOnWebApplication public class UstraWebSecurityConfigure extends Object
Spring Security 기본 설정
  • Constructor Summary

    Constructors
    Constructor
    Description
    UstraWebSecurityConfigure(org.springframework.security.web.savedrequest.RequestCache requestCache, List<com.gsitm.ustra.java.security.config.UstraSecurityConfigure> securityConfigure, com.gsitm.ustra.java.security.authority.UstraGlobalAuthorityConfigurer globalAuthorityConfigurer)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.springframework.security.web.SecurityFilterChain
    filterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
     
    org.springframework.security.config.annotation.web.configuration.WebSecurityCustomizer
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UstraWebSecurityConfigure

      public UstraWebSecurityConfigure(org.springframework.security.web.savedrequest.RequestCache requestCache, List<com.gsitm.ustra.java.security.config.UstraSecurityConfigure> securityConfigure, com.gsitm.ustra.java.security.authority.UstraGlobalAuthorityConfigurer globalAuthorityConfigurer)
  • Method Details

    • filterChain

      @Bean protected org.springframework.security.web.SecurityFilterChain filterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws Exception
      Throws:
      Exception
    • webSecurityCustomizer

      @Bean public org.springframework.security.config.annotation.web.configuration.WebSecurityCustomizer webSecurityCustomizer()