File tree Expand file tree Collapse file tree 2 files changed +54
-0
lines changed
java/src/main/java/com/genexus/webpanels Expand file tree Collapse file tree 2 files changed +54
-0
lines changed Original file line number Diff line number Diff line change 1+ package com .genexus .webpanels ;
2+ import com .genexus .internet .HttpContext ;
3+
4+ public class agamstsauthappgetaccesstokenDummy extends GXWebObjectStub
5+ {
6+ protected void doExecute (HttpContext context ) throws Exception
7+ {
8+ }
9+ protected boolean IntegratedSecurityEnabled ( )
10+ {
11+ return false ;
12+ }
13+
14+ protected int IntegratedSecurityLevel ( )
15+ {
16+ return 0 ;
17+ }
18+
19+ protected String IntegratedSecurityPermissionPrefix ( )
20+ {
21+ return "" ;
22+ }
23+
24+ protected void init (HttpContext context )
25+ {
26+ }
27+ }
Original file line number Diff line number Diff line change 1+ package com .genexus .webpanels ;
2+ import com .genexus .internet .HttpContext ;
3+
4+ public class agamstsauthappvalidaccesstokenDummy extends GXWebObjectStub
5+ {
6+ protected void doExecute (HttpContext context ) throws Exception
7+ {
8+ }
9+ protected boolean IntegratedSecurityEnabled ( )
10+ {
11+ return false ;
12+ }
13+
14+ protected int IntegratedSecurityLevel ( )
15+ {
16+ return 0 ;
17+ }
18+
19+ protected String IntegratedSecurityPermissionPrefix ( )
20+ {
21+ return "" ;
22+ }
23+
24+ protected void init (HttpContext context )
25+ {
26+ }
27+ }
You can’t perform that action at this time.
0 commit comments