org.apache.cocoon.auth.portal
Interface PortalApplication

All Superinterfaces:
Application
All Known Implementing Classes:
StandardPortalApplication

public interface PortalApplication
extends Application

The current portal application. Note: This class belongs to cauth but has to be defined in the portal block for now. This will be cleaned up with Cocoon 2.2.

Version:
$Id: PortalApplication.html 1304258 2012-03-23 10:09:27Z ilgrosso $

Method Summary
 Map getPortalConfiguration()
          Return the configuration for the portal.
 
Methods inherited from interface org.apache.cocoon.auth.Application
getApplicationStore, getAttribute, getSecurityHandler, removeAttribute, setAttribute, userDidLogin, userIsAccessing, userWillLogout
 

Method Detail

getPortalConfiguration

Map getPortalConfiguration()
Return the configuration for the portal.

Returns:
A map containing the different configuration values as defined by the profile manager.


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.