net.geant.edugain.base
Class BaseDefinitions

java.lang.Object
  extended by org.opensaml.XML
      extended by net.geant.edugain.base.BaseDefinitions

public abstract class BaseDefinitions
extends org.opensaml.XML

Utility class for constants, mostly XML (extends org.opensaml.XML class)

Author:
Jose Manuel Macias, Jaime Perez Crespo

Nested Class Summary
 
Nested classes/interfaces inherited from class org.opensaml.XML
org.opensaml.XML.ParserPool
 
Field Summary
static java.lang.String EDUGAIN_CID_RESOLVER
           
static java.lang.String EDUGAIN_NS
          SAML protocol XML namespace
static java.lang.String EDUGAIN_REFERENCE_ATTRIBUTEAUTHORITY
          eduGAIN identifier for attribute authority
static java.lang.String EDUGAIN_REFERENCE_CACHE
          eduGAIN identifier for cache reference
static java.lang.String EDUGAIN_REFERENCE_HOMELOCATOR
          eduGAIN identifier for home locator
static java.lang.String EDUGAIN_SCHEMA_ID
          eduGAIN XML Schema Identifier
 
Fields inherited from class org.opensaml.XML
config, OPENSAML_NS, parserPool, SAML_ARTIFACT_SOURCEID, SAML_NS, SAML_SCHEMA_ID, SAML10_PROTOCOL_ENUM, SAML11_PROTOCOL_ENUM, SAML11_SCHEMA_ID, SAMLP_NS, SAMLP_SCHEMA_ID, SAMLP11_SCHEMA_ID, SOAP11ENV_NS, SOAP11ENV_SCHEMA_ID, XML_NS, XML_SCHEMA_ID, XMLNS_NS, XMLSIG_NS, XMLSIG_SCHEMA_ID, XSD_NS, XSI_NS
 
Constructor Summary
BaseDefinitions()
           
 
Method Summary
 
Methods inherited from class org.opensaml.XML
assign, getFirstChildElement, getFirstChildElement, getLastChildElement, getLastChildElement, getNamespaceForPrefix, getNamespaceForQName, getNextSiblingElement, getNextSiblingElement, getPreviousSiblingElement, getPreviousSiblingElement, getQNameAttribute, getQNameTextNode, isElementNamed, isEmpty, safeCompare
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EDUGAIN_NS

public static final java.lang.String EDUGAIN_NS
SAML protocol XML namespace

See Also:
Constant Field Values

EDUGAIN_SCHEMA_ID

public static final java.lang.String EDUGAIN_SCHEMA_ID
eduGAIN XML Schema Identifier

See Also:
Constant Field Values

EDUGAIN_REFERENCE_CACHE

public static final java.lang.String EDUGAIN_REFERENCE_CACHE
eduGAIN identifier for cache reference

See Also:
Constant Field Values

EDUGAIN_REFERENCE_HOMELOCATOR

public static final java.lang.String EDUGAIN_REFERENCE_HOMELOCATOR
eduGAIN identifier for home locator

See Also:
Constant Field Values

EDUGAIN_REFERENCE_ATTRIBUTEAUTHORITY

public static final java.lang.String EDUGAIN_REFERENCE_ATTRIBUTEAUTHORITY
eduGAIN identifier for attribute authority

See Also:
Constant Field Values

EDUGAIN_CID_RESOLVER

public static final java.lang.String EDUGAIN_CID_RESOLVER
See Also:
Constant Field Values
Constructor Detail

BaseDefinitions

public BaseDefinitions()