Uses of Interface
io.helidon.security.providers.oidc.common.spi.TenantIdFinder
Package
Description
Integration with Open ID Connect providers.
Open ID Connect (OIDC) SPI interfaces.
-
Uses of TenantIdFinder in io.helidon.security.providers.oidc
Modifier and TypeMethodDescriptionOidcProvider.Builder.addTenantConfigFinder
(TenantIdFinder idFinder) Add specificTenantIdFinder
implementation.OidcProvider.Builder.addTenantConfigFinder
(TenantIdFinder idFinder, int priority) Add specificTenantIdFinder
implementation with specific priority. -
Uses of TenantIdFinder in io.helidon.security.providers.oidc.common.spi
Modifier and TypeMethodDescriptionTenantIdProvider.createTenantIdFinder
(Config config) Create a tenant ID finder API from Helidon config.