| Package | Description |
|---|---|
| io.quarkus.oidc | |
| io.quarkus.oidc.runtime |
| Modifier and Type | Method and Description |
|---|---|
OidcTenantConfig |
TenantConfigResolver.resolve(io.vertx.ext.web.RoutingContext context)
Returns a
OidcTenantConfig given a RoutingContext. |
| Modifier and Type | Field and Description |
|---|---|
OidcTenantConfig |
OidcConfig.defaultTenant
The default tenant.
|
(package private) OidcTenantConfig |
TenantConfigContext.oidcConfig |
| Modifier and Type | Field and Description |
|---|---|
Map<String,OidcTenantConfig> |
OidcConfig.namedTenants
Additional named tenants.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
DefaultTenantConfigResolver.setTenantConfigContextFactory(Function<OidcTenantConfig,TenantConfigContext> tenantConfigContextFactory) |
| Constructor and Description |
|---|
TenantConfigContext(io.vertx.ext.auth.oauth2.OAuth2Auth auth,
OidcTenantConfig config) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.