Start Device and User Management

Starts the management of Unwired Server devices and users.

Syntax

public static SUPDeviceUser getSUPDeviceUser(ClusterContext clusterContext) throws SUPAdminException;

Returns

If successful, returns silently. If unsuccessful, returns SUPAdminException.

Examples

  • Start device and user management
    ServerContext serverContext = new ServerContext("smithj-dell", 2000, "supAdmin", "s3pAdmin", false);
    clusterContext = serverContext.getClusterContext("smithj's cluster");
    SUPDeviceUser deviceUser = SUPObjectFactory.getSUPDeviceUser(clusterContext);

Usage

To manage Unwired Server devices and users, you must first create an instance of SUPDeviceUser.