public class ApiKeyAuthHandler
extends io.vertx.ext.web.handler.impl.AuthHandlerImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
ApiKeyAuthHandler.Location |
| Modifier and Type | Field and Description |
|---|---|
static String |
API_KEY_NAME_PARAM |
static String |
API_KEY_VALUE_PARAM |
| Modifier and Type | Method and Description |
|---|---|
static io.vertx.ext.web.handler.AuthHandler |
create(io.vertx.ext.auth.AuthProvider authProvider,
ApiKeyAuthHandler.Location location,
String name) |
void |
parseCredentials(io.vertx.ext.web.RoutingContext context,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler) |
public static final String API_KEY_NAME_PARAM
public static final String API_KEY_VALUE_PARAM
public void parseCredentials(io.vertx.ext.web.RoutingContext context,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)
public static io.vertx.ext.web.handler.AuthHandler create(io.vertx.ext.auth.AuthProvider authProvider,
ApiKeyAuthHandler.Location location,
String name)
Copyright © 2018. All rights reserved.