Class DefaultUstraSecurityConfigure

java.lang.Object
com.gsitm.ustra.java.security.config.DefaultUstraSecurityConfigure
All Implemented Interfaces:
UstraSecurityConfigure, org.springframework.core.Ordered

public class DefaultUstraSecurityConfigure extends Object implements UstraSecurityConfigure, org.springframework.core.Ordered
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
    DefaultUstraSecurityConfigure(UstraAuthenticationManager authenticationManager, com.gsitm.ustra.java.mvc.properties.UstraMvcProperties properties, List<com.gsitm.ustra.web.socket.config.UstraWebSocketConfigurer> webSocketConfigurers, UstraAuthorityChecker ustraAuthorityChecker)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    postConfigure(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
    Ustra Security 설정 전 web 설정
    void
    postConfigure(org.springframework.security.config.annotation.web.builders.WebSecurity web)
    Ustra Security 설정 후 web 설정
    void
    preConfigure(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
    Ustra Security 설정 전 http 설정

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.gsitm.ustra.java.security.config.UstraSecurityConfigure

    preConfigure
  • Constructor Details

    • DefaultUstraSecurityConfigure

      public DefaultUstraSecurityConfigure(UstraAuthenticationManager authenticationManager, com.gsitm.ustra.java.mvc.properties.UstraMvcProperties properties, List<com.gsitm.ustra.web.socket.config.UstraWebSocketConfigurer> webSocketConfigurers, UstraAuthorityChecker ustraAuthorityChecker)
  • Method Details