-
Class Summary
Class |
Description |
PasswordManagerPro |
This class provides the methods to perform the various password management actions on the PMP repository.
|
-
Package com.manageengine.pmp Description
Password Manager Pro provides a XML-RPC based API for applications to retrieve passwords that they need to connect to other applications or databases. This package provides a Java wrapper interface over the XML-RPC API to make it easy for Java applications to use the API.
There are a couple of steps involved in making your Java application use the PMP API to securely retreive passwords from the PMP repository.
1. Setup and obtain the PasswordManagerPro.jar and integrate it with your application and
2. Using the API to retrieve and manage passwords in your Java application
For details on Step 1 refer to the product documentation. For Step 2, refer Javadocs of PasswordManagerPro class to use it in your application. See PMPAPIExample.java for examples on how to use the API for various cases. It is recommended to run the PMPAPIExample.java with test data in your environment to make sure Step 1 is setup properly before using the API in your application.