Class TestCredentialsCommandProcessor

  • All Implemented Interfaces:
    CommandProcessor

    public class TestCredentialsCommandProcessor
    extends java.lang.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
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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