Class JmxInformation


  • public class JmxInformation
    extends Object
    • Constructor Detail

      • JmxInformation

        public JmxInformation()
    • Method Detail

      • getSecretInformation

        public org.wso2.securevault.secret.SecretInformation getSecretInformation()
      • setSecretInformation

        public void setSecretInformation​(org.wso2.securevault.secret.SecretInformation secretInformation)
      • getHostName

        public String getHostName()
      • setHostName

        public void setHostName​(String host)
      • getRmiPort

        public int getRmiPort()
      • setRmiPort

        public void setRmiPort​(int rmiPort)
      • getJndiPort

        public int getJndiPort()
      • setJndiPort

        public void setJndiPort​(int jndiPort)
      • isAuthenticate

        public boolean isAuthenticate()
      • setAuthenticate

        public void setAuthenticate​(boolean authenticate)
      • getRemoteAccessFile

        public String getRemoteAccessFile()
      • setRemoteAccessFile

        public void setRemoteAccessFile​(String remoteAccessFile)
      • getRemotePasswordFile

        public String getRemotePasswordFile()
      • setRemotePasswordFile

        public void setRemotePasswordFile​(String remotePasswordFile)
      • isRemoteSSL

        public boolean isRemoteSSL()
      • setRemoteSSL

        public void setRemoteSSL​(boolean remoteSSL)
      • updateJMXUrl

        public void updateJMXUrl()
        Builds the JMX URL depending on the existence of RMI port.
      • getJmxUrl

        public String getJmxUrl()