Uses of Class
io.quarkus.oidc.runtime.TenantConfigBean
-
Packages that use TenantConfigBean Package Description io.quarkus.oidc.runtime -
-
Uses of TenantConfigBean in io.quarkus.oidc.runtime
Fields in io.quarkus.oidc.runtime declared as TenantConfigBean Modifier and Type Field Description (package private) TenantConfigBeanOidcConfigurationMetadataProducer. tenantConfig(package private) TenantConfigBeanDefaultTenantConfigResolver. tenantConfigBeanMethods in io.quarkus.oidc.runtime that return types with arguments of type TenantConfigBean Modifier and Type Method Description Supplier<TenantConfigBean>OidcRecorder. setup(OidcConfig config, Supplier<io.vertx.core.Vertx> vertx, TlsConfig tlsConfig)Methods in io.quarkus.oidc.runtime with parameters of type TenantConfigBean Modifier and Type Method Description voidTenantConfigBean.Destroyer. destroy(TenantConfigBean instance, javax.enterprise.context.spi.CreationalContext<TenantConfigBean> creationalContext, Map<String,Object> params)Method parameters in io.quarkus.oidc.runtime with type arguments of type TenantConfigBean Modifier and Type Method Description voidTenantConfigBean.Destroyer. destroy(TenantConfigBean instance, javax.enterprise.context.spi.CreationalContext<TenantConfigBean> creationalContext, Map<String,Object> params)
-