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