From cea2f395ec773b386ec628d60120752cf320f6b6 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 27 Jan 2014 16:27:02 +0100 Subject: add PVP2 Demo Application change SZRGWClient to JAXWs --- id/oa/src/main/webapp/demoapp.jsp | 73 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 id/oa/src/main/webapp/demoapp.jsp (limited to 'id/oa/src/main/webapp/demoapp.jsp') diff --git a/id/oa/src/main/webapp/demoapp.jsp b/id/oa/src/main/webapp/demoapp.jsp new file mode 100644 index 000000000..c6b005deb --- /dev/null +++ b/id/oa/src/main/webapp/demoapp.jsp @@ -0,0 +1,73 @@ + +<%@ page import = "at.gv.egovernment.moa.id.demoOA.utils.ApplicationBean" %> +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> + + + + + + + Demo Applikation + + + + <% + ApplicationBean bean = (ApplicationBean) request.getAttribute("answers"); + %> + +
+ +
+

Anmeldedaten

+
+ + <% if (bean.isLogin()) {%> +
+
+

LogOut

+
+ +
+ + + + + +
Benutzerdaten:<%= bean.getGivenName()%>  + <%= bean.getFamilyName()%>  + <%= bean.getDateOfBirth()%>
+ + <%} else { %> + +
+ LogIn +
+

<%= bean.getErrorMessage()%>

+ <%} %> + + +
+ +
+ + +
+

SAML Assertion

+
+ +
+
+
+
+
+
+ + + \ No newline at end of file -- cgit v1.2.3