From dd45e938564249a5e6897bd92dd29808d8990868 Mon Sep 17 00:00:00 2001 From: rudolf Date: Fri, 24 Oct 2003 08:34:56 +0000 Subject: MOA-ID version 1.1 (initial) git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@19 d688527b-c9ab-4aba-bd8d-4036d912da1d --- id.server/data/test/conf/ConfigurationTest.xml | 103 +++++++++++++++++++++ id.server/data/test/conf/OAConfBasicAuth.xml | 10 ++ id.server/data/test/conf/OAConfHeaderAuth.xml | 13 +++ id.server/data/test/conf/OAConfParamAuth.xml | 10 ++ id.server/data/test/conf/log4j.properties | 10 ++ .../test/conf/transforms/TransformsInfosHTML.xml | 63 +++++++++++++ 6 files changed, 209 insertions(+) create mode 100644 id.server/data/test/conf/ConfigurationTest.xml create mode 100644 id.server/data/test/conf/OAConfBasicAuth.xml create mode 100644 id.server/data/test/conf/OAConfHeaderAuth.xml create mode 100644 id.server/data/test/conf/OAConfParamAuth.xml create mode 100644 id.server/data/test/conf/log4j.properties create mode 100644 id.server/data/test/conf/transforms/TransformsInfosHTML.xml (limited to 'id.server/data/test/conf') diff --git a/id.server/data/test/conf/ConfigurationTest.xml b/id.server/data/test/conf/ConfigurationTest.xml new file mode 100644 index 000000000..5c18e35cc --- /dev/null +++ b/id.server/data/test/conf/ConfigurationTest.xml @@ -0,0 +1,103 @@ + + + + + + + + + + file:data/test/certs/server-certs + + + + TrustProfile1 + + + TrustProfile1 + TransformsInfoProfile1MOAID + + + + CN=MOA Test CA - Signaturdienste,OU=IKT-Stabsstelle des Bundes,O=Bundesministerium für öffentliche Leistung und Sport,C=AT + + + + + + http://www.altova.com + http://www.altova.com + + + + + + + + url:AcceptedServerCertificates + URL:toClientKeystoreOA + + + + + + + + file:data/test/certs/server-certs + + + + + + + + file:data/test/certs/server-certs + + + + + + + + file:data/test/certs/server-certs + + + + + + + + file:data/test/certs/server-certs + + + + + + + + url:AcceptedServerCertificates2 + URL:toClientKeystoreOA2 + + + + + + + + url:AcceptedServerCertificates3 + URL:toClientKeystoreOA3 + + + + + + CN=A-Trust-nQual-0,OU=A-Trust-nQual-0,O=A-Trust,C=AT + 536 + + + file:c:/java/id.server/data/test/certs/ca-certs + + + + + diff --git a/id.server/data/test/conf/OAConfBasicAuth.xml b/id.server/data/test/conf/OAConfBasicAuth.xml new file mode 100644 index 000000000..61455f903 --- /dev/null +++ b/id.server/data/test/conf/OAConfBasicAuth.xml @@ -0,0 +1,10 @@ + + + + + stateful + + MOAGivenName + MOAFamilyName + + diff --git a/id.server/data/test/conf/OAConfHeaderAuth.xml b/id.server/data/test/conf/OAConfHeaderAuth.xml new file mode 100644 index 000000000..c92e055e9 --- /dev/null +++ b/id.server/data/test/conf/OAConfHeaderAuth.xml @@ -0,0 +1,13 @@ + + + + + stateful + +
+
+
+
+
+ + diff --git a/id.server/data/test/conf/OAConfParamAuth.xml b/id.server/data/test/conf/OAConfParamAuth.xml new file mode 100644 index 000000000..a70f6a6c0 --- /dev/null +++ b/id.server/data/test/conf/OAConfParamAuth.xml @@ -0,0 +1,10 @@ + + + + + stateful + + + + + diff --git a/id.server/data/test/conf/log4j.properties b/id.server/data/test/conf/log4j.properties new file mode 100644 index 000000000..9a808f925 --- /dev/null +++ b/id.server/data/test/conf/log4j.properties @@ -0,0 +1,10 @@ +# commons-logging setup +org.apache.commons.logging.LogFactory=org.apache.commons.logging.impl.Log4jFactory + +# define log4j root loggers +log4j.rootLogger=debug, stdout + +# configure the stdout appender +log4j.appender.stdout=org.apache.log4j.ConsoleAppender +log4j.appender.stdout.layout=org.apache.log4j.PatternLayout +log4j.appender.stdout.layout.ConversionPattern=%5p | %d{dd HH:mm:ss,SSS} | %t | %m%n diff --git a/id.server/data/test/conf/transforms/TransformsInfosHTML.xml b/id.server/data/test/conf/transforms/TransformsInfosHTML.xml new file mode 100644 index 000000000..e003297f4 --- /dev/null +++ b/id.server/data/test/conf/transforms/TransformsInfosHTML.xml @@ -0,0 +1,63 @@ + + + + + + + + +Bitte bestätigen Sie mit Ihrer Unterschrift folgende Angaben: +
+ + + + + + + + + + + + + + + + + + + + + +
+ Name: + + +
+ Zeit: + + +
+ Applikation: + + +
+ Geschäftsbereich: + + +
+ Anmeldeserver: + + +
+ + +
+
+
+ +
+ + text/html + +
-- cgit v1.2.3