org.glassfish.admin.mbeanserver
Class JMXSslConfigHolder

java.lang.Object
  extended by com.sun.grizzly.config.SSLConfigHolder
      extended by org.glassfish.admin.mbeanserver.JMXSslConfigHolder

public class JMXSslConfigHolder
extends com.sun.grizzly.config.SSLConfigHolder

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 com.sun.grizzly.config.SSLConfigHolder
clientMode, enabledCipherSuites, enabledProtocols, needClientAuth, sslContext, sslImplementation, sslInactivityTimeout, wantClientAuth
 
Constructor Summary
JMXSslConfigHolder(com.sun.grizzly.config.dom.Ssl ssl, org.jvnet.hk2.component.Habitat habitat)
           
 
Method Summary
protected  void logEmptyWarning(com.sun.grizzly.config.dom.Ssl ssl, java.lang.String msg)
           
 
Methods inherited from class com.sun.grizzly.config.SSLConfigHolder
configureSSL, createSSLEngine, getEnabledCipherSuites, getEnabledProtocols, getSSLContext, getSSLImplementation, getSslInactivityTimeout, isAllowLazyInit, isClientMode, isNeedClientAuth, isWantClientAuth, setSSLConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMXSslConfigHolder

public JMXSslConfigHolder(com.sun.grizzly.config.dom.Ssl ssl,
                          org.jvnet.hk2.component.Habitat habitat)
                   throws javax.net.ssl.SSLException
Throws:
javax.net.ssl.SSLException
Method Detail

logEmptyWarning

protected void logEmptyWarning(com.sun.grizzly.config.dom.Ssl ssl,
                               java.lang.String msg)
Overrides:
logEmptyWarning in class com.sun.grizzly.config.SSLConfigHolder


Copyright © 2012 GlassFish Community. All Rights Reserved.