Interface SSLTcpProxyServiceMBean

    • Method Detail

      • getClientAuth

        String getClientAuth()
        Returns the actual configuration for client authentication:
        • WANT:client authentication required
        • NEED:client authentication requested
        • NONNEno client authentication desired
        Returns:
        the actual configuration for client authentication.
      • setClientAuth

        void setClientAuth​(String clientAuth)
        Controls whether accepted server-mode SSLSockets will be initially configured to require or not client authentication. A socket's client authentication setting is one of the following:
        • WANT:client authentication required
        • NEED:client authentication requested
        • NONNEno client authentication desired
        The initial value of this parameter depends of the org.objectweb.joram.clientAuth configuration property. It can be overloaded for new connections using the corresponding MBean.
        Parameters:
        clientAuth - "WANT", "NEED" or "NONE".