org.opensaml.saml2.core
Interface KeyInfoConfirmationDataType

All Superinterfaces:
AttributeExtensibleXMLObject, ElementExtensibleXMLObject, SAMLObject, SubjectConfirmationData, ValidatingXMLObject, XMLObject
All Known Implementing Classes:
KeyInfoConfirmationDataTypeImpl

public interface KeyInfoConfirmationDataType
extends SubjectConfirmationData

SAML 2.0 Core KeyInfoConfirmationDataType.


Field Summary
static String TYPE_LOCAL_NAME
          Local name of the XSI type.
static QName TYPE_NAME
          QName of the XSI type.
 
Fields inherited from interface org.opensaml.saml2.core.SubjectConfirmationData
ADDRESS_ATTRIB_NAME, DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, IN_RESPONSE_TO_ATTRIB_NAME, NOT_BEFORE_ATTRIB_NAME, NOT_ON_OR_AFTER_ATTRIB_NAME, RECIPIENT_ATTRIB_NAME
 
Method Summary
 List<XMLObject> getKeyInfos()
          Get the list of child KeyInfo elements.
 
Methods inherited from interface org.opensaml.saml2.core.SubjectConfirmationData
getAddress, getInResponseTo, getNotBefore, getNotOnOrAfter, getRecipient, setAddress, setInResponseTo, setNotBefore, setNotOnOrAfter, setRecipient
 
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate
 
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
 
Methods inherited from interface org.opensaml.xml.ElementExtensibleXMLObject
getUnknownXMLObjects, getUnknownXMLObjects
 
Methods inherited from interface org.opensaml.xml.AttributeExtensibleXMLObject
getUnknownAttributes
 

Field Detail

TYPE_LOCAL_NAME

static final String TYPE_LOCAL_NAME
Local name of the XSI type.

See Also:
Constant Field Values

TYPE_NAME

static final QName TYPE_NAME
QName of the XSI type.

Method Detail

getKeyInfos

List<XMLObject> getKeyInfos()
Get the list of child KeyInfo elements.

Returns:
list of child KeyInfo elements


Copyright © 1999-2013. All Rights Reserved.