From c98204e7055b30d4dcdb472d5ba4ed3bdb5b5b57 Mon Sep 17 00:00:00 2001 From: Michael Jett Date: Thu, 26 Apr 2012 16:29:46 -0400 Subject: [PATCH] Renamed mockup directory --- .../{admin => mockup}/approve_test.html | 0 .../{admin => mockup}/bootstrap2_test.html | 0 .../{admin => mockup}/edit_client.html | 0 .../resources/{admin => mockup}/main.html | 0 .../resources/mockup/manage_client_test.html | 133 ++++++++++++++++++ .../{admin => mockup}/manage_clients.html | 0 6 files changed, 133 insertions(+) rename openid-connect-server/src/main/webapp/resources/{admin => mockup}/approve_test.html (100%) rename openid-connect-server/src/main/webapp/resources/{admin => mockup}/bootstrap2_test.html (100%) rename openid-connect-server/src/main/webapp/resources/{admin => mockup}/edit_client.html (100%) rename openid-connect-server/src/main/webapp/resources/{admin => mockup}/main.html (100%) create mode 100644 openid-connect-server/src/main/webapp/resources/mockup/manage_client_test.html rename openid-connect-server/src/main/webapp/resources/{admin => mockup}/manage_clients.html (100%) diff --git a/openid-connect-server/src/main/webapp/resources/admin/approve_test.html b/openid-connect-server/src/main/webapp/resources/mockup/approve_test.html similarity index 100% rename from openid-connect-server/src/main/webapp/resources/admin/approve_test.html rename to openid-connect-server/src/main/webapp/resources/mockup/approve_test.html diff --git a/openid-connect-server/src/main/webapp/resources/admin/bootstrap2_test.html b/openid-connect-server/src/main/webapp/resources/mockup/bootstrap2_test.html similarity index 100% rename from openid-connect-server/src/main/webapp/resources/admin/bootstrap2_test.html rename to openid-connect-server/src/main/webapp/resources/mockup/bootstrap2_test.html diff --git a/openid-connect-server/src/main/webapp/resources/admin/edit_client.html b/openid-connect-server/src/main/webapp/resources/mockup/edit_client.html similarity index 100% rename from openid-connect-server/src/main/webapp/resources/admin/edit_client.html rename to openid-connect-server/src/main/webapp/resources/mockup/edit_client.html diff --git a/openid-connect-server/src/main/webapp/resources/admin/main.html b/openid-connect-server/src/main/webapp/resources/mockup/main.html similarity index 100% rename from openid-connect-server/src/main/webapp/resources/admin/main.html rename to openid-connect-server/src/main/webapp/resources/mockup/main.html diff --git a/openid-connect-server/src/main/webapp/resources/mockup/manage_client_test.html b/openid-connect-server/src/main/webapp/resources/mockup/manage_client_test.html new file mode 100644 index 000000000..20e34e360 --- /dev/null +++ b/openid-connect-server/src/main/webapp/resources/mockup/manage_client_test.html @@ -0,0 +1,133 @@ + + + + + + + + + + + + OpenID Connect - welcome + + + + + + + + + + + + + + + + + + + + +
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + +
NameRedirect URLGrant TypesScopeAuthorityDescriptionRefresh Tokens
+ + +
+

© Company 2012

+
+
+
+
+ + + + + + + + + + \ No newline at end of file diff --git a/openid-connect-server/src/main/webapp/resources/admin/manage_clients.html b/openid-connect-server/src/main/webapp/resources/mockup/manage_clients.html similarity index 100% rename from openid-connect-server/src/main/webapp/resources/admin/manage_clients.html rename to openid-connect-server/src/main/webapp/resources/mockup/manage_clients.html