Package com.ritense.form.security.config
Class FormFileJwtHttpSecurityConfigurer
java.lang.Object
com.ritense.form.security.config.FormFileJwtHttpSecurityConfigurer
- All Implemented Interfaces:
com.ritense.valtimo.contract.security.config.HttpSecurityConfigurer
public class FormFileJwtHttpSecurityConfigurer
extends java.lang.Object
implements com.ritense.valtimo.contract.security.config.HttpSecurityConfigurer
-
Constructor Summary
Constructors Constructor Description FormFileJwtHttpSecurityConfigurer(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
-
FormFileJwtHttpSecurityConfigurer
public FormFileJwtHttpSecurityConfigurer(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 interfacecom.ritense.valtimo.contract.security.config.HttpSecurityConfigurer
-