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 String CONFIG_NS
          Namespace for Discovery Service configuration.
static String IDP_SSO_BINDING
          SSO Binding name.
static String SALM2_PROTOCOL
          SAML2 protocol
static String SHIB_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

SALM2_PROTOCOL

public static final String SALM2_PROTOCOL
SAML2 protocol

See Also:
Constant Field Values
Constructor Detail

XMLConstants

public XMLConstants()


Copyright © 2006-2010 Internet2. All Rights Reserved.