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

Packages that use ApplicationConfiguration
org.apache.cocoon.webapps.authentication.context   
org.apache.cocoon.webapps.authentication.user   
 

Uses of ApplicationConfiguration in org.apache.cocoon.webapps.authentication.context
 

Methods in org.apache.cocoon.webapps.authentication.context with parameters of type ApplicationConfiguration
 void AuthenticationContext.loadApplicationXML(ApplicationConfiguration appConf, SourceResolver resolver)
          Deprecated. Load XML of an application
 

Uses of ApplicationConfiguration in org.apache.cocoon.webapps.authentication.user
 

Methods in org.apache.cocoon.webapps.authentication.user that return ApplicationConfiguration
 ApplicationConfiguration RequestState.getApplicationConfiguration()
          Deprecated.  
 

Methods in org.apache.cocoon.webapps.authentication.user with parameters of type ApplicationConfiguration
 boolean UserHandler.isApplicationLoaded(ApplicationConfiguration appConf)
          Deprecated. Is the named application context already loaded?
 void UserHandler.setApplicationIsLoaded(ApplicationConfiguration appConf)
          Deprecated. Notify that the application context has been loaded
 



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