KNOX-686 - Default Form based SSO IDP as an Application

Project: http://git-wip-us.apache.org/repos/asf/knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/3e36bc69
Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/3e36bc69
Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/3e36bc69

Branch: refs/heads/master
Commit: 3e36bc69be673bb9c17569d951474e9d1bc50122
Parents: a8b190d
Author: Larry McCay <lmc...@hortonworks.com>
Authored: Thu Mar 10 12:34:18 2016 -0500
Committer: Larry McCay <lmc...@hortonworks.com>
Committed: Thu Mar 10 12:34:18 2016 -0500

----------------------------------------------------------------------
 LICENSE                                         |    7 +-
 NOTICE                                          |    4 +-
 gateway-applications/pom.xml                    |   39 +
 .../src/main/resources/applications/README      |    1 +
 .../resources/applications/knoxauth/favicon.ico |  Bin 0 -> 6774 bytes
 .../knoxauth/fonts/fontawesome/FontAwesome.otf  |  Bin 0 -> 61896 bytes
 .../fonts/fontawesome/fontawesome-webfont.eot   |  Bin 0 -> 37405 bytes
 .../fonts/fontawesome/fontawesome-webfont.svg   |  399 +
 .../fonts/fontawesome/fontawesome-webfont.ttf   |  Bin 0 -> 79076 bytes
 .../fonts/fontawesome/fontawesome-webfont.woff  |  Bin 0 -> 43572 bytes
 .../fonts/fontopensans/open-sans-300.woff       |  Bin 0 -> 22656 bytes
 .../fonts/fontopensans/open-sans-300i.woff      |  Bin 0 -> 21524 bytes
 .../fonts/fontopensans/open-sans-400.woff       |  Bin 0 -> 21956 bytes
 .../fonts/fontopensans/open-sans-400i.woff      |  Bin 0 -> 21092 bytes
 .../fonts/fontopensans/open-sans-600.woff       |  Bin 0 -> 22604 bytes
 .../fonts/fontopensans/open-sans-600i.woff      |  Bin 0 -> 21252 bytes
 .../fonts/fontopensans/open-sans-700.woff       |  Bin 0 -> 22748 bytes
 .../fonts/fontopensans/open-sans-700i.woff      |  Bin 0 -> 21184 bytes
 .../applications/knoxauth/images/avatar.png     |  Bin 0 -> 761 bytes
 .../applications/knoxauth/images/blank.gif      |  Bin 0 -> 43 bytes
 .../applications/knoxauth/images/knox-logo.gif  |  Bin 0 -> 20890 bytes
 .../applications/knoxauth/images/loading.gif    |  Bin 0 -> 1849 bytes
 .../applications/knoxauth/js/knoxauth.js        |  110 +
 .../libs/bower/jquery/js/jquery-1.10.2.js       | 9789 ++++++++++++++++++
 .../libs/bower/jquery/js/jquery-migrate.js      |  511 +
 .../libs/bower/jquery/js/jquery-migrate.min.js  |    3 +
 .../knoxauth/libs/bower/jquery/js/jquery.js     | 9789 ++++++++++++++++++
 .../knoxauth/libs/bower/jquery/js/jquery.min.js |    6 +
 .../libs/bower/jquery/js/jquery.min.map         |    1 +
 .../resources/applications/knoxauth/login.html  |   82 +
 .../resources/applications/knoxauth/service.xml |   46 +
 .../applications/knoxauth/styles/app-font.css   |   64 +
 .../knoxauth/styles/bootstrap.min.css           | 6422 ++++++++++++
 .../applications/knoxauth/styles/knox.css       | 1906 ++++
 .../home/conf/topologies/knoxsso.xml            |  124 +
 gateway-release/pom.xml                         |   14 +-
 gateway-release/src/assembly.xml                |    9 +-
 pom.xml                                         |   10 +
 38 files changed, 29331 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/3e36bc69/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index a9e9f54..3f69cac 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1137,9 +1137,12 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
 
 
 ------------------------------------------------------------------------------
-SL4J License - MIT
+JQuery and SL4J License - MIT
 ------------------------------------------------------------------------------
