public static class OidcTenantConfig.Credentials.Jwt extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
lifespan
JWT life-span in seconds.
|
Optional<String> |
secret
client_secret_jwt: JWT which includes client id as one of its claims is signed by the client secret and is
submitted as a 'client_assertion' form parameter, while 'client_assertion_type' parameter is set to
"urn:ietf:params:oauth:client-assertion-type:jwt-bearer".
|
| Constructor and Description |
|---|
Jwt() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLifespan() |
Optional<String> |
getSecret() |
void |
setLifespan(int lifespan) |
void |
setSecret(String secret) |
@ConfigItem public Optional<String> secret
@ConfigItem(defaultValue="10") public int lifespan
Copyright © 2020 JBoss by Red Hat. All rights reserved.