Uses of Interface
io.helidon.security.providers.oidc.common.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
Modifier and TypeClassDescriptionfinal class
Configuration of OIDC usable from all resources that utilize OIDC specification, such as security provider, web server extension and IDCS connectivity.Modifier and TypeMethodDescriptionTenantConfig.Builder.build()
OidcConfig.tenantConfig
(String tenantId) ReturnTenantConfig
bound to the provided tenant id.Tenant.tenantConfig()
Provided tenant configuration.Modifier 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
Modifier and TypeMethodDescriptionOpen ID Configuration for this tenant.