UserCredentials::setSSL
Description
In BBj 11.0 and higher, this method specifies whether to use SSL when connecting to the BBjServices Admin server that will obtain user credentials from the end user.
Syntax
|
Return Value |
Method |
|---|---|
|
void |
setSSL(boolean ssl) |
Parameters
|
Variable |
Description |
|---|---|
|
ssl |
Specify true (1) to use SSL to connect to the BBjServices Admin server that will obtain user credentials from the end user; otherwise specify false (0). |
Return Value
None.
Remarks
None.
Example
|