Contents Index auth_status parameter checkpoint_store synchronization parameter

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

auth_value synchronization parameter


Function 

Reports return values from custom user authentication synchronization scripts.

Access methods 

long getAuthValue( )

void setAuthValue( long auth_value )

Default 

The values set by the default MobiLink user authentication mechanism are described in auth_status synchronization parameter.

Usage 

The parameter is read-only.

Access the parameter as follows:

UlSynchOptions opts = new UlSynchOptions;
// set other options here
conn.synchronize( opts );
returncode = opts.getAuthValue();
See also 

authenticate_user connection event

authenticate_user_hashed connection event

auth_status synchronization parameter


Contents Index auth_status parameter checkpoint_store synchronization parameter