Accessing the IPSE Java classes
The Visualization Platform library, com.actuate.iportal.jar, contains the IPSE Java classes. This library is located in the lib subdirectory in the Visualization Platform installation. The class, com.actuate.iportal.security.iPortalSecurityAdapter, in this library provides the framework for custom authentication. A custom security adapter providing an IPSE implementation extends this class.
Specifically, the JRE needs to access the following JARs:
*<context root>\WEB-INF\lib\com.actuate.iportal.jar
*<context root>\WEB-INF\lib\org.apache.xerces_<version>.jar
*<context root>\WEB-INF\lib\com.actuate.webcommon.jar
*<iPortal installation directory>\lib\servlet-api.jar
*<iPortal installation directory>\lib\jsp-api.jar