CA Siteminder 12.5 Web Agent Host Registration Tool or SDK for Policy Server Checks

StackOverflow https://stackoverflow.com/questions/19308264

  •  30-06-2022
  •  | 
  •  

Вопрос

I need to be able to verify if a new siteminder web agent is already registered on the policy server. Is it possible to do this using Java?. I couldn't find the 12.5 SDK details or sample files.

Any input is welcomed.

Это было полезно?

Решение

The PolicyMgmtAPI in the Java SDK is what you are looking for. I have done this sort of thing with the Perl PolicyMgmtAPI (get trusted host, get agent, etc...)

If you want to do this from the Policy Server it is pretty easy. If you plan on implementing this type of thing in an application server you will need to also create a 4.x agent in order to communicate with the Policy Server for the PolicyMgmtAPI calls.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top