teichmann@5861: /* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde teichmann@5861: * Software engineering by Intevation GmbH teichmann@5861: * teichmann@5861: * This file is Free Software under the GNU AGPL (>=v3) teichmann@5861: * and comes with ABSOLUTELY NO WARRANTY! Check out the teichmann@5861: * documentation coming with Dive4Elements River for details. teichmann@5861: */ teichmann@5861: teichmann@5835: package org.dive4elements.river.client.server.auth.was; bjoern@2956: bjoern@2956: import org.jdom.Namespace; bjoern@2956: bjoern@2956: public class Namespaces { bjoern@2956: bjoern@2956: public static final Namespace SAML_NS_ASSERT = bjoern@2956: Namespace.getNamespace("urn:oasis:names:tc:SAML:1.0:assertion"); bjoern@2956: public static final Namespace SAML_NS_PROTO = bjoern@2956: Namespace.getNamespace("urn:oasis:names:tc:SAML:1.0:protocol"); bjoern@2956: public static final Namespace XML_SIG_NS = bjoern@2956: Namespace.getNamespace("http://www.w3.org/2000/09/xmldsig#"); bjoern@2956: bjoern@2956: }