Class SignalRTlsSettings


  • public final class SignalRTlsSettings
    extends Object
    TLS settings for the resource.
    • Constructor Detail

      • SignalRTlsSettings

        public SignalRTlsSettings()
    • Method Detail

      • clientCertEnabled

        public Boolean clientCertEnabled()
        Get the clientCertEnabled property: Request client certificate during TLS handshake if enabled.
        Returns:
        the clientCertEnabled value.
      • withClientCertEnabled

        public SignalRTlsSettings withClientCertEnabled​(Boolean clientCertEnabled)
        Set the clientCertEnabled property: Request client certificate during TLS handshake if enabled.
        Parameters:
        clientCertEnabled - the clientCertEnabled value to set.
        Returns:
        the SignalRTlsSettings object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.