| Package | Description |
|---|---|
| org.thales.punch.libraries.utils.api | |
| org.thales.punch.platform.api |
To deal with configuration and administative tasks, the punchplatform relies on a carefully
well designed configuration service.
|
| org.thales.punch.platform.api.pojo |
The punch configuration files include many json object to define a kafka topic a ceph pool etc.
|
| org.thales.punch.platform.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
UtilHttpClient.setSecurityStores(JavaStoreSecurity securityStores) |
| Constructor and Description |
|---|
UtilHttpClient(org.apache.http.HttpHost host,
org.apache.http.Header[] headers,
JavaStoreSecurity securityStores) |
| Modifier and Type | Method and Description |
|---|---|
JavaStoreSecurity |
ApplicationEnv.getKafkaCredentials() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationEnv |
ApplicationEnv.setKafkaProperties(String kafkaTopic,
String kafkaBootstratUrl,
JavaStoreSecurity kafkaCredentials)
Add the optional and mandatory kafka related properties and return a ready to use
instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaCertSecurity
This class contains specific parameters for a component which uses at least certificates & credentials for auth
It could also use truststore if needed (i.e Elasticsearch)
|
| Modifier and Type | Method and Description |
|---|---|
static JavaStoreSecurity |
JavaStoreSecurity.createDefault() |
| Modifier and Type | Method and Description |
|---|---|
JavaStoreSecurity |
SecurityImpl.getGatewayCredentials(String clusterName) |
JavaStoreSecurity |
SecurityImpl.getKafkaCredentials(String clusterName) |
JavaStoreSecurity |
SecurityImpl.getZookeeperCredentials(String clusterName) |
Copyright © 2014–2023. All rights reserved.