Uses of Interface
io.vertx.ext.web.handler.APIKeyHandler
-
Packages that use APIKeyHandler Package Description io.vertx.ext.web.handler -
-
Uses of APIKeyHandler in io.vertx.ext.web.handler
Methods in io.vertx.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.APIKeyHandlerAPIKeyHandler. parameter(String paramName)Specify the source for the api key extraction as an HTTP query parameter with the given name.APIKeyHandlerAPIKeyHandler. tokenExtractor(Function<String,Future<String>> tokenExtractor)Transform from user's token format to the AuthenticationHandler's format.
-