JBoss Agent implementation.
On each processRequest() call it does two things :
1. Replaces the partner web application context's realm with our JBossCatalinaRealm.
2. Associates the Active Subject information to the current thread so that partner web
applications can have an authenticated http request.
The JBossCatalinaSSOAgent must be used only in JBoss by configuring the agent configuration
file in the following way :
<agent>
<class>org.josso.agent.JBossCatalinaSSOAgent</class>
...
</agent>
author: Gianluca Brigandi version: CVS $Id: JBossCatalinaSSOAgent.java 508 2008-02-18 13:32:29Z sgonzalez $ |