Class 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 Detail

      • TestCredentialsCommandProcessor

        public TestCredentialsCommandProcessor()
    • Method Detail

      • process

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