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

    Modifier and Type
    Method
    Description
    org.glassfish.grizzly.config.dom.Ssl
    Gets the value of the ssl property.
    void
    setSsl(org.glassfish.grizzly.config.dom.Ssl value)
    Sets the value of the ssl property.

    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

      void setSsl(org.glassfish.grizzly.config.dom.Ssl value) throws PropertyVetoException
      Sets the value of the ssl property.
      Parameters:
      value - allowed object is Ssl
      Throws:
      PropertyVetoException