Uses of Class
io.vertx.reactivex.ext.web.handler.CSRFHandler
Packages that use CSRFHandler
-
Uses of CSRFHandler in io.vertx.reactivex.ext.web.handler
Fields in io.vertx.reactivex.ext.web.handler with type parameters of type CSRFHandlerModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<CSRFHandler> CSRFHandler.__TYPE_ARGMethods in io.vertx.reactivex.ext.web.handler that return CSRFHandlerModifier and TypeMethodDescriptionstatic CSRFHandlerInstantiate a new CSRFHandlerImpl with a secretstatic CSRFHandlerCSRFHandler.newInstance(CSRFHandler arg) CSRFHandler.setCookieHttpOnly(boolean httpOnly) Set the cookiehttpOnlyattribute.CSRFHandler.setCookieName(String name) Set the cookie name.CSRFHandler.setCookiePath(String path) Set the cookie path.CSRFHandler.setCookieSecure(boolean secure) Sets the cookiesecureflag.CSRFHandler.setHeaderName(String name) Set the header name.CSRFHandler.setNagHttps(boolean nag) Should the handler give warning messages if this handler is used in other than https protocols?Set the origin for this server.CSRFHandler.setTimeout(long timeout) Set the timeout for tokens generated by the handler, by default it uses the default from the session handler.