org.apache.cocoon.webapps.authentication.configuration
Class ApplicationConfiguration

java.lang.Object
  extended by org.apache.cocoon.webapps.authentication.configuration.ApplicationConfiguration
All Implemented Interfaces:
Serializable

Deprecated. This block is deprecated and will be removed in future versions.

public final class ApplicationConfiguration
extends Object
implements Serializable

This object stores information about an application configuration inside a handler configuration.

Version:
CVS $Id: ApplicationConfiguration.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler
See Also:
Serialized Form

Constructor Summary
ApplicationConfiguration(HandlerConfiguration handler, String name)
          Deprecated. Construct a new application handler
 
Method Summary
 void configure(Configuration appconf)
          Deprecated. Configure an application
 Configuration getConfiguration(String name)
          Deprecated. Get the configuration
 HandlerConfiguration getHandler()
          Deprecated. Get the handler
 boolean getLoadOnDemand()
          Deprecated.  
 String getLoadResource()
          Deprecated. Get the load resource
 SourceParameters getLoadResourceParameters()
          Deprecated. Get the load resource parameters
 String getName()
          Deprecated. Get the application name.
 String getSaveResource()
          Deprecated. Get the save resource
 SourceParameters getSaveResourceParameters()
          Deprecated. Get the save resource parameters
 boolean saveOnLogout()
          Deprecated. Should we save on logout?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationConfiguration

public ApplicationConfiguration(HandlerConfiguration handler,
                                String name)
                         throws ProcessingException
Deprecated. 
Construct a new application handler

Throws:
ProcessingException
Method Detail

configure

public void configure(Configuration appconf)
               throws ConfigurationException
Deprecated. 
Configure an application

Throws:
ConfigurationException

getName

public String getName()
Deprecated. 
Get the application name.


getHandler

public HandlerConfiguration getHandler()
Deprecated. 
Get the handler


getLoadResource

public String getLoadResource()
Deprecated. 
Get the load resource


getSaveResource

public String getSaveResource()
Deprecated. 
Get the save resource


getLoadResourceParameters

public SourceParameters getLoadResourceParameters()
Deprecated. 
Get the load resource parameters


getSaveResourceParameters

public SourceParameters getSaveResourceParameters()
Deprecated. 
Get the save resource parameters


saveOnLogout

public boolean saveOnLogout()
Deprecated. 
Should we save on logout?


getLoadOnDemand

public boolean getLoadOnDemand()
Deprecated. 

getConfiguration

public Configuration getConfiguration(String name)
Deprecated. 
Get the configuration



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