Class CsrfConfiguration
java.lang.Object
best.skn.security.configurations.CsrfConfiguration
CSRF configuration class for auto-configuring CSRF service
- Since:
- 2024-03-16
- Version:
- 1.3.1
- Author:
- SKN Shukhan
- Use Case:
- Spring Boot Reactive
- Dedicated To:
- Logno, Atoshi and My Parents
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) CsrfServiceConfiguration bean for CSRF service
-
Constructor Details
-
CsrfConfiguration
public CsrfConfiguration()
-
-
Method Details
-
csrfService
@Bean CsrfService csrfService() throws org.springframework.beans.factory.BeanCreationException, org.springframework.beans.BeanInstantiationException, NullPointerException, ExceptionConfiguration bean for CSRF service- Returns:
- a CsrfService object for auto-configuration
- Throws:
org.springframework.beans.factory.BeanCreationExceptionorg.springframework.beans.BeanInstantiationExceptionNullPointerExceptionException- Since:
- v1.0.0
-