|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.grizzly.config.SSLConfigHolder
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 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,
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 |
|---|
public JMXSslConfigHolder(com.sun.grizzly.config.dom.Ssl ssl,
org.jvnet.hk2.component.Habitat habitat)
throws SSLException
SSLException| Method Detail |
|---|
protected void logEmptyWarning(com.sun.grizzly.config.dom.Ssl ssl,
String msg)
logEmptyWarning in class com.sun.grizzly.config.SSLConfigHolder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||