Previous Topic: The Web Services PUPM SDK

Next Topic: Implementing Privileged Accounts


How a Web Services SDK Application Gets a Password

The Web Services PUPM SDK lets you write Java applications that check in and check out privileged account passwords. You do not need to install CA Access Control on the endpoint on which the Web Services PUPM SDK application runs. However, unlike password consumer SDKs, the Web Services PUPM SDK does not cache passwords or authenticate users.

Web Services PUPM SDK applications use SOAP (Simple Object Access Protocol) and port 18080 to communicate directly with the Enterprise Management Server.

Important! We recommend that you use a strong authentication protocol such as NTLM to authenticate the connection between the application and the Enterprise Management Server.

The following process describes how a Web Services PUPM SDK application gets a password:

  1. The application logs in to CA Access Control Enterprise Management.

    The user name and password with which the application logs in are defined in the application.

  2. The application requests the password for a privileged account.
  3. CA Access Control Enterprise Management checks the privileged access role assigned to the user that represents the application.
  4. One of the following happens:
  5. The application logs out of CA Access Control Enterprise Management.

More information:

How to Configure an Endpoint to Use a Web Services PUPM SDK Application