public interface KeyAuthority extends 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<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.
|
getUnknownAttributesdetach, 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, setSchemaLocationstatic final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String VERIFY_DEPTH_ATTRIB_NAME
List<KeyInfo> getKeyInfos()
Integer getVerifyDepth()
void setVerifyDepth(Integer newVerifyDepth)
newVerifyDepth - the new VerifyDepth attribute valueCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.