Uses of Class
io.vertx.reactivex.ext.web.handler.APIKeyHandler
-
Packages that use APIKeyHandler Package Description io.vertx.reactivex.ext.web.handler -
-
Uses of APIKeyHandler in io.vertx.reactivex.ext.web.handler
Fields in io.vertx.reactivex.ext.web.handler with type parameters of type APIKeyHandler Modifier and Type Field Description static TypeArg<APIKeyHandler>APIKeyHandler. __TYPE_ARGMethods in io.vertx.reactivex.ext.web.handler that return APIKeyHandler Modifier and Type Method Description APIKeyHandlerAPIKeyHandler. cookie(String cookieName)Specify the source for the api key extraction as an HTTP cookie with the given name.static APIKeyHandlerAPIKeyHandler. create(AuthenticationProvider authProvider)Create an API Key authentication handlerAPIKeyHandlerAPIKeyHandler. header(String headerName)Specify the source for the api key extraction as an HTTP header with the given name.static APIKeyHandlerAPIKeyHandler. newInstance(APIKeyHandler arg)APIKeyHandlerAPIKeyHandler. parameter(String paramName)Specify the source for the api key extraction as an HTTP query parameter with the given name.
-