Class CustomTenantConfigResolver
- java.lang.Object
-
- io.apicurio.registry.services.tenant.CustomTenantConfigResolver
-
- All Implemented Interfaces:
io.quarkus.oidc.TenantConfigResolver
@ApplicationScoped public class CustomTenantConfigResolver extends Object implements io.quarkus.oidc.TenantConfigResolver
This class provides the logic to configure the authentication layer with the tenant configuration for an incoming http request.- Author:
- Carles Arnal, Fabian Martinez
-
-
Field Summary
Fields Modifier and Type Field Description protected org.slf4j.Logger
log
-
Constructor Summary
Constructors Constructor Description CustomTenantConfigResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.quarkus.oidc.OidcTenantConfig
resolve(io.vertx.ext.web.RoutingContext context)
-