public class SslConfig extends AbstractConfig
| Modifier and Type | Field and Description |
|---|---|
static String |
CLIENT_KEY_CERT_CHAIN_PATH |
static String |
CLIENT_KEY_PASSWORD |
static String |
CLIENT_PRIVATE_KEY_PATH |
static String |
CLIENT_TRUST_CERT_COLLECTION_PATH |
static String |
SERVER_KEY_CERT_CHAIN_PATH |
static String |
SERVER_KEY_PASSWORD |
static String |
SERVER_PRIVATE_KEY_PATH |
static String |
SERVER_TRUST_CERT_COLLECTION_PATH |
| Constructor and Description |
|---|
SslConfig() |
SslConfig(ApplicationModel applicationModel) |
appendAttributes, appendAttributes, appendParameters, appendParameters, equals, getApplicationModel, getConfigMode, getId, getMetaData, getMetaData, getPluralTagName, getPrefixes, getScopeModel, getTagName, getTypePrefix, hashCode, isDefault, isNeedRefresh, isRefreshed, isValid, overrideWithConfig, refresh, setDefault, setId, setNeedRefresh, setScopeModel, toStringpublic static final String SERVER_KEY_CERT_CHAIN_PATH
public static final String SERVER_PRIVATE_KEY_PATH
public static final String SERVER_KEY_PASSWORD
public static final String SERVER_TRUST_CERT_COLLECTION_PATH
public static final String CLIENT_KEY_CERT_CHAIN_PATH
public static final String CLIENT_PRIVATE_KEY_PATH
public static final String CLIENT_KEY_PASSWORD
public static final String CLIENT_TRUST_CERT_COLLECTION_PATH
public SslConfig()
public SslConfig(ApplicationModel applicationModel)
@Parameter(key="server-key-cert-chain-path") public String getServerKeyCertChainPath()
public void setServerKeyCertChainPath(String serverKeyCertChainPath)
@Parameter(key="server-private-key-path") public String getServerPrivateKeyPath()
public void setServerPrivateKeyPath(String serverPrivateKeyPath)
@Parameter(key="server-key-password") public String getServerKeyPassword()
public void setServerKeyPassword(String serverKeyPassword)
@Parameter(key="server-trust-cert-collection-path") public String getServerTrustCertCollectionPath()
public void setServerTrustCertCollectionPath(String serverTrustCertCollectionPath)
@Parameter(key="client-key-cert-chain-path") public String getClientKeyCertChainPath()
public void setClientKeyCertChainPath(String clientKeyCertChainPath)
@Parameter(key="client-private-key-path") public String getClientPrivateKeyPath()
public void setClientPrivateKeyPath(String clientPrivateKeyPath)
@Parameter(key="client-key-password") public String getClientKeyPassword()
public void setClientKeyPassword(String clientKeyPassword)
@Parameter(key="client-trust-cert-collection-path") public String getClientTrustCertCollectionPath()
public void setClientTrustCertCollectionPath(String clientTrustCertCollectionPath)
public String getCaAddress()
public void setCaAddress(String caAddress)
public String getEnvType()
public void setEnvType(String envType)
public String getCaCertPath()
public void setCaCertPath(String caCertPath)
public String getOidcTokenPath()
public void setOidcTokenPath(String oidcTokenPath)
public InputStream getServerKeyCertChainPathStream() throws IOException
IOExceptionpublic void setServerKeyCertChainPathStream(InputStream serverKeyCertChainPathStream)
public InputStream getServerPrivateKeyPathStream() throws IOException
IOExceptionpublic void setServerPrivateKeyPathStream(InputStream serverPrivateKeyPathStream)
public InputStream getServerTrustCertCollectionPathStream() throws IOException
IOExceptionpublic void setServerTrustCertCollectionPathStream(InputStream serverTrustCertCollectionPathStream)
public InputStream getClientKeyCertChainPathStream() throws IOException
IOExceptionpublic void setClientKeyCertChainPathStream(InputStream clientKeyCertChainPathStream)
public InputStream getClientPrivateKeyPathStream() throws IOException
IOExceptionpublic void setClientPrivateKeyPathStream(InputStream clientPrivateKeyPathStream)
public InputStream getClientTrustCertCollectionPathStream() throws IOException
IOExceptionpublic void setClientTrustCertCollectionPathStream(InputStream clientTrustCertCollectionPathStream)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.