-Copyright (c) 2004-2013 QOS.ch
+jQuery (http://jquery.org - MIT license), Copyright © 2014, John Resig.
+
+SL4J Copyright (c) 2004-2013 QOS.ch
+
 All rights reserved.
 
 Permission is hereby granted, free  of charge, to any person obtaining

http://git-wip-us.apache.org/repos/asf/knox/blob/3e36bc69/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index 75688a6..f947558 100644
--- a/NOTICE
+++ b/NOTICE
@@ -2,4 +2,6 @@ Apache Knox
 Copyright 2012-2015 The Apache Software Foundation
 
 This product includes software developed by
-The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file
+The Apache Software Foundation (http://www.apache.org/).
+
+This product includes jQuery (http://jquery.org - MIT license), Copyright © 
2014, John Resig

http://git-wip-us.apache.org/repos/asf/knox/blob/3e36bc69/gateway-applications/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-applications/pom.xml b/gateway-applications/pom.xml
new file mode 100644
index 0000000..bf04ae8
--- /dev/null
+++ b/gateway-applications/pom.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0"?>
+<project
+        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";
+        xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.knox</groupId>
+        <artifactId>gateway</artifactId>
+        <version>0.9.0-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>gateway-applications</artifactId>
+    <name>gateway-applications</name>
+    <description>The applications delivered with Knox.</description>
+    <licenses>
+        <license>
+            <name>The Apache Software License, Version 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.eclipse.persistence</groupId>
+            <artifactId>eclipselink</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.knox</groupId>
+            <artifactId>gateway-test-utils</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+</project>

http://git-wip-us.apache.org/repos/asf/knox/blob/3e36bc69/gateway-applications/src/main/resources/applications/README
----------------------------------------------------------------------
diff --git a/gateway-applications/src/main/resources/applications/README 
b/gateway-applications/src/main/resources/applications/README
new file mode 100644
index 0000000..149839b
--- /dev/null
+++ b/gateway-applications/src/main/resources/applications/README
@@ -0,0 +1 @@
+THIS DIRECTORY CAN CONTAIN APPLICATIONS THAT CAN BE REFERENCED FROM TOPOLOGIES.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/knox/blob/3e36bc69/gateway-applications/src/main/resources/applications/knoxauth/favicon.ico
----------------------------------------------------------------------
diff --git 
a/gateway-applications/src/main/resources/applications/knoxauth/favicon.ico 
b/gateway-applications/src/main/resources/applications/knoxauth/favicon.ico
new file mode 100644
index 0000000..8a163fb
Binary files /dev/null and 
b/gateway-applications/src/main/resources/applications/knoxauth/favicon.ico 
differ

http://git-wip-us.apache.org/repos/asf/knox/blob/3e36bc69/gateway-applications/src/main/resources/applications/knoxauth/fonts/fontawesome/FontAwesome.otf
----------------------------------------------------------------------
diff --git 
a/gateway-applications/src/main/resources/applications/knoxauth/fonts/fontawesome/FontAwesome.otf
 
b/gateway-applications/src/main/resources/applications/knoxauth/fonts/fontawesome/FontAwesome.otf
new file mode 100644
index 0000000..7012545
Binary files /dev/null and 
b/gateway-applications/src/main/resources/applications/knoxauth/fonts/fontawesome/FontAwesome.otf
 differ

http://git-wip-us.apache.org/repos/asf/knox/blob/3e36bc69/gateway-applications/src/main/resources/applications/knoxauth/fonts/fontawesome/fontawesome-webfont.eot
----------------------------------------------------------------------
diff --git 
a/gateway-applications/src/main/resources/applications/knoxauth/fonts/fontawesome/fontawesome-webfont.eot
 
b/gateway-applications/src/main/resources/applications/knoxauth/fonts/fontawesome/fontawesome-webfont.eot
new file mode 100644
index 0000000..0662cb9
Binary files /dev/null and 
b/gateway-applications/src/main/resources/applications/knoxauth/fonts/fontawesome/fontawesome-webfont.eot
 differ

Reply via email to