public class KeyInfoConfirmationDataType extends SubjectConfirmationDataType
Java class for KeyInfoConfirmationDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyInfoConfirmationDataType"> <complexContent> <restriction base="{urn:oasis:names:tc:SAML:2.0:assertion}SubjectConfirmationDataType"> <sequence> <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyInfo" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Element |
keyInfo |
address, inResponseTo, notBefore, notOnOrAfter, recipient
Constructor and Description |
---|
KeyInfoConfirmationDataType() |
Modifier and Type | Method and Description |
---|---|
Element |
getKeyInfo() |
void |
setKeyInfo(Element keyInfo) |
addOtherAttribute, getAddress, getAnyType, getInResponseTo, getNotBefore, getNotOnOrAfter, getOtherAttributes, getRecipient, removeOtherAttribute, setAddress, setAnyType, setInResponseTo, setNotBefore, setNotOnOrAfter, setRecipient
Copyright © 2016 JBoss by Red Hat. All rights reserved.