1 package com.openedit;2 3 public interface Secured4 {5 public boolean canRun(WebPageRequest inReq, String inMethodName);6 7 }8