Interface KeyAuthority
- All Superinterfaces:
AttributeExtensibleXMLObject
,XMLObject
- All Known Implementing Classes:
KeyAuthorityImpl
XMLObject for the Shibboleth KeyAuthority metadata extension.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the list of KeyInfo child elements.Get the VerifyDepth attribute value.void
setVerifyDepth
(Integer newVerifyDepth) Set the VerifyDepth attribute value.Methods inherited from interface org.opensaml.core.xml.AttributeExtensibleXMLObject
getUnknownAttributes
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
VERIFY_DEPTH_ATTRIB_NAME
VerifyDepth attribute name.- See Also:
-
-
Method Details
-
getKeyInfos
Get the list of KeyInfo child elements.- Returns:
- the list of KeyInfo child elements
-
getVerifyDepth
Integer getVerifyDepth()Get the VerifyDepth attribute value.- Returns:
- the VerifyDepth attribute value
-
setVerifyDepth
Set the VerifyDepth attribute value.- Parameters:
newVerifyDepth
- the new VerifyDepth attribute value
-