public interface ShibbolethMetadataKeyAuthority
extends org.opensaml.xml.validation.ValidatingXMLObject, org.opensaml.xml.AttributeExtensibleXMLObject
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static String |
VERIFY_DEPTH_ATTRIB_NAME
VerifyDepth attribute name.
|
Modifier and Type | Method and Description |
---|---|
List<org.opensaml.xml.signature.KeyInfo> |
getKeyInfos()
Get the list of KeyInfo child elements.
|
Integer |
getVerifyDepth()
Get the VerifyDepth attribute value.
|
void |
setVerifyDepth(Integer newVerifyDepth)
Set the VerifyDepth attribute value.
|
deregisterValidator, getValidators, registerValidator, validate
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String VERIFY_DEPTH_ATTRIB_NAME
List<org.opensaml.xml.signature.KeyInfo> getKeyInfos()
Integer getVerifyDepth()
void setVerifyDepth(Integer newVerifyDepth)
newVerifyDepth
- the new VerifyDepth attribute valueCopyright © 1999–2014. All rights reserved.