Class DataCleanupController

java.lang.Object
systems.dennis.shared.utils.ApplicationContext
systems.dennis.auth.controller.DataCleanupController

@RestController @RequestMapping("/api/v2/auth/data_cleanup") @CrossOrigin public class DataCleanupController extends systems.dennis.shared.utils.ApplicationContext
  • Field Summary

    Fields inherited from class systems.dennis.shared.utils.ApplicationContext

    CREATED_FIELDS_MAP
  • Constructor Summary

    Constructors
    Constructor
    Description
    DataCleanupController(systems.dennis.shared.config.WebContext context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    findByScope(String scopeName)
     

    Methods inherited from class systems.dennis.shared.utils.ApplicationContext

    canEqual, equals, getBean, getContext, getCurrentUser, getDefaultLogger, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DataCleanupController

      public DataCleanupController(systems.dennis.shared.config.WebContext context)
  • Method Details

    • findByScope

      @DeleteMapping("/clean/{name}") public Boolean findByScope(@PathVariable("name") String scopeName)