public static class OidcCommonConfig.Credentials.Secret extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OidcCommonConfig.Credentials.Secret.Method |
| Modifier and Type | Field and Description |
|---|---|
Optional<OidcCommonConfig.Credentials.Secret.Method> |
method
Authentication method.
|
Optional<String> |
value
The client secret
|
| Constructor and Description |
|---|
Secret() |
| Modifier and Type | Method and Description |
|---|---|
Optional<OidcCommonConfig.Credentials.Secret.Method> |
getMethod() |
Optional<String> |
getValue() |
void |
setMethod(OidcCommonConfig.Credentials.Secret.Method method) |
void |
setValue(String value) |
@ConfigItem public Optional<String> value
@ConfigItem public Optional<OidcCommonConfig.Credentials.Secret.Method> method
public void setValue(String value)
public Optional<OidcCommonConfig.Credentials.Secret.Method> getMethod()
public void setMethod(OidcCommonConfig.Credentials.Secret.Method method)
Copyright © 2021 JBoss by Red Hat. All rights reserved.