public interface Authentication
| Modifier and Type | Method and Description |
|---|---|
void |
applyToParams(java.util.List<Pair> queryParams,
io.vertx.core.MultiMap headerParams,
io.vertx.core.MultiMap cookieParams)
Apply authentication settings to header and query params.
|
void applyToParams(java.util.List<Pair> queryParams, io.vertx.core.MultiMap headerParams, io.vertx.core.MultiMap cookieParams)
queryParams - List of query parametersheaderParams - Map of header parameterscookieParams - Map of cookie parameters