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 Details

    • TestCredentialsCommandProcessor

      public TestCredentialsCommandProcessor()
  • Method Details

    • process

      public int process(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse resp)
      Specified by:
      process in interface CommandProcessor