@Deprecated public class JmxRemoteLifecycleListener extends SSLHostConfig implements LifecycleListener
| Modifier and Type | Class and Description |
|---|---|
static class |
JmxRemoteLifecycleListener.RmiClientLocalhostSocketFactory
Deprecated.
|
static class |
JmxRemoteLifecycleListener.RmiServerBindSocketFactory
Deprecated.
|
static class |
JmxRemoteLifecycleListener.SslRmiServerBindSocketFactory
Deprecated.
|
SSLHostConfig.CertificateVerification, SSLHostConfig.Type| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
accessFile
Deprecated.
|
protected boolean |
authenticate
Deprecated.
|
protected javax.management.remote.JMXConnectorServer |
csPlatform
Deprecated.
|
protected java.lang.String |
loginModuleName
Deprecated.
|
protected java.lang.String |
passwordFile
Deprecated.
|
protected java.lang.String |
rmiBindAddress
Deprecated.
|
protected int |
rmiRegistryPortPlatform
Deprecated.
|
protected boolean |
rmiRegistrySSL
Deprecated.
|
protected int |
rmiServerPortPlatform
Deprecated.
|
protected boolean |
rmiServerSSL
Deprecated.
|
protected static StringManager |
sm
Deprecated.
|
protected boolean |
useLocalPorts
Deprecated.
|
DEFAULT_SSL_HOST_NAME, DEFAULT_TLS_CIPHERS, SSL_PROTO_ALL_SET| Constructor and Description |
|---|
JmxRemoteLifecycleListener()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccessFile()
Deprecated.
|
java.lang.String |
getLoginModuleName()
Deprecated.
|
java.lang.String |
getPasswordFile()
Deprecated.
|
java.lang.String |
getRmiBindAddress()
Deprecated.
Get the inet address on which the Platform RMI server is exported.
|
int |
getRmiRegistryPortPlatform()
Deprecated.
Get the port on which the Platform RMI registry is exported.
|
int |
getRmiServerPortPlatform()
Deprecated.
Get the port on which the Platform RMI server is exported.
|
boolean |
getUseLocalPorts()
Deprecated.
Get the flag that indicates that local ports should be used for all
connections.
|
protected void |
init()
Deprecated.
|
boolean |
isAuthenticate()
Deprecated.
|
boolean |
isRmiRegistrySSL()
Deprecated.
|
boolean |
isRmiServerSSL()
Deprecated.
|
void |
lifecycleEvent(LifecycleEvent event)
Deprecated.
Acknowledge the occurrence of the specified event.
|
void |
setAccessFile(java.lang.String accessFile)
Deprecated.
|
void |
setAuthenticate(boolean authenticate)
Deprecated.
|
void |
setLoginModuleName(java.lang.String loginModuleName)
Deprecated.
|
void |
setPasswordFile(java.lang.String passwordFile)
Deprecated.
|
void |
setRmiBindAddress(java.lang.String theRmiBindAddress)
Deprecated.
Set the inet address on which the Platform RMI server is exported.
|
void |
setRmiRegistryPortPlatform(int theRmiRegistryPortPlatform)
Deprecated.
Set the port on which the Platform RMI registry is exported.
|
void |
setRmiRegistrySSL(boolean rmiRegistrySSL)
Deprecated.
|
void |
setRmiServerPortPlatform(int theRmiServerPortPlatform)
Deprecated.
Set the port on which the Platform RMI server is exported.
|
void |
setRmiServerSSL(boolean rmiServerSSL)
Deprecated.
|
void |
setUseLocalPorts(boolean useLocalPorts)
Deprecated.
Set the flag that indicates that local ports should be used for all
connections.
|
addCertificate, adjustRelativePath, certificatesExpiringBefore, getCaCertificateFile, getCaCertificatePath, getCertificateChainFile, getCertificateFile, getCertificateKeyAlias, getCertificateKeyFile, getCertificateKeyPassword, getCertificateKeyPasswordFile, getCertificateKeystoreFile, getCertificateKeystorePassword, getCertificateKeystorePasswordFile, getCertificateKeystoreProvider, getCertificateKeystoreType, getCertificateRevocationListFile, getCertificateRevocationListPath, getCertificates, getCertificates, getCertificateVerification, getCertificateVerificationAsString, getCertificateVerificationDepth, getCipherList, getCiphers, getConfigType, getDisableCompression, getDisableSessionTickets, getEnabledCiphers, getEnabledProtocols, getHonorCipherOrder, getHostName, getInsecureRenegotiation, getJsseCipherNames, getKeyManagerAlgorithm, getObjectName, getOpenSslConf, getOpenSslConfContext, getOpenSslContext, getProtocols, getRevocationEnabled, getSessionCacheSize, getSessionTimeout, getSslProtocol, getTrustManagerClassName, getTruststore, getTruststoreAlgorithm, getTruststoreFile, getTruststorePassword, getTruststoreProvider, getTruststoreType, isCertificateVerificationDepthConfigured, isTls13RenegotiationAvailable, setCaCertificateFile, setCaCertificatePath, setCertificateChainFile, setCertificateFile, setCertificateKeyAlias, setCertificateKeyFile, setCertificateKeyPassword, setCertificateKeyPasswordFile, setCertificateKeystoreFile, setCertificateKeystorePassword, setCertificateKeystorePasswordFile, setCertificateKeystoreProvider, setCertificateKeystoreType, setCertificateRevocationListFile, setCertificateRevocationListPath, setCertificateVerification, setCertificateVerificationAsString, setCertificateVerificationDepth, setCiphers, setDisableCompression, setDisableSessionTickets, setEnabledCiphers, setEnabledProtocols, setHonorCipherOrder, setHostName, setInsecureRenegotiation, setKeyManagerAlgorithm, setObjectName, setOpenSslConf, setOpenSslConfContext, setOpenSslContext, setProtocols, setRevocationEnabled, setSessionCacheSize, setSessionTimeout, setSslProtocol, setTls13RenegotiationAvailable, setTrustManagerClassName, setTrustStore, setTruststoreAlgorithm, setTruststoreFile, setTruststorePassword, setTruststoreProvider, setTruststoreTypeprotected static final StringManager sm
protected java.lang.String rmiBindAddress
protected int rmiRegistryPortPlatform
protected int rmiServerPortPlatform
protected boolean rmiRegistrySSL
protected boolean rmiServerSSL
protected boolean authenticate
protected java.lang.String passwordFile
protected java.lang.String loginModuleName
protected java.lang.String accessFile
protected boolean useLocalPorts
protected transient javax.management.remote.JMXConnectorServer csPlatform
public java.lang.String getRmiBindAddress()
public void setRmiBindAddress(java.lang.String theRmiBindAddress)
theRmiBindAddress - The textual representation of inet addresspublic int getRmiServerPortPlatform()
public void setRmiServerPortPlatform(int theRmiServerPortPlatform)
theRmiServerPortPlatform - The port numberpublic int getRmiRegistryPortPlatform()
public void setRmiRegistryPortPlatform(int theRmiRegistryPortPlatform)
theRmiRegistryPortPlatform - The port numberpublic boolean getUseLocalPorts()
true if local ports should be usedpublic void setUseLocalPorts(boolean useLocalPorts)
useLocalPorts - Set to true if local ports should be
usedpublic boolean isRmiRegistrySSL()
public void setRmiRegistrySSL(boolean rmiRegistrySSL)
rmiRegistrySSL - the rmiRegistrySSL to setpublic boolean isRmiServerSSL()
public void setRmiServerSSL(boolean rmiServerSSL)
rmiServerSSL - the rmiServerSSL to setpublic boolean isAuthenticate()
public void setAuthenticate(boolean authenticate)
authenticate - the authenticate to setpublic java.lang.String getPasswordFile()
public void setPasswordFile(java.lang.String passwordFile)
passwordFile - the passwordFile to setpublic java.lang.String getLoginModuleName()
public void setLoginModuleName(java.lang.String loginModuleName)
loginModuleName - the loginModuleName to setpublic java.lang.String getAccessFile()
public void setAccessFile(java.lang.String accessFile)
accessFile - the accessFile to setprotected void init()
public void lifecycleEvent(LifecycleEvent event)
LifecycleListenerlifecycleEvent in interface LifecycleListenerevent - LifecycleEvent that has occurredCopyright © 2000-2024 Apache Software Foundation.
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation.