Interface ClientCredentialsConfig
- All Superinterfaces:
Prototype.Api
- All Known Implementing Classes:
ClientCredentialsConfig.BuilderBase.ClientCredentialsConfigImpl
Configuration of the OIDC client credentials flow.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Fluent API builder forClientCredentialsConfig
.static class
ClientCredentialsConfig.BuilderBase<BUILDER extends ClientCredentialsConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ClientCredentialsConfig> Fluent API builder base forClientCredentialsConfig
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Create a new fluent API builder to customize configuration.builder
(ClientCredentialsConfig instance) Create a new fluent API builder from an existing instance.static ClientCredentialsConfig
create()
Create a new instance with default values.static ClientCredentialsConfig
Deprecated.static ClientCredentialsConfig
Create a new instance from configuration.scope()
Scope used when obtaining access token in the client credentials flow.
-
Method Details
-
builder
Create a new fluent API builder to customize configuration.- Returns:
- a new builder
-
builder
Create a new fluent API builder from an existing instance.- Parameters:
instance
- an existing instance used as a base for the builder- Returns:
- a builder based on an instance
-
create
Create a new instance from configuration.- Parameters:
config
- used to configure the new instance- Returns:
- a new instance configured from configuration
-
create
Deprecated.Create a new instance from configuration.- Parameters:
config
- used to configure the new instance- Returns:
- a new instance configured from configuration
-
create
Create a new instance with default values.- Returns:
- a new instance
-
scope
Scope used when obtaining access token in the client credentials flow. It is required to set whenserver-type
is set toidcs
.- Returns:
- client credentials scope
-
create(io.helidon.config.Config)