Contents Index ignored_rows synchronization parameter num_auth_parms parameter

UltraLite Static Java User's Guide
  Synchronization Parameters Reference
    Synchronization parameters

new_password synchronization parameter


Function 

Sets a new MobiLink password associated with the user name.

Access methods 

java.lang.String getNewPassword( )

void setNewPassword( java.lang.String new_password )

Default 

There is no default.

Usage 

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 );
See also 

Authenticating MobiLink Users.


Contents Index ignored_rows synchronization parameter num_auth_parms parameter