From 0a90384a9c7d840e88d9636271e8393a514647a0 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 28 Jul 2009 10:34:52 +0200 Subject: Import shibboleth ds 1.1.0 --- .../middleware/shibboleth/wayf/XMLConstants.html | 304 +++++++++++++++++++++ 1 file changed, 304 insertions(+) create mode 100644 doc/api/edu/internet2/middleware/shibboleth/wayf/XMLConstants.html (limited to 'doc/api/edu/internet2/middleware/shibboleth/wayf/XMLConstants.html') diff --git a/doc/api/edu/internet2/middleware/shibboleth/wayf/XMLConstants.html b/doc/api/edu/internet2/middleware/shibboleth/wayf/XMLConstants.html new file mode 100644 index 0000000..af62eff --- /dev/null +++ b/doc/api/edu/internet2/middleware/shibboleth/wayf/XMLConstants.html @@ -0,0 +1,304 @@ + + + + + + + +XMLConstants (Shibboleth Discovery Service 1.1.0 Java API.) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +edu.internet2.middleware.shibboleth.wayf +
+Class XMLConstants

+
+java.lang.Object
+  extended by edu.internet2.middleware.shibboleth.wayf.XMLConstants
+
+
+
+
public class XMLConstants
extends Object
+ + +

+Holder class for various XML constants (namespaces and so forth). +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+Field Summary
+static StringCONFIG_NS + +
+          Namespace for Discovery Service configuration.
+static StringIDP_SSO_BINDING + +
+          SSO Binding name.
+static StringSHIB_NS + +
+          Shibboleth XML namespace.
+  + + + + + + + + + + +
+Constructor Summary
XMLConstants() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+SHIB_NS

+
+public static final String SHIB_NS
+
+
Shibboleth XML namespace. +

+

+
See Also:
Constant Field Values
+
+
+ +

+IDP_SSO_BINDING

+
+public static final String IDP_SSO_BINDING
+
+
SSO Binding name. +

+

+
See Also:
Constant Field Values
+
+
+ +

+CONFIG_NS

+
+public static final String CONFIG_NS
+
+
Namespace for Discovery Service configuration. +

+

+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+XMLConstants

+
+public XMLConstants()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2006-2009 Internet2. All Rights Reserved. + + -- cgit v1.1