public class JmxmpSslSupport
extends java.lang.Object
Constructor and Description |
---|
JmxmpSslSupport(JmxSupport jmxSupport) |
Modifier and Type | Method and Description |
---|---|
void |
applyAgentJmxJavaSystemProperties(MutableMap.Builder<java.lang.String,java.lang.Object> result) |
FluentKeySigner |
getBrooklynRootSigner() |
java.security.cert.Certificate |
getJmxAccessCert() |
java.security.PrivateKey |
getJmxAccessKey() |
java.lang.String |
getJmxSslKeyStoreFilePath() |
java.lang.String |
getJmxSslTrustStoreFilePath() |
void |
install()
builds remote keystores, stores config keys/certs, and copies necessary files across
|
public JmxmpSslSupport(JmxSupport jmxSupport)
public java.lang.String getJmxSslKeyStoreFilePath()
public java.lang.String getJmxSslTrustStoreFilePath()
public void applyAgentJmxJavaSystemProperties(MutableMap.Builder<java.lang.String,java.lang.Object> result)
public FluentKeySigner getBrooklynRootSigner()
public void install()
public java.security.cert.Certificate getJmxAccessCert()
public java.security.PrivateKey getJmxAccessKey()