Class GetAuthAction
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.acting.AbstractAction
org.ametys.plugins.mobileapp.action.GetAuthAction
- All Implemented Interfaces:
Component
,LogEnabled
,Action
test if the API accepts anonymous users
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String
value when the user can be anonymousprotected static final String
value when the user have to be authentifiedFields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP
-
Constructor Summary
-
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
-
Field Details
-
_AUTHENTIFIED
value when the user have to be authentified- See Also:
-
_ANONYMOUS
value when the user can be anonymous- See Also:
-
-
Constructor Details
-
GetAuthAction
public GetAuthAction()
-
-
Method Details
-
act
public Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception - Throws:
Exception
-