<securityService type="simple" version="1.0"> <user>aUser</user> <passwd>theUsersPwd</passwd> </securityService>
47484950515253
* The client application can use this method to get a new I_SecurityQos instance, * and use it to set userId/password etc. */ public I_SecurityQos createSecurityQos() { return new SecurityQos(this.glob); // "simple" "1.0" }