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.BuilderOidcProvider.Builder. addTenantConfigFinder(TenantIdFinder idFinder)Add specificTenantIdFinderimplementation.OidcProvider.BuilderOidcProvider.Builder. addTenantConfigFinder(TenantIdFinder idFinder, int priority)Add specificTenantIdFinderimplementation 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 TenantIdFinderTenantIdProvider. createTenantIdFinder(Config config)Create a tenant ID finder API from Helidon config.
-