org.picketlink.identity.federation.saml.v2.assertion
Class KeyInfoConfirmationDataType
java.lang.Object
org.picketlink.identity.federation.saml.v2.assertion.SubjectConfirmationDataType
org.picketlink.identity.federation.saml.v2.assertion.KeyInfoConfirmationDataType
- All Implemented Interfaces:
- Serializable
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>
- See Also:
- Serialized Form
Methods inherited from class org.picketlink.identity.federation.saml.v2.assertion.SubjectConfirmationDataType |
addOtherAttribute, getAddress, getAnyType, getInResponseTo, getNotBefore, getNotOnOrAfter, getOtherAttributes, getRecipient, removeOtherAttribute, setAddress, setAnyType, setInResponseTo, setNotBefore, setNotOnOrAfter, setRecipient |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
keyInfo
protected Element keyInfo
KeyInfoConfirmationDataType
public KeyInfoConfirmationDataType()
getKeyInfo
public Element getKeyInfo()
setKeyInfo
public void setKeyInfo(Element keyInfo)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.