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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    postConfigure(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, wait

    Methods 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:
      postConfigure in interface com.gsitm.ustra.java.security.config.UstraSecurityConfigure
      Throws:
      Exception
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered