Uses of Class
io.helidon.security.providers.oidc.OidcFeature.Builder
-
Uses of OidcFeature.Builder 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.static OidcFeature.Builder
OidcFeature.builder()
A new builder instance to configure OIDC support.Config located at the provider's key to readOidcConfig
.Config located either at the configuration root, or at the provider node.OidcFeature.Builder.config
(OidcConfig config) Use the providedOidcConfig
for this builder.OidcFeature.Builder.discoverTenantConfigProviders
(boolean discoverConfigProviders) Whether to allowTenantConfigProvider
service loader discovery.OidcFeature.Builder.enabled
(boolean enabled) You can disable the OIDC support in case it should not be used.