edu.internet2.middleware.shibboleth.wayf
Class XMLConstants

java.lang.Object
  extended by edu.internet2.middleware.shibboleth.wayf.XMLConstants

public final class XMLConstants
extends Object

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


Field Summary
static String CONFIG_NS
          Namespace for Discovery Service configuration.
static String IDP_SSO_BINDING
          SSO Binding name.
static String SAML2_PROTOCOL
          SAML2 protocol.
static String SHIB_NS
          Shibboleth XML namespace.
 
Constructor Summary
private XMLConstants()
          private Constructor.
 
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

SAML2_PROTOCOL

public static final String SAML2_PROTOCOL
SAML2 protocol.

See Also:
Constant Field Values
Constructor Detail

XMLConstants

private XMLConstants()
private Constructor. We never want this instantiated.



Copyright © 1999-2012. All Rights Reserved.