Class SecurityCacheController

java.lang.Object
security.controller.SecurityCacheController

@RestController public class SecurityCacheController extends Object
  • Constructor Details

    • SecurityCacheController

      public SecurityCacheController()
  • Method Details

    • clearCache

      @Secured("USER_MANAGEMENT.SECURITY_CACHE.CLEAR") @RequestMapping(method=DELETE, value="/security/clear-cache") public void clearCache()