Uses of Class
io.helidon.security.providers.oidc.reactive.OidcSupport.Builder
Packages that use OidcSupport.Builder
Package
Description
Integration with Open ID Connect providers for reactive server.
-
Uses of OidcSupport.Builder in io.helidon.security.providers.oidc.reactive
Methods in io.helidon.security.providers.oidc.reactive that return OidcSupport.BuilderModifier and TypeMethodDescriptionOidcSupport.Builder.addTenantConfigFinder(TenantConfigFinder configFinder) Add specificTenantConfigFinderimplementation.OidcSupport.Builder.addTenantConfigFinder(TenantConfigFinder configFinder, int priority) Add specificTenantConfigFinderimplementation with specific priority.static OidcSupport.BuilderOidcSupport.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.OidcSupport.Builder.config(OidcConfig config) Use the providedOidcConfigfor this builder.OidcSupport.Builder.discoverTenantConfigProviders(boolean discoverConfigProviders) Whether to allowTenantConfigProviderservice loader discovery.OidcSupport.Builder.enabled(boolean enabled) You can disable the OIDC support in case it should not be used.