| Package | Description |
|---|---|
| io.quarkus.oidc.runtime |
| Modifier and Type | Method and Description |
|---|---|
TenantConfigContext |
TenantConfigBean.getDefaultTenant() |
(package private) TenantConfigContext |
DefaultTenantConfigResolver.resolve(io.vertx.ext.web.RoutingContext context,
boolean create)
Resolve TenantConfigContext which contains the tenant configuration and
the active OIDC connection instance which may be null.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,TenantConfigContext> |
TenantConfigBean.getStaticTenantsConfig() |
Function<OidcTenantConfig,TenantConfigContext> |
TenantConfigBean.getTenantConfigContextFactory() |
| Constructor and Description |
|---|
TenantConfigBean(Map<String,TenantConfigContext> staticTenantsConfig,
TenantConfigContext defaultTenant,
Function<OidcTenantConfig,TenantConfigContext> tenantConfigContextFactory) |
| Constructor and Description |
|---|
TenantConfigBean(Map<String,TenantConfigContext> staticTenantsConfig,
TenantConfigContext defaultTenant,
Function<OidcTenantConfig,TenantConfigContext> tenantConfigContextFactory) |
TenantConfigBean(Map<String,TenantConfigContext> staticTenantsConfig,
TenantConfigContext defaultTenant,
Function<OidcTenantConfig,TenantConfigContext> tenantConfigContextFactory) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.