public interface TenantConfigResolver
A tenant resolver is responsible for resolving the OidcTenantConfig for tenants, dynamically.
Instead of implementing a TenantResolver that maps the tenant configuration based on an identifier and its
corresponding entry in the application configuration file, beans implementing this interface can dynamically construct the
tenant configuration without having to define each tenant in the application configuration file.
| Modifier and Type | Method and Description |
|---|---|
OidcTenantConfig |
resolve(io.vertx.ext.web.RoutingContext context)
Returns a
OidcTenantConfig given a RoutingContext. |
OidcTenantConfig resolve(io.vertx.ext.web.RoutingContext context)
OidcTenantConfig given a RoutingContext.context - the routing contextnull, indicates that the default configuration/tenant should be chosenCopyright © 2021 JBoss by Red Hat. All rights reserved.