1 64 package com.jcorporate.expresso.core.dataobjects; 65 66 91 public interface Securable { 92 93 94 99 public static final int SYSTEM_ACCOUNT = -1; 100 101 107 public int getRequestingUid(); 108 109 110 117 public void setRequestingUid(int newUid); 118 119 120 129 public void isAllowed(String requestedFunction) 130 throws SecurityException , com.jcorporate.expresso.core.db.DBException; 131 132 } | Popular Tags |