public class JmxInformation
extends java.lang.Object
Constructor and Description |
---|
JmxInformation() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHostName() |
java.lang.String |
getJmxUrl() |
int |
getJndiPort() |
java.lang.String |
getRemoteAccessFile() |
java.lang.String |
getRemotePasswordFile() |
int |
getRmiPort() |
org.wso2.securevault.secret.SecretInformation |
getSecretInformation() |
boolean |
isAuthenticate() |
boolean |
isRemoteSSL() |
void |
setAuthenticate(boolean authenticate) |
void |
setHostName(java.lang.String host) |
void |
setJndiPort(int jndiPort) |
void |
setRemoteAccessFile(java.lang.String remoteAccessFile) |
void |
setRemotePasswordFile(java.lang.String remotePasswordFile) |
void |
setRemoteSSL(boolean remoteSSL) |
void |
setRmiPort(int rmiPort) |
void |
setSecretInformation(org.wso2.securevault.secret.SecretInformation secretInformation) |
void |
updateJMXUrl()
Builds the JMX URL depending on the existence of RMI port.
|
public org.wso2.securevault.secret.SecretInformation getSecretInformation()
public void setSecretInformation(org.wso2.securevault.secret.SecretInformation secretInformation)
public java.lang.String getHostName()
public void setHostName(java.lang.String host)
public int getRmiPort()
public void setRmiPort(int rmiPort)
public int getJndiPort()
public void setJndiPort(int jndiPort)
public boolean isAuthenticate()
public void setAuthenticate(boolean authenticate)
public java.lang.String getRemoteAccessFile()
public void setRemoteAccessFile(java.lang.String remoteAccessFile)
public java.lang.String getRemotePasswordFile()
public void setRemotePasswordFile(java.lang.String remotePasswordFile)
public boolean isRemoteSSL()
public void setRemoteSSL(boolean remoteSSL)
public void updateJMXUrl()
public java.lang.String getJmxUrl()
Copyright © 2005-2021 Apache Software Foundation. All Rights Reserved.