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
ConstructorsConstructorDescriptionDefaultUstraSecurityConfigure(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 TypeMethodDescriptionintgetOrder()voidpostConfigure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) Ustra Security 설정 전 web 설정voidpostConfigure(org.springframework.security.config.annotation.web.builders.WebSecurity web) Ustra Security 설정 후 web 설정voidpreConfigure(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, waitMethods 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
-
preConfigure
public void preConfigure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws Exception Description copied from interface:UstraSecurityConfigureUstra Security 설정 전 http 설정- Specified by:
preConfigurein interfaceUstraSecurityConfigure- Throws:
Exception
-
postConfigure
public void postConfigure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws Exception Description copied from interface:UstraSecurityConfigureUstra Security 설정 전 web 설정- Specified by:
postConfigurein interfaceUstraSecurityConfigure- Throws:
Exception
-
postConfigure
public void postConfigure(org.springframework.security.config.annotation.web.builders.WebSecurity web) throws Exception Description copied from interface:UstraSecurityConfigureUstra Security 설정 후 web 설정- Specified by:
postConfigurein interfaceUstraSecurityConfigure- Throws:
Exception
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-