|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.grizzly.ssl.SSLEngineConfigurator
org.glassfish.grizzly.config.SSLConfigurator
org.glassfish.admin.mbeanserver.JMXSslConfigHolder
public class JMXSslConfigHolder
This class extends the SSLConfigHolder for the sole purpose of overriding the logEmptyWarning method, since this method in the super class assumes that there is a network-config element assocaited with each ssl element in the domain.xml. In case of JMX , the parent element is the jmx-connector element.
| Field Summary |
|---|
| Fields inherited from class org.glassfish.grizzly.config.SSLConfigurator |
|---|
sslImplementation |
| Fields inherited from class org.glassfish.grizzly.ssl.SSLEngineConfigurator |
|---|
clientMode, enabledCipherSuites, enabledProtocols, needClientAuth, sslContext, sslContextConfiguration, wantClientAuth |
| Constructor Summary | |
|---|---|
JMXSslConfigHolder(org.jvnet.hk2.component.Habitat habitat,
org.glassfish.grizzly.config.dom.Ssl ssl)
|
|
| Method Summary | |
|---|---|
protected void |
logEmptyWarning(org.glassfish.grizzly.config.dom.Ssl ssl,
String msg)
|
| Methods inherited from class org.glassfish.grizzly.config.SSLConfigurator |
|---|
configureSSL, getSslImplementation, initializeSSLContext, isAllowLazyInit |
| Methods inherited from class org.glassfish.grizzly.ssl.SSLEngineConfigurator |
|---|
configure, copy, createSSLEngine, getEnabledCipherSuites, getEnabledProtocols, getSslContext, isCipherConfigured, isClientMode, isNeedClientAuth, isProtocolConfigured, isWantClientAuth, setCipherConfigured, setClientMode, setEnabledCipherSuites, setEnabledProtocols, setNeedClientAuth, setProtocolConfigured, setWantClientAuth, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JMXSslConfigHolder(org.jvnet.hk2.component.Habitat habitat,
org.glassfish.grizzly.config.dom.Ssl ssl)
throws SSLException
SSLException| Method Detail |
|---|
protected void logEmptyWarning(org.glassfish.grizzly.config.dom.Ssl ssl,
String msg)
logEmptyWarning in class org.glassfish.grizzly.config.SSLConfigurator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||