Package io.quarkus.oidc.common.runtime
Class OidcCommonConfig.Credentials.Secret
java.lang.Object
io.quarkus.oidc.common.runtime.OidcCommonConfig.Credentials.Secret
- Enclosing class:
OidcCommonConfig.Credentials
Supports the client authentication methods that involve sending a client secret.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionThe authentication method.The Secret CredentialsProvider.The client secret value. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()voidvoidsetSecretProvider(OidcCommonConfig.Credentials.Provider secretProvider) void
-
Field Details
-
value
The client secret value. This value is ignored if `credentials.secret` is set. Must be set unless a secret is set inOidcCommonConfig.Credentials.clientSecretorOidcCommonConfig.Credentials.jwtclient authentication is required. -
provider
The Secret CredentialsProvider. -
method
The authentication method. If the `clientSecret.value` secret is set, this method is `basic` by default.
-
-
Constructor Details
-
Secret
public Secret()
-
-
Method Details
-
getValue
-
setValue
-
getMethod
-
setMethod
-
getSecretProvider
-
setSecretProvider
-