Class: ServerSSLSupport

vertx/ssl_support~ ServerSSLSupport

new ServerSSLSupport(delegate)

Provides functions for server-side SSL support. Do not use this object directly.
Parameters:
Name Type Description
delegate external:ServerSSLSupport The Java delegate for most functions
Source:
See:

Methods

clientAuthRequired(required) → {boolean|Object}

Get or set whether client authorization is required
Parameters:
Name Type Argument Description
required boolean <optional>
If provided, sets whether client authorization is required
Source:
Returns:
the current status, or this
Type
boolean | Object