URLEndpointListenerConfiguration
ENTERPRISE EDITION API
Configuration information for a URL endpoint listener. There are two varieties: Http and Tls.
Constructors
Create a listener configuration, for the specified database, with default values.
Create a URLEndpointListenerConfiguration with the passed properties. The set of passed Collections must contain at least one collection and all of the collections it contains must belong to the same scope and the same database, otherwise an InvalidArgumentException will be thrown. If one of the specified collections is deleted during replication, connected clients will be closed with an error.
Clone the passed listener configuration.
Types
Properties
When TLS is enabled, a null authenticator (the default) will allow clients whose certificate chains can be verified by one of the OS-bundled root certificates. There are two types of TLS authenticators. See ListenerCertificateAuthenticator
Get the configured collections.
Is delta sync enabled.
Is connection read-only.
If this configuration will disable TLS in its associated listener.
The name of the configured network interface on which to configure the listener (e.g. "en0")
The TLS identity with the certificates and keys for the associated listener.
Functions
ENTERPRISE EDITION API