public static class OidcTenantConfig.Credentials extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OidcTenantConfig.Credentials.Secret |
| Modifier and Type | Field and Description |
|---|---|
(package private) OidcTenantConfig.Credentials.Secret |
clientSecret
Client secret credentials which can be used for the 'client_secret_basic' (default)
and 'client_secret_post' authentication methods.
|
(package private) 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 Optional<String> secret
@ConfigItem OidcTenantConfig.Credentials.Secret clientSecret
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.