This section contains the following topics:
Develop a Custom Tunnel Service
The Tunnel Service API provides secure transfer of data between an agent and a shared library that supports the Tunnel Service.
When an agent sends a tunnel request to the Policy Server, the request contains:
The Policy Server initializes the appropriate service, invokes the requested function, and passes the data to the function. Once the service has performed its task, the Policy Server returns the results to the agent. The following graphic shows the tunnel service process:
Each tunnel service is an instance of a shared library that supports the Tunnel Service API. To support a tunnel service, you must build a new shared library.
Install the shared library in one of the following locations:
To develop a tunnel service, include the SmApi.h header file:
#include "SmApi.h"
Copyright © 2015 CA Technologies.
All rights reserved.
|
|