Uses of Class
io.helidon.security.providers.oidc.OidcFeature.Builder
Packages that use OidcFeature.Builder
-
Uses of OidcFeature.Builder in io.helidon.security.providers.oidc
Methods in io.helidon.security.providers.oidc that return OidcFeature.BuilderModifier and TypeMethodDescriptionOidcFeature.Builder.addTenantConfigFinder(TenantConfigFinder configFinder) Add specificTenantConfigFinderimplementation.OidcFeature.Builder.addTenantConfigFinder(TenantConfigFinder configFinder, int priority) Add specificTenantConfigFinderimplementation with specific priority.static OidcFeature.BuilderOidcFeature.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 providedOidcConfigfor this builder.OidcFeature.Builder.discoverTenantConfigProviders(boolean discoverConfigProviders) Whether to allowTenantConfigProviderservice loader discovery.OidcFeature.Builder.enabled(boolean enabled) You can disable the OIDC support in case it should not be used.