Actuate Information Console reference : Using Actuate Information Console security : Creating a custom security adapter : Accessing the IPSE Java classes
 
Accessing the IPSE Java classes
The Information Console library, com.actuate.iportal.jar, contains the IPSE Java classes. This library is located in the lib subdirectory in the Information Console 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