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(Vertx vertx,
String secret)
Instantiate a new CSRFHandlerImpl with a secret
|
static CSRFHandler |
CSRFHandler.newInstance(CSRFHandler arg) |
CSRFHandler |
CSRFHandler.setCookieHttpOnly(boolean httpOnly)
Set the cookie
httpOnly attribute. |
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.setOrigin(String origin)
Set the origin for this server.
|
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 © 2021 Eclipse. All rights reserved.