Package io.quarkus.oidc.common.runtime
Class OidcClientCommonConfig.Credentials
java.lang.Object
io.quarkus.oidc.common.runtime.OidcClientCommonConfig.Credentials
- All Implemented Interfaces:
OidcClientCommonConfig.Credentials
- Enclosing class:
- OidcClientCommonConfig
@Deprecated(since="3.18")
public static class OidcClientCommonConfig.Credentials
extends Object
implements OidcClientCommonConfig.Credentials
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.Supports the client authentication `client_secret_jwt` and `private_key_jwt` methods, which involves sending a JWT token assertion signed with a client secret or private key.static classDeprecated.CredentialsProvider, which provides a client secret.static classDeprecated.Supports the client authentication methods that involve sending a client secret. -
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.The client secret used by the `client_secret_basic` (default), `client_secret_post`, or `client_secret_jwt` authentication methods.Deprecated.Client JSON Web Token (JWT) authentication methodsDeprecated.The client secret used by the `client_secret_basic` authentication method. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.The client secret used by the `client_secret_basic` (default), `client_secret_post`, or `client_secret_jwt` authentication methods.Deprecated.getJwt()Deprecated.Deprecated.jwt()Deprecated.Client JSON Web Token (JWT) authentication methodssecret()Deprecated.The client secret used by the `client_secret_basic` authentication method.voidsetClientSecret(OidcClientCommonConfig.Credentials.Secret clientSecret) Deprecated.voidDeprecated.voidDeprecated.
-
Field Details
-
secret
Deprecated.The client secret used by the `client_secret_basic` authentication method. Must be set unless a secret is set inclientSecretorjwtclient authentication is required. You can use `client-secret.value` instead, but both properties are mutually exclusive. -
clientSecret
Deprecated.The client secret used by the `client_secret_basic` (default), `client_secret_post`, or `client_secret_jwt` authentication methods. Note that a `secret.value` property can be used instead to support the `client_secret_basic` method but both properties are mutually exclusive. -
jwt
Deprecated.Client JSON Web Token (JWT) authentication methods
-
-
Constructor Details
-
Credentials
public Credentials()Deprecated.
-
-
Method Details
-
getSecret
Deprecated. -
setSecret
Deprecated. -
getClientSecret
Deprecated. -
setClientSecret
Deprecated. -
getJwt
Deprecated. -
setJwt
Deprecated. -
secret
Deprecated.Description copied from interface:OidcClientCommonConfig.CredentialsThe client secret used by the `client_secret_basic` authentication method. Must be set unless a secret is set inOidcClientCommonConfig.Credentials.clientSecret()orOidcClientCommonConfig.Credentials.jwt()client authentication is required. You can use `client-secret.value` instead, but both properties are mutually exclusive.- Specified by:
secretin interfaceOidcClientCommonConfig.Credentials
-
clientSecret
Deprecated.Description copied from interface:OidcClientCommonConfig.CredentialsThe client secret used by the `client_secret_basic` (default), `client_secret_post`, or `client_secret_jwt` authentication methods. Note that a `secret.value` property can be used instead to support the `client_secret_basic` method but both properties are mutually exclusive.- Specified by:
clientSecretin interfaceOidcClientCommonConfig.Credentials
-
jwt
Deprecated.Description copied from interface:OidcClientCommonConfig.CredentialsClient JSON Web Token (JWT) authentication methods- Specified by:
jwtin interfaceOidcClientCommonConfig.Credentials
-
OidcClientCommonConfigBuilder.CredentialsBuilder