Scripting and Programming Guides › Scripting Guide for Perl › Perl Scripting Overview › About the SiteMinder Command Line Interface
About the SiteMinder Command Line Interface
The SiteMinder Command Line Interface (CLI) lets you perform SiteMinder tasks by running custom Perl scripts from the command line.
The scripting interface contains the following APIs:
- Agent API—Lets you test whether access control of protected resources is behaving according to policy definitions.
- Policy Management API—Lets you design and administer policy stores.
The Command Line Interface provides:
- A quick and light-weight alternative to the Policy Server User Interface.
- An efficient way to perform Policy Server design and administrative tasks over multiple policy stores.
- The ability to migrate individual objects between policy stores.
The Command Line Interface lets you perform most, but not all, of the policy store operations you can perform through the Policy Server User Interface.
More Information:
Command Line Interface Restrictions