aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorrudolf <rudolf@d688527b-c9ab-4aba-bd8d-4036d912da1d>2005-08-11 08:30:11 +0000
committerrudolf <rudolf@d688527b-c9ab-4aba-bd8d-4036d912da1d>2005-08-11 08:30:11 +0000
commit17f18fc9749c4f3a4b74a2103500bbd549de1160 (patch)
tree333647523c38a3308a6075afc97dde75cf62efaa /common
parent3c9afd5a0a8da470f3f84ac932f1383d072e31c9 (diff)
downloadmoa-id-spss-17f18fc9749c4f3a4b74a2103500bbd549de1160.tar.gz
moa-id-spss-17f18fc9749c4f3a4b74a2103500bbd549de1160.tar.bz2
moa-id-spss-17f18fc9749c4f3a4b74a2103500bbd549de1160.zip
WRONG and ANCIENT ECDSA Schema NS wurde entfernt
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@431 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'common')
-rw-r--r--common/src/at/gv/egovernment/moa/util/Constants.java18
1 files changed, 0 insertions, 18 deletions
diff --git a/common/src/at/gv/egovernment/moa/util/Constants.java b/common/src/at/gv/egovernment/moa/util/Constants.java
index c3379ae0e..bae811c41 100644
--- a/common/src/at/gv/egovernment/moa/util/Constants.java
+++ b/common/src/at/gv/egovernment/moa/util/Constants.java
@@ -82,14 +82,6 @@ public interface Constants {
public static final String ECDSA_NS_URI =
"http://www.w3.org/2001/04/xmldsig-more#";
- /** Ancient URI for the ECDSA XML namespace **/
- public static final String ECDSA_NS_URI_ANCIENT =
- "http://www.buergerkarte.at/namespaces/ecdsa/200206030#";
-
- /** Wrong URI for the ECDSA XML namespace, used by the ZMR **/
- public static final String ECDSA_NS_URI_WRONG = // TODO Entfernen, sobald ZMR umgestellt hat
- "http://www.w3.org/2004/01/xmldsig-more#";
-
/** Prefix used for ECDSA namespace */
public static final String ECDSA_PREFIX = "ecdsa";
@@ -97,14 +89,6 @@ public interface Constants {
public static final String ECDSA_SCHEMA_LOCATION =
SCHEMA_ROOT + "ECDSAKeyValue.xsd";
- /** Local location of ECDSA XML schema definition (ancient version) */
- public static final String ECDSA_SCHEMA_LOCATION_ANCIENT =
- SCHEMA_ROOT + "ECDSAKeyValue.ancient.xsd";
-
- /** Local location of ECDSA XML schema definition (wrong ZMR version) */
- public static final String ECDSA_SCHEMA_LOCATION_WRONG =
- SCHEMA_ROOT + "ECDSAKeyValue.wrong.xsd";
-
/** URI of the PersonData XML namespace. */
public static final String PD_NS_URI =
"http://reference.e-government.gv.at/namespace/persondata/20020228#";
@@ -225,8 +209,6 @@ public interface Constants {
+ (SL11_NS_URI + " " + SL11_SCHEMA_LOCATION + " ")
+ (SL12_NS_URI + " " + SL12_SCHEMA_LOCATION + " ")
+ (ECDSA_NS_URI + " " + ECDSA_SCHEMA_LOCATION + " ")
- + (ECDSA_NS_URI_ANCIENT + " " + ECDSA_SCHEMA_LOCATION_ANCIENT + " ")
- + (ECDSA_NS_URI_WRONG + " " + ECDSA_SCHEMA_LOCATION_WRONG + " ") // TODO Entfernen, sobald ZMR umgestellt hat
+ (PD_NS_URI + " " + PD_SCHEMA_LOCATION + " ")
+ (SAML_NS_URI + " " + SAML_SCHEMA_LOCATION + " ")
+ (SAMLP_NS_URI + " " + SAMLP_SCHEMA_LOCATION + " ")