Uses of Interface
io.helidon.security.providers.oidc.common.spi.TenantConfigFinder
Package
Description
Integration with Open ID Connect providers.
Open ID Connect (OIDC) SPI interfaces.
-
Uses of TenantConfigFinder in io.helidon.security.providers.oidc
Modifier and TypeMethodDescriptionOidcFeature.Builder.addTenantConfigFinder
(TenantConfigFinder configFinder) Add specificTenantConfigFinder
implementation.OidcFeature.Builder.addTenantConfigFinder
(TenantConfigFinder configFinder, int priority) Add specificTenantConfigFinder
implementation with specific priority.OidcProvider.Builder.addTenantConfigFinder
(TenantConfigFinder configFinder) Add specificTenantConfigFinder
implementation.OidcProvider.Builder.addTenantConfigFinder
(TenantConfigFinder configFinder, int priority) Add specificTenantConfigFinder
implementation with specific priority. -
Uses of TenantConfigFinder in io.helidon.security.providers.oidc.common.spi
Modifier and TypeMethodDescriptionTenantConfigProvider.createTenantConfigFinder
(Config config) Create a tenant configuration API from Helidon config.