protected JOSSOAgent getJOSSOAgent()
{
if (this.jossoAgent == null)
{
JOSSOAgent jossoAgent = (JOSSOAgent)getExoContainer().getComponentInstanceOfType(JOSSOAgent.class);
if (jossoAgent == null)
{
throw new IllegalStateException("JOSSOAgent component not provided in PortalContainer");
}