edu.internet2.middleware.shibboleth.common.xmlobject.impl
Class ShibbolethMetadataKeyAuthorityImpl

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObject
      extended by org.opensaml.xml.validation.AbstractValidatingXMLObject
          extended by edu.internet2.middleware.shibboleth.common.xmlobject.impl.ShibbolethMetadataKeyAuthorityImpl
All Implemented Interfaces:
ShibbolethMetadataKeyAuthority, org.opensaml.xml.AttributeExtensibleXMLObject, org.opensaml.xml.validation.ValidatingXMLObject, org.opensaml.xml.XMLObject

public class ShibbolethMetadataKeyAuthorityImpl
extends org.opensaml.xml.validation.AbstractValidatingXMLObject
implements ShibbolethMetadataKeyAuthority

Implementation of ShibbolethMetadataKeyAuthority.


Field Summary
 
Fields inherited from interface edu.internet2.middleware.shibboleth.common.xmlobject.ShibbolethMetadataKeyAuthority
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, VERIFY_DEPTH_ATTRIB_NAME
 
Constructor Summary
protected ShibbolethMetadataKeyAuthorityImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
          Constructor.
 
Method Summary
 List<org.opensaml.xml.signature.KeyInfo> getKeyInfos()
          Get the list of KeyInfo child elements.
 List<org.opensaml.xml.XMLObject> getOrderedChildren()
          
 org.opensaml.xml.util.AttributeMap getUnknownAttributes()
          
 Integer getVerifyDepth()
          Get the VerifyDepth attribute value.
 void setVerifyDepth(Integer newVerifyDepth)
          Set the VerifyDepth attribute value.
 
Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate, validateChildren
 
Methods inherited from class org.opensaml.xml.AbstractXMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Constructor Detail

ShibbolethMetadataKeyAuthorityImpl

protected ShibbolethMetadataKeyAuthorityImpl(String namespaceURI,
                                             String elementLocalName,
                                             String namespacePrefix)
Constructor.

Parameters:
namespaceURI - the namespace the element is in
elementLocalName - the local name of the XML element this Object represents
namespacePrefix - the prefix for the given namespace
Method Detail

getKeyInfos

public List<org.opensaml.xml.signature.KeyInfo> getKeyInfos()
Get the list of KeyInfo child elements.

Specified by:
getKeyInfos in interface ShibbolethMetadataKeyAuthority
Returns:
the list of KeyInfo child elements

getVerifyDepth

public Integer getVerifyDepth()
Get the VerifyDepth attribute value.

Specified by:
getVerifyDepth in interface ShibbolethMetadataKeyAuthority
Returns:
the VerifyDepth attribute value

setVerifyDepth

public void setVerifyDepth(Integer newVerifyDepth)
Set the VerifyDepth attribute value.

Specified by:
setVerifyDepth in interface ShibbolethMetadataKeyAuthority
Parameters:
newVerifyDepth - the new VerifyDepth attribute value

getUnknownAttributes

public org.opensaml.xml.util.AttributeMap getUnknownAttributes()

Specified by:
getUnknownAttributes in interface org.opensaml.xml.AttributeExtensibleXMLObject

getOrderedChildren

public List<org.opensaml.xml.XMLObject> getOrderedChildren()

Specified by:
getOrderedChildren in interface org.opensaml.xml.XMLObject


Copyright © 2006-2009 Internet2. All Rights Reserved.