Uses of Class
dev.hilla.auth.CsrfChecker
-
Packages that use CsrfChecker Package Description dev.hilla -
-
Uses of CsrfChecker in dev.hilla
Methods in dev.hilla that return CsrfChecker Modifier and Type Method Description CsrfCheckerEndpointControllerConfiguration. csrfChecker(javax.servlet.ServletContext servletContext)Registers a defaultCsrfCheckerbean instance.Constructors in dev.hilla with parameters of type CsrfChecker Constructor Description EndpointController(org.springframework.context.ApplicationContext context, EndpointRegistry endpointRegistry, EndpointInvoker endpointInvoker, CsrfChecker csrfChecker)A constructor used to initialize the controller.
-