Skip to content

Commit

Permalink
- Add permissionMethod variable for GAM in API Object methods - Issue…
Browse files Browse the repository at this point in the history
… 103173 (#740)
  • Loading branch information
AlejandroP authored Jul 27, 2023
1 parent 30630fd commit 2f083bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion java/src/main/java/com/genexus/GxRestService.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ abstract public class GxRestService extends GXObjectBase {
protected String gamError;
protected boolean forbidden = false;
protected String permissionPrefix;
protected String permissionMethod;

protected abstract boolean IntegratedSecurityEnabled();
protected abstract int IntegratedSecurityLevel();

protected String ExecutePermissionPrefix(){
return "";
}
Expand Down

0 comments on commit 2f083bf

Please sign in to comment.