# HG changeset patch # User Bernhard Herzog # Date 1368028574 -7200 # Node ID 2f176892971fbe0bec5a83509430c9401531a7de # Parent 6ffd11046d616256a77d6d79bcfe3c71148c7756 Remove now unused JDom namespace constants for SAML. diff -r 6ffd11046d61 -r 2f176892971f gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Namespaces.java --- a/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Namespaces.java Wed May 08 17:56:14 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde - * Software engineering by Intevation GmbH - * - * This file is Free Software under the GNU AGPL (>=v3) - * and comes with ABSOLUTELY NO WARRANTY! Check out the - * documentation coming with Dive4Elements River for details. - */ - -package org.dive4elements.river.client.server.auth.was; - -import org.jdom.Namespace; - -public class Namespaces { - - public static final Namespace SAML_NS_ASSERT = - Namespace.getNamespace("urn:oasis:names:tc:SAML:1.0:assertion"); - public static final Namespace SAML_NS_PROTO = - Namespace.getNamespace("urn:oasis:names:tc:SAML:1.0:protocol"); - public static final Namespace XML_SIG_NS = - Namespace.getNamespace("http://www.w3.org/2000/09/xmldsig#"); - -}