Class TestCredentialsCommandProcessor
- java.lang.Object
-
- org.alfresco.repo.web.scripts.transfer.TestCredentialsCommandProcessor
-
- All Implemented Interfaces:
CommandProcessor
public class TestCredentialsCommandProcessor extends Object implements CommandProcessor
This command processor is used simply to check that the transfer receiver is enabled and that the supplied credentials are correct and identify an admin user.- Author:
- brian
-
-
Constructor Summary
Constructors Constructor Description TestCredentialsCommandProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
process(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse resp)
-
-
-
Method Detail
-
process
public int process(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse resp)
- Specified by:
process
in interfaceCommandProcessor
-
-