bjoern@2956: package de.intevation.flys.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: }