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 classOidcConfigConfiguration 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 TenantConfigTenantConfig.Builder. build()TenantConfigOidcConfig. tenantConfig(String tenantId)ReturnTenantConfigbound to the provided tenant id.TenantConfigTenant. tenantConfig()Provided tenant configuration.Methods in io.helidon.security.providers.oidc.common with parameters of type TenantConfig Modifier and Type Method Description OidcConfig.BuilderOidcConfig.Builder. addTenantConfig(TenantConfig tenantConfig)Add specificTenantConfiginstance.static TenantTenant. 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.
-