Interface GatewayPropertiesLoader
-
- All Known Implementing Classes:
CloudHubPropertiesLoader
public interface GatewayPropertiesLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEnvType()Optional<String>getKeyStorePassword()Optional<String>getKeyStoreType()StringgetMasterOrgId()Optional<String>getTrustStorePassword()Optional<String>getTrustStoreType()StringrebuildDataGraph()Optional<byte[]>rebuildKeyStore()Optional<byte[]>rebuildTrustStore()Map<String,String>retrieveSecrets(String sourceId)
-