Interface SslClientConfig
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy
public interface SslClientConfig
extends org.jvnet.hk2.config.ConfigBeanProxy
Specifies the SSL configuration when the Application Server is making outbound IIOP/SSL connections.
-
Method Summary
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
Method Details
-
getSsl
org.glassfish.grizzly.config.dom.Ssl getSsl()Gets the value of the ssl property.- Returns:
- possible object is
Ssl
-
setSsl
Sets the value of the ssl property.- Parameters:
value- allowed object isSsl- Throws:
PropertyVetoException
-