Class DefaultUstraSecurityJwtConfigure
java.lang.Object
com.gsitm.ustra.java.security.jwt.config.DefaultUstraSecurityJwtConfigure
- All Implemented Interfaces:
com.gsitm.ustra.java.security.config.UstraSecurityConfigure,org.springframework.core.Ordered
public class DefaultUstraSecurityJwtConfigure
extends Object
implements com.gsitm.ustra.java.security.config.UstraSecurityConfigure, org.springframework.core.Ordered
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetOrder()voidpostConfigure(org.springframework.security.config.annotation.web.builders.HttpSecurity 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
postConfigure, preConfigure, preConfigure
-
Constructor Details
-
DefaultUstraSecurityJwtConfigure
public DefaultUstraSecurityJwtConfigure()
-
-
Method Details
-
postConfigure
public void postConfigure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws Exception - Specified by:
postConfigurein interfacecom.gsitm.ustra.java.security.config.UstraSecurityConfigure- Throws:
Exception
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-