Package org.glassfish.admin.mbeanserver
Class JMXSslConfigHolder
java.lang.Object
org.glassfish.grizzly.ssl.SSLEngineConfigurator
org.glassfish.grizzly.config.SSLConfigurator
org.glassfish.admin.mbeanserver.JMXSslConfigHolder
- All Implemented Interfaces:
org.glassfish.grizzly.ssl.SSLEngineFactory
public class JMXSslConfigHolder
extends org.glassfish.grizzly.config.SSLConfigurator
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.
- Author:
- prasad
-
Field Summary
Fields inherited from class org.glassfish.grizzly.ssl.SSLEngineConfigurator
clientMode, sslContext, sslContextConfiguration -
Constructor Summary
ConstructorsConstructorDescriptionJMXSslConfigHolder(org.glassfish.hk2.api.ServiceLocator habitat, org.glassfish.grizzly.config.dom.Ssl ssl) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidlogEmptyWarning(org.glassfish.grizzly.config.dom.Ssl ssl, String msg) Methods inherited from class org.glassfish.grizzly.config.SSLConfigurator
isAllowLazyInitMethods inherited from class org.glassfish.grizzly.ssl.SSLEngineConfigurator
configure, copy, createSSLEngine, createSSLEngine, getEnabledCipherSuites, getEnabledProtocols, getSslContext, isClientMode, isNeedClientAuth, isWantClientAuth, setClientMode, setEnabledCipherSuites, setEnabledProtocols, setNeedClientAuth, setSSLParameters, setWantClientAuth, toString
-
Constructor Details
-
JMXSslConfigHolder
public JMXSslConfigHolder(org.glassfish.hk2.api.ServiceLocator habitat, org.glassfish.grizzly.config.dom.Ssl ssl) throws SSLException - Throws:
SSLException
-
-
Method Details
-
logEmptyWarning
- Overrides:
logEmptyWarningin classorg.glassfish.grizzly.config.SSLConfigurator
-