Package | Description |
---|---|
io.vertx.rxjava.ext.web.handler |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<CSRFHandler> |
CSRFHandler.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static CSRFHandler |
CSRFHandler.create(String secret)
Instantiate a new CSRFHandlerImpl with a secret
|
static CSRFHandler |
CSRFHandler.newInstance(CSRFHandler arg) |
CSRFHandler |
CSRFHandler.setCookieName(String name)
Set the cookie name.
|
CSRFHandler |
CSRFHandler.setCookiePath(String path)
Set the cookie path.
|
CSRFHandler |
CSRFHandler.setHeaderName(String name)
Set the header name.
|
CSRFHandler |
CSRFHandler.setNagHttps(boolean nag)
Should the handler give warning messages if this handler is used in other than https protocols?
|
CSRFHandler |
CSRFHandler.setResponseBody(String responseBody)
Set the body returned by the handler when the XSRF token is missing or invalid.
|
CSRFHandler |
CSRFHandler.setTimeout(long timeout)
Set the timeout for tokens generated by the handler, by default it uses the default from the session handler.
|
Copyright © 2023 Eclipse. All rights reserved.