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
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.foreach.across.modules.entity.views.request.EntityViewCommand
command
(LdapConnector ldapConnector) org.springframework.http.ResponseEntity<AjaxTestLdapConnectorController.TestResponse>
updateProcessedStatus
(com.foreach.across.modules.entity.views.request.EntityViewCommand command)
-
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
-