Package io.quarkus.oidc.runtime
Class TenantConfigBean
java.lang.Object
io.quarkus.oidc.runtime.TenantConfigBean
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionTenantConfigBean(io.vertx.core.Vertx vertx, io.quarkus.tls.TlsConfigurationRegistry tlsConfigurationRegistry, OidcImpl oidc, boolean securityEventsEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<TenantConfigContext>createDynamicTenantContext(OidcTenantConfig oidcConfig) getDynamicTenant(String tenantId) getStaticTenant(String tenantId)
-
Constructor Details
-
TenantConfigBean
TenantConfigBean(io.vertx.core.Vertx vertx, io.quarkus.tls.TlsConfigurationRegistry tlsConfigurationRegistry, OidcImpl oidc, boolean securityEventsEnabled)
-
-
Method Details
-
createDynamicTenantContext
public io.smallrye.mutiny.Uni<TenantConfigContext> createDynamicTenantContext(OidcTenantConfig oidcConfig) -
getStaticTenantsConfig
-
getStaticTenant
-
getDefaultTenant
-
getDynamicTenant
-