Uses of Interface
io.vertx.ext.web.handler.CSRFHandler
-
Packages that use CSRFHandler Package Description io.vertx.ext.web.handler io.vertx.reactivex.ext.web.handler io.vertx.rxjava3.ext.web.handler -
-
Uses of CSRFHandler in io.vertx.ext.web.handler
Methods in io.vertx.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 secretCSRFHandler
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. -
Uses of CSRFHandler in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler that return CSRFHandler Modifier and Type Method Description CSRFHandler
CSRFHandler. getDelegate()
Methods in io.vertx.reactivex.ext.web.handler with parameters of type CSRFHandler Modifier and Type Method Description static CSRFHandler
CSRFHandler. newInstance(CSRFHandler arg)
Constructors in io.vertx.reactivex.ext.web.handler with parameters of type CSRFHandler Constructor Description CSRFHandler(CSRFHandler delegate)
-
Uses of CSRFHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return CSRFHandler Modifier and Type Method Description CSRFHandler
CSRFHandler. getDelegate()
Methods in io.vertx.rxjava3.ext.web.handler with parameters of type CSRFHandler Modifier and Type Method Description static CSRFHandler
CSRFHandler. newInstance(CSRFHandler arg)
Constructors in io.vertx.rxjava3.ext.web.handler with parameters of type CSRFHandler Constructor Description CSRFHandler(CSRFHandler delegate)
-