| 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
Tenant configuration
|
| Modifier and Type | Field and Description |
|---|---|
Map<String,OidcTenantConfig> |
OidcConfig.namedTenants
Additional named tenants.
|
| Modifier and Type | Method and Description |
|---|---|
Function<OidcTenantConfig,TenantConfigContext> |
TenantConfigBean.getTenantConfigContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static QuarkusSecurityIdentity |
OidcUtils.validateAndCreateIdentity(io.vertx.ext.web.RoutingContext vertxContext,
io.quarkus.security.credential.TokenCredential credential,
OidcTenantConfig config,
io.vertx.core.json.JsonObject tokenJson,
io.vertx.core.json.JsonObject rolesJson,
io.vertx.core.json.JsonObject userInfo) |
| Constructor and Description |
|---|
TenantConfigContext(io.vertx.ext.auth.oauth2.OAuth2Auth auth,
OidcTenantConfig config) |
| Constructor and Description |
|---|
TenantConfigBean(Map<String,TenantConfigContext> staticTenantsConfig,
TenantConfigContext defaultTenant,
Function<OidcTenantConfig,TenantConfigContext> tenantConfigContextFactory) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.