Class AjaxTestLdapConnectorController

java.lang.Object
com.foreach.across.modules.ldap.controllers.AjaxTestLdapConnectorController

@AdminWebController @RequestMapping({"/entities/ldapConnector/test","/entities/ldapConnector/{connectorId}/test"}) public class AjaxTestLdapConnectorController extends Object
Since:
1.0.0
Author:
Marc Vanbrabant
  • Constructor Details

    • AjaxTestLdapConnectorController

      public AjaxTestLdapConnectorController()
  • Method Details

    • command

      @ModelAttribute("command") public com.foreach.across.modules.entity.views.request.EntityViewCommand command(@PathVariable(value="connectorId",required=false) LdapConnector ldapConnector)
    • updateProcessedStatus

      @RequestMapping(method=POST, produces="application/json") @ResponseBody public org.springframework.http.ResponseEntity<AjaxTestLdapConnectorController.TestResponse> updateProcessedStatus(@ModelAttribute("command") com.foreach.across.modules.entity.views.request.EntityViewCommand command) throws Exception
      Throws:
      Exception