Use the Java Agent API to build a custom agent for enforcing access control and for managing user sessions. Enforcing access control consists of the following checks on the user:
When using the Java Agent API, you code your agent in Java and let the Agent API perform the connection to the Policy Server.
The SiteMinder Java Agent API has two implementations:
You can choose to use either implementation. Because there are no native-mode components, the pure Java Agent API is highly portable to new platforms. It requires certification only against the Java Virtual Machine hosting the implementation, rather than against individual operating systems and hardware platforms.
Important! To use the pure Java API, your Java JCE must be unlimited strength jurisdiction. You can download the files from Sun at the following URL:
http://java.sun.com/products/jce/javase.html#UnlimitedDownload.