summaryrefslogtreecommitdiffstats
path: root/admportal/lib
diff options
context:
space:
mode:
authorTimoney, Daniel (dt5972) <dtimoney@att.com>2017-02-15 10:37:53 -0500
committerTimoney, Daniel (dt5972) <dtimoney@att.com>2017-02-15 10:40:37 -0500
commit324ee36fe31763e507b422ab0a88e4230045e205 (patch)
treed0b04520f6657601c918ce63fd27575977624187 /admportal/lib
parentf0c97e8db427481e28c0a16b789bc73801b35e47 (diff)
Initial commit for OpenECOMP SDN-C OA&M
Change-Id: I7ab579fd0d206bf356f36d52dcdf4f71f1fa2680 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: 2a9f0edd09581f907e62ec4689b5ac94dd5382ba
Diffstat (limited to 'admportal/lib')
-rw-r--r--admportal/lib/CSPCheck.java27
-rw-r--r--admportal/lib/GLCookieDecryption.jarbin0 -> 11656 bytes
-rw-r--r--admportal/lib/Helloworld.java7
-rw-r--r--admportal/lib/ST4-4.0.8.jarbin0 -> 239543 bytes
-rwxr-xr-xadmportal/lib/antlr4-4.5.1.jarbin0 -> 1478697 bytes
-rwxr-xr-xadmportal/lib/antlr4-runtime-4.5.1.jarbin0 -> 302027 bytes
-rw-r--r--admportal/lib/java-concurrent-hash-trie-map-0.2.23.jarbin0 -> 47084 bytes
-rw-r--r--admportal/lib/jsr305-2.0.3.jarbin0 -> 33031 bytes
-rw-r--r--admportal/lib/object-cache-api-0.6.3-Helium-SR1.jarbin0 -> 13946 bytes
-rw-r--r--admportal/lib/org.abego.treelayout.core-1.0.1.jarbin0 -> 25515 bytes
-rw-r--r--admportal/lib/org.eclipse.osgi-3.8.1.v20120830-144521.jarbin0 -> 1396459 bytes
-rw-r--r--admportal/lib/util-0.6.3-Helium-SR1.jarbin0 -> 115612 bytes
-rw-r--r--admportal/lib/yang-binding-0.6.3-Helium-SR1.jarbin0 -> 62971 bytes
-rw-r--r--admportal/lib/yang-common-0.6.3-Helium-SR1.jarbin0 -> 19216 bytes
14 files changed, 34 insertions, 0 deletions
diff --git a/admportal/lib/CSPCheck.java b/admportal/lib/CSPCheck.java
new file mode 100644
index 00000000..dac1d886
--- /dev/null
+++ b/admportal/lib/CSPCheck.java
@@ -0,0 +1,27 @@
+import esGateKeeper.*;
+import java.util.*;
+import java.io.*;
+import java.net.*;
+public class CSPCheck{
+
+public static void main(String[] args){
+ try{
+ String attuid = "";
+ if(args != null && args.length == 2){
+ String secCookie = args[0];
+ //validationEnv can be DEVL or PROD
+ String validationEnv=args[1];
+ String retString = esGateKeeper.esGateKeeper(secCookie, "CSP", validationEnv, -5, "/tmp/");
+ if(retString != null){
+ String[] dataArr = retString.split("\\|");
+ attuid= dataArr[5];
+
+ }
+ System.out.print("{" + "\"attuid\" : \"" + attuid + "\"}");
+ }
+ }catch(Exception e){
+ System.out.print("{" + "\"attuid\" : \"ERROR\"}");
+ }
+}
+}
+
diff --git a/admportal/lib/GLCookieDecryption.jar b/admportal/lib/GLCookieDecryption.jar
new file mode 100644
index 00000000..aa3d0593
--- /dev/null
+++ b/admportal/lib/GLCookieDecryption.jar
Binary files differ
diff --git a/admportal/lib/Helloworld.java b/admportal/lib/Helloworld.java
new file mode 100644
index 00000000..daf47415
--- /dev/null
+++ b/admportal/lib/Helloworld.java
@@ -0,0 +1,7 @@
+public class Helloworld{
+
+public static void main(String[] args){
+ System.out.println("hello world");
+ }
+}
+
diff --git a/admportal/lib/ST4-4.0.8.jar b/admportal/lib/ST4-4.0.8.jar
new file mode 100644
index 00000000..144828ba
--- /dev/null
+++ b/admportal/lib/ST4-4.0.8.jar
Binary files differ
diff --git a/admportal/lib/antlr4-4.5.1.jar b/admportal/lib/antlr4-4.5.1.jar
new file mode 100755
index 00000000..81039db1
--- /dev/null
+++ b/admportal/lib/antlr4-4.5.1.jar
Binary files differ
diff --git a/admportal/lib/antlr4-runtime-4.5.1.jar b/admportal/lib/antlr4-runtime-4.5.1.jar
new file mode 100755
index 00000000..7807292e
--- /dev/null
+++ b/admportal/lib/antlr4-runtime-4.5.1.jar
Binary files differ
diff --git a/admportal/lib/java-concurrent-hash-trie-map-0.2.23.jar b/admportal/lib/java-concurrent-hash-trie-map-0.2.23.jar
new file mode 100644
index 00000000..2c019d09
--- /dev/null
+++ b/admportal/lib/java-concurrent-hash-trie-map-0.2.23.jar
Binary files differ
diff --git a/admportal/lib/jsr305-2.0.3.jar b/admportal/lib/jsr305-2.0.3.jar
new file mode 100644
index 00000000..cc39b738
--- /dev/null
+++ b/admportal/lib/jsr305-2.0.3.jar
Binary files differ
diff --git a/admportal/lib/object-cache-api-0.6.3-Helium-SR1.jar b/admportal/lib/object-cache-api-0.6.3-Helium-SR1.jar
new file mode 100644
index 00000000..e75db741
--- /dev/null
+++ b/admportal/lib/object-cache-api-0.6.3-Helium-SR1.jar
Binary files differ
diff --git a/admportal/lib/org.abego.treelayout.core-1.0.1.jar b/admportal/lib/org.abego.treelayout.core-1.0.1.jar
new file mode 100644
index 00000000..2350adcd
--- /dev/null
+++ b/admportal/lib/org.abego.treelayout.core-1.0.1.jar
Binary files differ
diff --git a/admportal/lib/org.eclipse.osgi-3.8.1.v20120830-144521.jar b/admportal/lib/org.eclipse.osgi-3.8.1.v20120830-144521.jar
new file mode 100644
index 00000000..c152830e
--- /dev/null
+++ b/admportal/lib/org.eclipse.osgi-3.8.1.v20120830-144521.jar
Binary files differ
diff --git a/admportal/lib/util-0.6.3-Helium-SR1.jar b/admportal/lib/util-0.6.3-Helium-SR1.jar
new file mode 100644
index 00000000..0f8ca621
--- /dev/null
+++ b/admportal/lib/util-0.6.3-Helium-SR1.jar
Binary files differ
diff --git a/admportal/lib/yang-binding-0.6.3-Helium-SR1.jar b/admportal/lib/yang-binding-0.6.3-Helium-SR1.jar
new file mode 100644
index 00000000..6adef241
--- /dev/null
+++ b/admportal/lib/yang-binding-0.6.3-Helium-SR1.jar
Binary files differ
diff --git a/admportal/lib/yang-common-0.6.3-Helium-SR1.jar b/admportal/lib/yang-common-0.6.3-Helium-SR1.jar
new file mode 100644
index 00000000..1fc5f9f7
--- /dev/null
+++ b/admportal/lib/yang-common-0.6.3-Helium-SR1.jar
Binary files differ