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.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

        org.jvnet.hk2.config.ConfigBeanProxy.Duck
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.glassfish.grizzly.config.dom.Ssl getSsl()
      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 Detail

      • getSsl

        org.glassfish.grizzly.config.dom.Ssl getSsl()
        Gets the value of the ssl property.
        Returns:
        possible object is Ssl