Interface SslClientConfig
-
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy
public interface SslClientConfig extends org.jvnet.hk2.config.ConfigBeanProxySpecifies the SSL configuration when the Application Server is making outbound IIOP/SSL connections.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.glassfish.grizzly.config.dom.SslgetSsl()Gets the value of the ssl property.voidsetSsl(org.glassfish.grizzly.config.dom.Ssl value)Sets the value of the ssl property.
-
-
-
Method Detail
-
getSsl
org.glassfish.grizzly.config.dom.Ssl getSsl()
Gets the value of the ssl property.- Returns:
- possible object is
Ssl
-
setSsl
void setSsl(org.glassfish.grizzly.config.dom.Ssl value) throws PropertyVetoExceptionSets the value of the ssl property.- Parameters:
value- allowed object isSsl- Throws:
PropertyVetoException
-
-