| org.apache.cocoon.auth.impl.StandardApplicationManager
StandardApplicationManager | public class StandardApplicationManager extends AbstractLogEnabled implements ApplicationManager,Contextualizable,Serviceable,ThreadSafe,Disposable(Code) | | This is the default implementation of the
org.apache.cocoon.auth.ApplicationManager .
version: $Id: StandardApplicationManager.java 495912 2007-01-13 15:48:21Z cziegeler $ |
Field Summary | |
final protected static String | APPLICATION_KEY_PREFIX The prefix used to store the application data object in the session. | final protected static String | LOGIN_INFO_KEY The key used to store the login information in the session. | protected Context | context The component context. | protected ServiceManager | manager The service manager. |
APPLICATION_KEY_PREFIX | final protected static String APPLICATION_KEY_PREFIX(Code) | | The prefix used to store the application data object in the session.
|
LOGIN_INFO_KEY | final protected static String LOGIN_INFO_KEY(Code) | | The key used to store the login information in the session.
|
context | protected Context context(Code) | | The component context.
|
manager | protected ServiceManager manager(Code) | | The service manager.
|
contextualize | public void contextualize(Context aContext) throws ContextException(Code) | | See Also: org.apache.avalon.framework.context.Contextualizable.contextualize(org.apache.avalon.framework.context.Context) |
dispose | public void dispose()(Code) | | See Also: org.apache.avalon.framework.activity.Disposable.dispose |
getApplication | protected Application getApplication(String appName) throws Exception(Code) | | Get the application with the given name. This method tries to lookup the
applicating using the current sitemap service manager.
Parameters: appName - The name of the application. The application object. throws: Exception - If the application can't be found. |
service | public void service(ServiceManager aManager) throws ServiceException(Code) | | See Also: org.apache.avalon.framework.service.Serviceable.service(org.apache.avalon.framework.service.ServiceManager) |
|
|