Cloudsync Properties
Page 2 of 17

cloudscape.authentication.refresh

Function

Defines the authentication service for refresh requests. Set this property to a Java class that implements COM.cloudscape.authentication.Interface.MessageAuthenticationScheme to enable refresh authentication callback, which is user-defined logic for authenticating refresh requests. The class to which this property is set provides methods called at the source immediately before and after target refresh requests make their JDBC connection at the source.

For more information about refresh authentication callback, see The Refresh Authentication Callback Class.

Syntax

cloudscape.authentication.refresh=javaClassName

Example

cloudscape.authentication.refresh=toysdemo.RefreshCallback

-- database-wide property
CALL PropertyInfo.setDatabaseProperty(
    'cloudscape.authentication.refresh',
    'toysdemo.RefreshCallback')

Scope

Database-wide

System-wide

NEW: The cloudscape.authentication.refresh property is new in 3.6.