Class FormIoJwtSecurityConfigurerAdapter

java.lang.Object
org.springframework.security.config.annotation.SecurityConfigurerAdapter<org.springframework.security.web.DefaultSecurityFilterChain,​org.springframework.security.config.annotation.web.builders.HttpSecurity>
com.ritense.form.security.jwt.FormIoJwtSecurityConfigurerAdapter
All Implemented Interfaces:
org.springframework.security.config.annotation.SecurityConfigurer<org.springframework.security.web.DefaultSecurityFilterChain,​org.springframework.security.config.annotation.web.builders.HttpSecurity>

public class FormIoJwtSecurityConfigurerAdapter
extends org.springframework.security.config.annotation.SecurityConfigurerAdapter<org.springframework.security.web.DefaultSecurityFilterChain,​org.springframework.security.config.annotation.web.builders.HttpSecurity>
  • Constructor Summary

    Constructors 
    Constructor Description
    FormIoJwtSecurityConfigurerAdapter​(com.ritense.valtimo.security.jwt.authentication.TokenAuthenticationService tokenAuthenticationService)  
  • Method Summary

    Modifier and Type Method Description
    void configure​(org.springframework.security.config.annotation.web.builders.HttpSecurity http)  

    Methods inherited from class org.springframework.security.config.annotation.SecurityConfigurerAdapter

    addObjectPostProcessor, and, getBuilder, init, postProcess, setBuilder

    Methods inherited from class java.lang.Object

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

    • FormIoJwtSecurityConfigurerAdapter

      public FormIoJwtSecurityConfigurerAdapter​(com.ritense.valtimo.security.jwt.authentication.TokenAuthenticationService tokenAuthenticationService)
  • Method Details

    • configure

      public void configure​(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
      Specified by:
      configure in interface org.springframework.security.config.annotation.SecurityConfigurer<org.springframework.security.web.DefaultSecurityFilterChain,​org.springframework.security.config.annotation.web.builders.HttpSecurity>
      Overrides:
      configure in class org.springframework.security.config.annotation.SecurityConfigurerAdapter<org.springframework.security.web.DefaultSecurityFilterChain,​org.springframework.security.config.annotation.web.builders.HttpSecurity>