Class KeyInfoConfirmationDataType
java.lang.Object
org.keycloak.dom.saml.v2.assertion.SubjectConfirmationDataType
org.keycloak.dom.saml.v2.assertion.KeyInfoConfirmationDataType
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
Fields inherited from class org.keycloak.dom.saml.v2.assertion.SubjectConfirmationDataType
address, inResponseTo, notBefore, notOnOrAfter, recipient
-
Constructor Summary
-
Method Summary
Methods inherited from class org.keycloak.dom.saml.v2.assertion.SubjectConfirmationDataType
addOtherAttribute, getAddress, getAnyType, getInResponseTo, getNotBefore, getNotOnOrAfter, getOtherAttributes, getRecipient, removeOtherAttribute, setAddress, setAnyType, setInResponseTo, setNotBefore, setNotOnOrAfter, setRecipient
-
Field Details
-
keyInfo
-
-
Constructor Details
-
KeyInfoConfirmationDataType
public KeyInfoConfirmationDataType()
-
-
Method Details
-
getKeyInfo
-
setKeyInfo
-