UltraLite Static Java User's Guide
Synchronization Parameters Reference
Synchronization parameters
Reports return values from custom user authentication synchronization scripts.
long getAuthValue( )
void setAuthValue( long auth_value )
The values set by the default MobiLink user authentication mechanism are described in auth_status synchronization parameter.
The parameter is read-only.
Access the parameter as follows:
UlSynchOptions opts = new UlSynchOptions; // set other options here conn.synchronize( opts ); returncode = opts.getAuthValue();
authenticate_user connection event
authenticate_user_hashed connection event
auth_status synchronization parameter