Uses of Interface
io.helidon.security.providers.oidc.common.TenantConfig
Packages that use TenantConfig
Package
Description
Open ID Connect (OIDC) classes usable from all OIDC related components.
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 TenantConfigModifier and TypeClassDescriptionfinal class
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 TenantConfigModifier and TypeMethodDescriptionTenantConfig.Builder.build()
OidcConfig.tenantConfig
(String tenantId) ReturnTenantConfig
bound to the provided tenant id.Tenant.tenantConfig()
Provided tenant configuration.Methods in io.helidon.security.providers.oidc.common with parameters of type TenantConfigModifier and TypeMethodDescriptionOidcConfig.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 TenantConfigModifier and TypeMethodDescriptionOpen ID Configuration for this tenant.