Package org.opensaml.saml.saml2.core
Interface KeyInfoConfirmationDataType
- All Superinterfaces:
AttributeExtensibleXMLObject,ElementExtensibleXMLObject,SAMLObject,SubjectConfirmationData,XMLObject
- All Known Implementing Classes:
KeyInfoConfirmationDataTypeImpl
SAML 2.0 Core KeyInfoConfirmationDataType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringLocal name of the XSI type.static final QNameQName of the XSI type.Fields inherited from interface org.opensaml.saml.saml2.core.SubjectConfirmationData
ADDRESS_ATTRIB_NAME, DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, IN_RESPONSE_TO_ATTRIB_NAME, NOT_BEFORE_ATTRIB_NAME, NOT_BEFORE_ATTRIB_QNAME, NOT_ON_OR_AFTER_ATTRIB_NAME, NOT_ON_OR_AFTER_ATTRIB_QNAME, RECIPIENT_ATTRIB_NAME -
Method Summary
Modifier and TypeMethodDescriptionGet the list of child KeyInfo elements.Methods inherited from interface org.opensaml.core.xml.AttributeExtensibleXMLObject
getUnknownAttributesMethods inherited from interface org.opensaml.core.xml.ElementExtensibleXMLObject
getUnknownXMLObjects, getUnknownXMLObjectsMethods inherited from interface org.opensaml.saml.saml2.core.SubjectConfirmationData
getAddress, getInResponseTo, getNotBefore, getNotOnOrAfter, getRecipient, setAddress, setInResponseTo, setNotBefore, setNotOnOrAfter, setRecipientMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, 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
-
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type.
-
-
Method Details
-
getKeyInfos
Get the list of child KeyInfo elements.- Returns:
- list of child KeyInfo elements
-