Management Client API

Describes new or changed features for the management client API.

New APIs

The following are new interfaces or methods.

New APIs in Management API: SUPApplication class
New class
The SUPApplication class allows you to manage applications, application connections, and application connection templates. The SUPDeviceUser interface is no longer supported.
New APIs in Management API: SUPPackage class
New method
New methods for management of application packages:
  • The addApplications method adds existing applications to a package.
  • The removeApplications method removes applications from a package.
  • The getApplications method retrieves a list of applications for a package.
  • The getPackageUsers method retrieves a list of package users for a package.
New APIs in Management API: SUPCluster class
New method
New methods for management of clusters:
  • The getMaximumAllowedAuthenticationFailure and setMaximumAllowedAuthenticationFailure methods retrieve and set the maximum number of allowed authentication failures.
  • The getAuthenticationLockDuration and setAuthenticationLockDuration methods retrieve and set the duration for authentication lock.
  • The getRelayServers method retrieves a list of Relay Servers configured for an Unwired Server cluster.

The security configuration for Sybase Unwired Platform no longer includes support for an Attribution provider.

The server configuration includes the following with configurable properties: Online Certificate Status Protocol (OCSP).

Documented in:
  • Developer Guide for Unwired Server Management API – search for:
    • Managing Applications
    • Managing Application Connections
    • Managing Application Connection Templates
    • Add Applications to the Package
    • Remove Applications from the Package
    • Retrieval of a List of Applications
    • Retrieval of a List of Package Users
    • Retrieval and Setting of Maximum Allowed Authentication Failures
    • Retrieval and Setting of Authentication Lock Duration
    • Retrieval of Relay Servers
    • Security Configuration
    • OCSP