| Package | Description |
|---|---|
| io.quarkus.oidc.runtime |
| Modifier and Type | Method and Description |
|---|---|
TenantConfigContext |
TenantConfigBean.getDefaultTenant() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,TenantConfigContext> |
TenantConfigBean.getDynamicTenantsConfig() |
Map<String,TenantConfigContext> |
TenantConfigBean.getStaticTenantsConfig() |
Function<OidcTenantConfig,io.smallrye.mutiny.Uni<TenantConfigContext>> |
TenantConfigBean.getTenantConfigContextFactory() |
(package private) io.smallrye.mutiny.Uni<TenantConfigContext> |
DefaultTenantConfigResolver.resolveContext(io.vertx.ext.web.RoutingContext context) |
| Modifier and Type | Method and Description |
|---|---|
io.smallrye.mutiny.Uni<ChallengeData> |
CodeAuthenticationMechanism.getChallengeInternal(io.vertx.ext.web.RoutingContext context,
TenantConfigContext configContext) |
| Constructor and Description |
|---|
TenantConfigBean(Map<String,TenantConfigContext> staticTenantsConfig,
Map<String,TenantConfigContext> dynamicTenantsConfig,
TenantConfigContext defaultTenant,
Function<OidcTenantConfig,io.smallrye.mutiny.Uni<TenantConfigContext>> tenantConfigContextFactory,
Executor blockingExecutor) |
| Constructor and Description |
|---|
TenantConfigBean(Map<String,TenantConfigContext> staticTenantsConfig,
Map<String,TenantConfigContext> dynamicTenantsConfig,
TenantConfigContext defaultTenant,
Function<OidcTenantConfig,io.smallrye.mutiny.Uni<TenantConfigContext>> tenantConfigContextFactory,
Executor blockingExecutor) |
TenantConfigBean(Map<String,TenantConfigContext> staticTenantsConfig,
Map<String,TenantConfigContext> dynamicTenantsConfig,
TenantConfigContext defaultTenant,
Function<OidcTenantConfig,io.smallrye.mutiny.Uni<TenantConfigContext>> tenantConfigContextFactory,
Executor blockingExecutor) |
TenantConfigBean(Map<String,TenantConfigContext> staticTenantsConfig,
Map<String,TenantConfigContext> dynamicTenantsConfig,
TenantConfigContext defaultTenant,
Function<OidcTenantConfig,io.smallrye.mutiny.Uni<TenantConfigContext>> tenantConfigContextFactory,
Executor blockingExecutor) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.