@ConfigRoot(name="oauth2",
phase=RUN_TIME)
public class OAuth2RuntimeConfig
extends Object
| Modifier and Type | Field and Description |
|---|---|
Optional<String> |
caCertFile
The OAuth2 server certificate file.
|
Optional<String> |
clientId
The OAuth2 client id used to validate the token.
|
Optional<String> |
clientSecret
The OAuth2 client secret used to validate the token.
|
Optional<String> |
introspectionUrl
The OAuth2 introspection endpoint URL used to validate the token and gather the authentication claims.
|
| Constructor and Description |
|---|
OAuth2RuntimeConfig() |
@ConfigItem public Optional<String> clientId
@ConfigItem public Optional<String> clientSecret
@ConfigItem public Optional<String> introspectionUrl
@ConfigItem public Optional<String> caCertFile
Copyright © 2021 JBoss by Red Hat. All rights reserved.