Package | Description |
---|---|
io.vertx.ext.web.handler |
Modifier and Type | Method and Description |
---|---|
APIKeyHandler |
APIKeyHandler.cookie(String cookieName)
Specify the source for the api key extraction as an HTTP cookie with the given name.
|
static APIKeyHandler |
APIKeyHandler.create(io.vertx.ext.auth.authentication.AuthenticationProvider authProvider)
Create an API Key authentication handler
|
APIKeyHandler |
APIKeyHandler.header(String headerName)
Specify the source for the api key extraction as an HTTP header with the given name.
|
APIKeyHandler |
APIKeyHandler.parameter(String paramName)
Specify the source for the api key extraction as an HTTP query parameter with the given name.
|
Copyright © 2021 Eclipse. All rights reserved.