SDK :: DMS
search cancel

SDK :: DMS

book

Article ID: 49089

calendar_today

Updated On:

Products

CA Single Sign On Secure Proxy Server (SiteMinder) CA Single Sign On SOA Security Manager (SiteMinder) CA Single Sign-On

Issue/Introduction

Description:

I am reviewing old Custom code that we have in our architecture, and I have noticed there are some mentions about DMS as

 <Instance id="DMS_CONFIG">
      <properties     
          DMS_AGENT_NAME="name" 
          DMS_AGENT_SECRET_KEY="key" 
          DMS_RESOURCE="login" 
          DMS_ID="user" 
          DMS_PWD="password" 
          DMS_CONTEXT="context"

etc. What is this related to?

Solution:

DMS stands for an external product called :

Delegated Management Services (DMS)

This is a CA product, which some sites use to maintain user entries in a Directory.

It supports self-registration, self-service profile management and help desk functionality.

DMS2 has been superseded by a new product from CA called IdentityManager.

You will find also more information about the DMS API and the details in the SDK documentation itself :

Chapter 11: DMS Workflow API

(Programming Guide for C r12.0 SP3)

Environment

Release:
Component: SMSDK