|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.webapps.authentication.configuration.ApplicationConfiguration
public final class ApplicationConfiguration
This object stores information about an application configuration inside a handler configuration.
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 |
---|
public ApplicationConfiguration(HandlerConfiguration handler, String name) throws ProcessingException
ProcessingException
Method Detail |
---|
public void configure(Configuration appconf) throws ConfigurationException
ConfigurationException
public String getName()
public HandlerConfiguration getHandler()
public String getLoadResource()
public String getSaveResource()
public SourceParameters getLoadResourceParameters()
public SourceParameters getSaveResourceParameters()
public boolean saveOnLogout()
public boolean getLoadOnDemand()
public Configuration getConfiguration(String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |