RumbaConfigurator
The root object creatable by
ProgId MicroFocus.RumbaConfigurator.
- Methods:
- RumbaSessionConfiguration
OpenSessionProfile(String
profile)
- If succeeds, returns
Rumba+ session profile object for the specified session profile. Otherwise Nothing / null.
If the
profile parameter has one of the following values:
- MainframeDisplay
- MainframePrinter
- AS400Display
- AS400Printer
- UnixDisplay
- HPDisplay
the corresponding default session profile is opened (if exists).
If the
profile parameter does not contain a full path (file name only), the profile is assumed to be found in the default
Rumba+ private folder according to the file extension. For example,
MFrame for
.rdsm for and
.rspm,
VT for
.rsdu.
RumbaSessionConfiguration
The object representing Rumba session profile.
- Properties:
- RumbaSessionOverriddenParameters
OverriddenParameters
- Gets
Rumba+ session profile overridden parameters object.
- RumbaSSLSessionOverriddenParameters* SSLOverriddenParameters
- Gets
Rumba+ SSL session profile overridden parameters object.
RumbaSessionOverriddenParameters
Rumba+ session profile overridden parameters object. All its properties are write-only.
- Properties:
- String
HostName – Overrides configured host name / address.
- Integer
Port – Overrides configured host port number.
- Boolean
SSL – True/False; overrides configured connection security (for
Rumba+ Security Services only).
- String
DeviceName – Overrides configured device / LU name (for mainframe and AS/400 sessions)
RumbaSSLSessionOverriddenParameters
Rumba+ SSL session profile overridden parameters object. All properties are write-only.
- Properties:
- Boolean
RequireStrictServerAuthentication - True/False; Overrides configured flag Require Strict Server Authentication (for
Rumba+ Security Services only).
- Boolean
EnforceValidityDates - True/False; Overrides configured flag Enforce Validity Dates (for
Rumba+ Security Services only).
- Boolean
RequireTrustedChain - True/False; Overrides configured flag Require Trusted Chain (for
Rumba+ Security Services only).
- Boolean
ExplicitSSL - True/False; Overrides configured flag Explicitly Negotiate About Security (for
Rumba+ Security Services only).
- Boolean
InteractiveMode - True/False; Overrides configured flag Explicitly Interactive Mode (for
Rumba+ Security Services only).
- String
ClientCertificateName - Overrides configured client certificate name (for
Rumba+ Security Services only).