Uses of Interface
io.helidon.security.providers.oidc.common.spi.TenantConfigFinder
-
Packages that use TenantConfigFinder 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 TenantConfigFinder in io.helidon.security.providers.oidc
Methods in io.helidon.security.providers.oidc with parameters of type TenantConfigFinder Modifier and Type Method Description OidcProvider.Builder
OidcProvider.Builder. addTenantConfigFinder(TenantConfigFinder configFinder)
Add specificTenantConfigFinder
implementation.OidcProvider.Builder
OidcProvider.Builder. addTenantConfigFinder(TenantConfigFinder configFinder, int priority)
Add specificTenantConfigFinder
implementation with specific priority.OidcSupport.Builder
OidcSupport.Builder. addTenantConfigFinder(TenantConfigFinder configFinder)
Add specificTenantConfigFinder
implementation.OidcSupport.Builder
OidcSupport.Builder. addTenantConfigFinder(TenantConfigFinder configFinder, int priority)
Add specificTenantConfigFinder
implementation with specific priority. -
Uses of TenantConfigFinder in io.helidon.security.providers.oidc.common.spi
Methods in io.helidon.security.providers.oidc.common.spi that return TenantConfigFinder Modifier and Type Method Description TenantConfigFinder
TenantConfigProvider. createTenantConfigFinder(Config config)
Create a tenant configuration API from Helidon config.
-