@marianfoo/adt-ls - v0.4.1
    Preparing search index...

    Interface ConnectionOptions

    interface ConnectionOptions {
        client?: string;
        extraCaCerts?: string[];
        forwardProxy?: { host: string; port: number };
        language?: string;
        probe?: { pattern: string; types?: string[] };
        selfSigned?: boolean;
        systemUrl: string;
    }
    Index

    Properties

    client?: string
    extraCaCerts?: string[]

    Extra CA cert PEM file paths to add to the JVM truststore (corporate PKI).

    forwardProxy?: { host: string; port: number }

    Route the proxy's backend hop via a consumer-supplied forward proxy (e.g. a Cloud Connector bridge). Only used with selfSigned. ADR-0006.

    language?: string
    probe?: { pattern: string; types?: string[] }

    Liveness probe: a known-present object to search for. Default CL_ABAP_TYPEDESCR.

    selfSigned?: boolean

    Backend presents a self-signed cert → engage the localhost TLS reverse proxy.

    systemUrl: string

    HTTPS URL of the SAP backend, e.g. https://host:50001.