Class AdminRepositoryAuthentication
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.ametys.plugins.repositoryapp.authentication.AdminRepositoryAuthentication
- All Implemented Interfaces:
 RepositoryAuthentication,Contextualizable,LogEnabled
public class AdminRepositoryAuthentication
extends AbstractLogEnabled
implements RepositoryAuthentication, Contextualizable
Authentication for the repository application looking for the administrator login and password.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidcontextualize(Context context) The cocoon context, initialized during the contextualize methodMethods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger 
- 
Field Details
- 
ADMINISTRATOR_PASSWORD_FILENAME
Location of the administrator password relative to ametys home- See Also:
 
 - 
REQUEST_ATTRIBUTE_SUPER_USER
The request attribute name for telling that super user is logged in.- See Also:
 
 
 - 
 - 
Constructor Details
- 
AdminRepositoryAuthentication
public AdminRepositoryAuthentication() 
 - 
 - 
Method Details
- 
contextualize
The cocoon context, initialized during the contextualize method- Specified by:
 contextualizein interfaceContextualizable- Throws:
 ContextException
 
 -