Uses of Class
io.vertx.reactivex.ext.web.handler.CSRFHandler
-
Packages that use CSRFHandler Package Description io.vertx.reactivex.ext.web.handler -
-
Uses of CSRFHandler in io.vertx.reactivex.ext.web.handler
Fields in io.vertx.reactivex.ext.web.handler with type parameters of type CSRFHandler Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<CSRFHandler>
CSRFHandler. __TYPE_ARG
Methods in io.vertx.reactivex.ext.web.handler that return CSRFHandler Modifier and Type Method Description static CSRFHandler
CSRFHandler. create(Vertx vertx, String secret)
Instantiate a new CSRFHandlerImpl with a secretstatic CSRFHandler
CSRFHandler. newInstance(CSRFHandler arg)
CSRFHandler
CSRFHandler. setCookieHttpOnly(boolean httpOnly)
Set the cookiehttpOnly
attribute.CSRFHandler
CSRFHandler. setCookieName(String name)
Set the cookie name.CSRFHandler
CSRFHandler. setCookiePath(String path)
Set the cookie path.CSRFHandler
CSRFHandler. setCookieSecure(boolean secure)
Sets the cookiesecure
flag.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.
-