public static class OidcTenantConfig.Credentials extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OidcTenantConfig.Credentials.Jwt
Supports the client authentication methods which involve sending a signed JWT token.
|
static class |
OidcTenantConfig.Credentials.Secret
Supports the client authentication methods which involve sending a client secret.
|
| Modifier and Type | Field and Description |
|---|---|
OidcTenantConfig.Credentials.Secret |
clientSecret
Client secret which can be used for the 'client_secret_basic' (default) and 'client_secret_post'
and 'client_secret_jwt' authentication methods.
|
OidcTenantConfig.Credentials.Jwt |
jwt
Client JWT authentication methods
|
Optional<String> |
secret
Client secret which is used for a 'client_secret_basic' authentication method.
|
| Constructor and Description |
|---|
Credentials() |
| Modifier and Type | Method and Description |
|---|---|
OidcTenantConfig.Credentials.Secret |
getClientSecret() |
Optional<String> |
getSecret() |
void |
setClientSecret(OidcTenantConfig.Credentials.Secret clientSecret) |
void |
setSecret(String secret) |
@ConfigItem public Optional<String> secret
@ConfigItem public OidcTenantConfig.Credentials.Secret clientSecret
@ConfigItem public OidcTenantConfig.Credentials.Jwt jwt
public void setSecret(String secret)
public OidcTenantConfig.Credentials.Secret getClientSecret()
public void setClientSecret(OidcTenantConfig.Credentials.Secret clientSecret)
Copyright © 2020 JBoss by Red Hat. All rights reserved.