Uses of Class
io.muserver.handlers.CSRFProtectionHandlerBuilder
-
Packages that use CSRFProtectionHandlerBuilder Package Description io.muserver.handlers Some pre-built handlers for common tasks such as file handling. -
-
Uses of CSRFProtectionHandlerBuilder in io.muserver.handlers
Methods in io.muserver.handlers that return CSRFProtectionHandlerBuilder Modifier and Type Method Description CSRFProtectionHandlerBuilder
CSRFProtectionHandlerBuilder. addBypassPath(java.lang.String path)
Adds a bypass path.CSRFProtectionHandlerBuilder
CSRFProtectionHandlerBuilder. addTrustedOrigin(java.lang.String origin)
Adds a trusted origin.static CSRFProtectionHandlerBuilder
CSRFProtectionHandlerBuilder. csrfProtection()
Creates a new builder.CSRFProtectionHandlerBuilder
CSRFProtectionHandlerBuilder. withRejectionHandler(MuHandler handler)
Sets a custom handler to execute when a request is rejected due to CSRF protection.
-