Uses of Interface
io.helidon.security.providers.oidc.common.TenantConfig
-
Packages that use TenantConfig Package Description io.helidon.security.providers.oidc.common Open ID Connect (OIDC) classes usable from all OIDC related components.io.helidon.security.providers.oidc.common.spi Open ID Connect (OIDC) SPI interfaces. -
-
Uses of TenantConfig in io.helidon.security.providers.oidc.common
Classes in io.helidon.security.providers.oidc.common that implement TenantConfig Modifier and Type Class Description class
OidcConfig
Configuration of OIDC usable from all resources that utilize OIDC specification, such as security provider, web server extension and IDCS connectivity.Methods in io.helidon.security.providers.oidc.common that return TenantConfig Modifier and Type Method Description TenantConfig
TenantConfig.Builder. build()
TenantConfig
OidcConfig. tenantConfig(String tenantId)
ReturnTenantConfig
bound to the provided tenant id.TenantConfig
Tenant. tenantConfig()
Provided tenant configuration.Methods in io.helidon.security.providers.oidc.common with parameters of type TenantConfig Modifier and Type Method Description OidcConfig.Builder
OidcConfig.Builder. addTenantConfig(TenantConfig tenantConfig)
Add specificTenantConfig
instance.static Tenant
Tenant. create(OidcConfig oidcConfig, TenantConfig tenantConfig)
Create new instance and resolve all the metadata related values. -
Uses of TenantConfig in io.helidon.security.providers.oidc.common.spi
Methods in io.helidon.security.providers.oidc.common.spi that return types with arguments of type TenantConfig Modifier and Type Method Description Optional<TenantConfig>
TenantConfigFinder. config(String tenantId)
Open ID Configuration for this tenant.
-