The Client Connection Login dialog allows the user to enter the client connection credentials.
If the Credential box is unchecked, then the Message Editor login credentials are used for the client connection.
The user can also enter additional properties by selecting the 'securityExit' button.
These properties are not persistent and are specific to each user.
They will be used during the securityExit invocation.
The securityExit class must implement in this case also the kxyClientConnection interface which consists of a single method:
public void addProperty(String name, String value);
See also: Client Connection - creating 'securityExit' properties.
Check box (by default unchecked). If the user will check the 'Credentials' box, he will enter values for the 'User ID' and a optional 'Password'. This will overwrite actually the values used at login.
User ID for the client connection.
Password for client connection.
If user selects clicks 'securityExit' button, a window will show up where he might define other properties for 'securityExit'.
Click OK to connect to the client and close the dialog. Click Cancel to close the dialog without connecting to the client.