SSLProxyAuthDetails

String (authorization‑library‑name)[, String (function‑name)]

Authentication not required

Purpose

When a presentation client connects to an application server and the connection must be made via a proxy server that requires authentication, the SSLProxyAuthDetails parameter, which specifies the name and optionally the entry‑point of a library file that supplies a user code and password, may be required; for example, SSLProxyAuthDetails=mySignonLibrary, thinclientSignon.

This parameter enables a support library to obtain the user name and password required by the proxy server, rather than using the default JADE sign‑on dialog. The value of <default> indicates that the proxy server user code and password authentication are not required or that they are supplied using the default JADE sign‑on dialog.

If the entry‑point of the function is not supplied, it is assumed to be getProxyPassword.

For more details, see "Getting Presentation Client Sign-On Details", in Chapter 1 of the JADE Thin Client Guide.

Parameter is read when …

The presentation client using the same JADE initialization file is next initialized; for example, when you restart the presentation client.