public class HashiCorpVaultSslProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
enabledCipherSuites |
private String |
enabledProtocols |
private String |
keyStore |
private String |
keyStorePassword |
private String |
keyStoreType |
private String |
trustStore |
private String |
trustStorePassword |
private String |
trustStoreType |
| Constructor and Description |
|---|
HashiCorpVaultSslProperties(String keyStore,
String keyStoreType,
String keyStorePassword,
String trustStore,
String trustStoreType,
String trustStorePassword,
String enabledCipherSuites,
String enabledProtocols) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEnabledCipherSuites() |
String |
getEnabledProtocols() |
String |
getKeyStore() |
String |
getKeyStorePassword() |
String |
getKeyStoreType() |
String |
getTrustStore() |
String |
getTrustStorePassword() |
String |
getTrustStoreType() |
private final String keyStore
private final String keyStoreType
private final String keyStorePassword
private final String trustStore
private final String trustStoreType
private final String trustStorePassword
private final String enabledCipherSuites
private final String enabledProtocols
public String getKeyStore()
public String getKeyStoreType()
public String getKeyStorePassword()
public String getTrustStore()
public String getTrustStoreType()
public String getTrustStorePassword()
public String getEnabledCipherSuites()
public String getEnabledProtocols()
Copyright © 2022 Apache NiFi Project. All rights reserved.