Package | Description |
---|---|
io.vertx.ext.web.handler | |
io.vertx.reactivex.ext.web.handler | |
io.vertx.rxjava.ext.web.handler | |
io.vertx.rxjava3.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(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.
|
Modifier and Type | Method and Description |
---|---|
APIKeyHandler |
APIKeyHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static APIKeyHandler |
APIKeyHandler.newInstance(APIKeyHandler arg) |
Constructor and Description |
---|
APIKeyHandler(APIKeyHandler delegate) |
Modifier and Type | Method and Description |
---|---|
APIKeyHandler |
APIKeyHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static APIKeyHandler |
APIKeyHandler.newInstance(APIKeyHandler arg) |
Constructor and Description |
---|
APIKeyHandler(APIKeyHandler delegate) |
Modifier and Type | Method and Description |
---|---|
APIKeyHandler |
APIKeyHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static APIKeyHandler |
APIKeyHandler.newInstance(APIKeyHandler arg) |
Constructor and Description |
---|
APIKeyHandler(APIKeyHandler delegate) |
Copyright © 2022 Eclipse. All rights reserved.