Skip to content

Commit 3557abe

Browse files
authored
Add some dummy files referenced by servlets in KBs with no GAM. Issue: 86172 (#298)
1 parent 4a2f7ae commit 3557abe

File tree

3 files changed

+81
-0
lines changed

3 files changed

+81
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
package com.genexus.webpanels;
2+
import com.genexus.internet.HttpContext;
3+
4+
public class agamoauth20getaccesstoken_v20Dummy 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+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
package com.genexus.webpanels;
2+
import com.genexus.internet.HttpContext;
3+
4+
public class agamoauth20getuserinfo_v20Dummy 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+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
package com.genexus.webpanels;
2+
import com.genexus.internet.HttpContext;
3+
4+
public class agamssorestrequesttokenanduserinfo_v20Dummy 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+
}

0 commit comments

Comments
 (0)