Class CaBackendTask

  • All Implemented Interfaces:
    org.camunda.bpm.engine.delegate.JavaDelegate

    @Service
    public class CaBackendTask
    extends Object
    implements org.camunda.bpm.engine.delegate.JavaDelegate
    • Constructor Detail

      • CaBackendTask

        public CaBackendTask()
    • Method Detail

      • execute

        @Transactional
        public void execute​(org.camunda.bpm.engine.delegate.DelegateExecution execution)
                     throws Exception
        make a call to the CA sending the csr or revoking a given certificate
        Specified by:
        execute in interface org.camunda.bpm.engine.delegate.JavaDelegate
        Throws:
        Exception