Uses of Interface
io.apiman.gateway.engine.vertx.polling.fetchers.auth.Authenticator
-
Packages that use Authenticator Package Description io.apiman.gateway.engine.vertx.polling.fetchers.auth -
-
Uses of Authenticator in io.apiman.gateway.engine.vertx.polling.fetchers.auth
Classes in io.apiman.gateway.engine.vertx.polling.fetchers.auth that implement Authenticator Modifier and Type Class Description classBasicAuthSet BASIC auth credentials.classKeycloakOAuth2Authenticator for Keycloak OAuth2.classNoneAuthDefault none auth.classOAuth2Methods in io.apiman.gateway.engine.vertx.polling.fetchers.auth that return Authenticator Modifier and Type Method Description AuthenticatorAuthenticator. 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.AuthenticatorBasicAuth. 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)AuthenticatorKeycloakOAuth2. 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)AuthenticatorNoneAuth. 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)AuthenticatorOAuth2. 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)AuthenticatorAuthType. getAuthenticator()AuthenticatorAuthenticator. validateConfig(Map<String,String> config)Validate config.AuthenticatorBasicAuth. validateConfig(Map<String,String> config)AuthenticatorKeycloakOAuth2. validateConfig(Map<String,String> config)AuthenticatorNoneAuth. validateConfig(Map<String,String> config)AuthenticatorOAuth2. validateConfig(Map<String,String> config)
-