Package com.ritense.form.security.jwt
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 voidconfigure(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
-
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:
configurein interfaceorg.springframework.security.config.annotation.SecurityConfigurer<org.springframework.security.web.DefaultSecurityFilterChain,org.springframework.security.config.annotation.web.builders.HttpSecurity>- Overrides:
configurein classorg.springframework.security.config.annotation.SecurityConfigurerAdapter<org.springframework.security.web.DefaultSecurityFilterChain,org.springframework.security.config.annotation.web.builders.HttpSecurity>
-