Collection Contents Previous Next PDF

UltraLite Static Java User's Guide

Synchronization Parameters Reference

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 authenticate_user connection event.

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 

Collection Contents Previous Next PDF