Uses of Class
io.helidon.security.providers.oidc.OidcSupport.Builder
Packages that use OidcSupport.Builder
-
Uses of OidcSupport.Builder in io.helidon.security.providers.oidc
Methods in io.helidon.security.providers.oidc that return OidcSupport.BuilderModifier and TypeMethodDescriptionstatic 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.enabled(boolean enabled) You can disable the OIDC support in case it should not be used.