Administering Applications
Overview
Persistent Mobile Foundation provides several ways to administer PMF applications in development or in production. PMF Operations Console is the main tool with which you can monitor all deployed PMF applications from a centralized web-based console.
The main operations that you can perform through PMF Operations Console are:
- Registering and configuring mobile applications to PMF.
- Deploying and configuring adapters to PMF.
- Manage application versions to deploy new versions or remotely disable old versions.
- Manage mobile devices and users to manage access to a specific device or access for a specific user to an application.
- Display notification messages on application startup.
- Monitor push notification services.
- Collect client-side logs for specific applications installed on a specific device.
Administration roles
Not every kind of administration user can perform every administration operation. PMF Operations Console, and all administration tools, have four different roles defined for administration of PMF applications. The following
PMF administration roles are defined:
Monitor
In this role, a user can monitor deployed PMF projects and deployed artifacts. This role is read-only.
Operator
An Operator can perform all mobile application management operations, but cannot add or remove application versions or adapters.
Deployer
In this role, a user can perform the same operations as the Operator, but can also deploy applications and adapters.
Administrator
In this role, a user can perform all application administration operations.
For more information about PMF administration roles, see Configuring user authentication for PMF administration.
Administration tools
PMF Operations Console is not the only way to administer PMF applications. PMF also provides other tools to incorporate administration operations into your build and deployment process.
A set of REST services is available to perform administration operations. For API reference documentation of these services, see REST API for the PMF administration service.
With this set of REST services, you can perform the same operations that you can do in PMF Operations Console. You can manage applications, adapters, and, for example, upload a new version of an application or disable an old version.
PMF applications can also be administered by using Ant tasks or with the mfpadm command line tool. See Administering PMF applications through Ant or Administering PMF applications through the command line.
Similar to the web-based console, the REST services, Ant tasks, and command line tools are secured and require you to provide your administrator credentials.
Select a topic:
▲- Deploying applications to test and production environments
- Administrating applications through the Persistent Mobile Foundation Operations Console
- Administrating applications through Ant
- Administrating applications through Terminal
- Federal standards support in Persistent Mobile Foundation