public class JksConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
enabled
JKS config is disabled by default.
|
Optional<String> |
password
Password of the key file.
|
Optional<String> |
path
Path of the key file (JKS format).
|
| Constructor and Description |
|---|
JksConfiguration() |
@ConfigItem(name="<<parent>>", defaultValue="false") public boolean enabled
@ConfigItem public Optional<String> path
@ConfigItem public Optional<String> password
Copyright © 2020 JBoss by Red Hat. All rights reserved.