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