|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ShibbolethMetadataKeyAuthority
Shibboleth SAML metadata extension KeyAuthority element.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
---|
deregisterValidator, getValidators, registerValidator, validate |
Methods inherited from interface org.opensaml.xml.AttributeExtensibleXMLObject |
---|
getUnknownAttributes |
Methods inherited from interface org.opensaml.xml.XMLObject |
---|
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 |
Field Detail |
---|
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String VERIFY_DEPTH_ATTRIB_NAME
Method Detail |
---|
List<KeyInfo> getKeyInfos()
Integer getVerifyDepth()
void setVerifyDepth(Integer newVerifyDepth)
newVerifyDepth
- the new VerifyDepth attribute value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |