diff --git a/java/src/main/java/com/genexus/webpanels/agamstsauthappgetaccesstokenDummy.java b/java/src/main/java/com/genexus/webpanels/agamstsauthappgetaccesstokenDummy.java new file mode 100644 index 000000000..e7fb55599 --- /dev/null +++ b/java/src/main/java/com/genexus/webpanels/agamstsauthappgetaccesstokenDummy.java @@ -0,0 +1,27 @@ +package com.genexus.webpanels; +import com.genexus.internet.HttpContext; + +public class agamstsauthappgetaccesstokenDummy extends GXWebObjectStub +{ + protected void doExecute(HttpContext context) throws Exception + { + } + protected boolean IntegratedSecurityEnabled( ) + { + return false; + } + + protected int IntegratedSecurityLevel( ) + { + return 0; + } + + protected String IntegratedSecurityPermissionPrefix( ) + { + return ""; + } + + protected void init(HttpContext context ) + { + } +} diff --git a/java/src/main/java/com/genexus/webpanels/agamstsauthappvalidaccesstokenDummy.java b/java/src/main/java/com/genexus/webpanels/agamstsauthappvalidaccesstokenDummy.java new file mode 100644 index 000000000..66b74a030 --- /dev/null +++ b/java/src/main/java/com/genexus/webpanels/agamstsauthappvalidaccesstokenDummy.java @@ -0,0 +1,27 @@ +package com.genexus.webpanels; +import com.genexus.internet.HttpContext; + +public class agamstsauthappvalidaccesstokenDummy extends GXWebObjectStub +{ + protected void doExecute(HttpContext context) throws Exception + { + } + protected boolean IntegratedSecurityEnabled( ) + { + return false; + } + + protected int IntegratedSecurityLevel( ) + { + return 0; + } + + protected String IntegratedSecurityPermissionPrefix( ) + { + return ""; + } + + protected void init(HttpContext context ) + { + } +}