| Package | Description |
|---|---|
| io.apiman.gateway.engine.vertx.polling.fetchers.auth |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicAuth
Set BASIC auth credentials.
|
class |
KeycloakOAuth2
Authenticator for Keycloak OAuth2.
|
class |
NoneAuth
Default none auth.
|
class |
OAuth2 |
| Modifier and Type | Method and Description |
|---|---|
Authenticator |
OAuth2.authenticate(io.vertx.core.Vertx vertx,
Map<String,String> config,
io.vertx.core.MultiMap headerMap,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler) |
Authenticator |
NoneAuth.authenticate(io.vertx.core.Vertx vertx,
Map<String,String> config,
io.vertx.core.MultiMap headerMap,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler) |
Authenticator |
KeycloakOAuth2.authenticate(io.vertx.core.Vertx vertx,
Map<String,String> config,
io.vertx.core.MultiMap headerMap,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler) |
Authenticator |
BasicAuth.authenticate(io.vertx.core.Vertx vertx,
Map<String,String> config,
io.vertx.core.MultiMap headerMap,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler) |
Authenticator |
Authenticator.authenticate(io.vertx.core.Vertx vertx,
Map<String,String> config,
io.vertx.core.MultiMap headerMap,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler)
Authenticate the call.
|
Authenticator |
AuthType.getAuthenticator() |
Authenticator |
OAuth2.validateConfig(Map<String,String> config) |
Authenticator |
NoneAuth.validateConfig(Map<String,String> config) |
Authenticator |
KeycloakOAuth2.validateConfig(Map<String,String> config) |
Authenticator |
BasicAuth.validateConfig(Map<String,String> config) |
Authenticator |
Authenticator.validateConfig(Map<String,String> config)
Validate config.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.