Package org.ametys.workspaces.repository
Class CheckAuthenticationAction
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.acting.AbstractAction
org.ametys.workspaces.repository.CheckAuthenticationAction
- All Implemented Interfaces:
 Component,LogEnabled,Action
Checks that the current user is authenticated in the repository application.
- 
Field Summary
Fields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionact(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger 
- 
Constructor Details
- 
CheckAuthenticationAction
public CheckAuthenticationAction() 
 - 
 - 
Method Details
- 
act
public Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception - Throws:
 Exception
 
 -