Customizing Java Component authentication
To customize Actuate Java Component authentication, complete the following general tasks:
*
Write a custom security class that extends an IPSE class, implementing all the appropriate methods. Your class must be thread-safe and cannot depend on any one thread handling a particular request.
*
Compile, compress, and copy the new class to the lib directory for your Java Component application. The lib directory for your Java Component application resides on a path like this one:
<context root>\WEB-INF\lib
*
Set the value of the parameter in the <context root>\WEB-INF\web.xml file to the fully qualified name of your custom security class. A fully qualified name contains both the package and class names. For single sign-on authentication, set the SECURITY_ADAPTER_CLASS configuration parameter value to the custom security class.

Additional Links:

Copyright Actuate Corporation 2012