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_SCHEMA_ID
          eduGAIN XML Schema Identifier
static int TRUSTED
          Deprecated. 
static int UNKNOWN
          Deprecated.  
static int UNTRUSTED
          Deprecated. 
 
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

UNKNOWN

@Deprecated
public static final int UNKNOWN
Deprecated. 
Values for trust validation results

See Also:
Constant Field Values

TRUSTED

@Deprecated
public static final int TRUSTED
Deprecated. 
See Also:
Constant Field Values

UNTRUSTED

@Deprecated
public static final int UNTRUSTED
Deprecated. 
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()