Class CheckCredentialProviderAction
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.apache.cocoon.acting.AbstractAction
-
- org.apache.cocoon.acting.ServiceableAction
-
- org.ametys.plugins.core.authentication.CheckCredentialProviderAction
-
- All Implemented Interfaces:
Component,LogEnabled,Serviceable,Action
public class CheckCredentialProviderAction extends ServiceableAction
This action checks the validity of a credential provider
-
-
Field Summary
Fields Modifier and Type Field Description private CredentialProviderFactory_credentialProviderFactoryThe credential providers factoryprivate JSONUtils_jsonUtilsHelper component gathering utility methods for the management of JSON entitiesprivate UserPopulationDAO_userPopulationDAO-
Fields inherited from class org.apache.cocoon.acting.ServiceableAction
manager
-
Fields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP
-
-
Constructor Summary
Constructors Constructor Description CheckCredentialProviderAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private Map<String,Object>_getValuesByParamCheckerId(Map<String,Object> paramCheckersInfo)Mapact(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters)voidservice(ServiceManager smanager)-
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Field Detail
-
_jsonUtils
private JSONUtils _jsonUtils
Helper component gathering utility methods for the management of JSON entities
-
_credentialProviderFactory
private CredentialProviderFactory _credentialProviderFactory
The credential providers factory
-
_userPopulationDAO
private UserPopulationDAO _userPopulationDAO
-
-
Constructor Detail
-
CheckCredentialProviderAction
public CheckCredentialProviderAction()
-
-
Method Detail
-
service
public void service(ServiceManager smanager) throws ServiceException
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classServiceableAction- Throws:
ServiceException
-
act
public Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception
- Throws:
Exception
-
-