UltraLite Static Java User's Guide
Synchronization Parameters Reference
Synchronization parameters
Sets a new MobiLink password associated with the user name.
java.lang.String getNewPassword( )
void setNewPassword( java.lang.String new_password )
There is no default.
Set the parameter as follows:
UlSynchOptions opts = new UlSynchOptions; opts.setUserName( "50" ); opts.setPassword( "mypassword" ); opts.setNewPassword( "mynewpassword" ); // set other options here conn.synchronize( opts );
Authenticating MobiLink Users.