public class KeyInfoConfirmationDataImpl extends SubjectConfirmationDataImpl implements KeyInfoConfirmationData
KeyInfoConfirmationData
constrains a
SubjectConfirmationData
element to contain one or more
SubjectConfirmationData
MAY also appear.Modifier and Type | Field and Description |
---|---|
String |
elementName |
mutable
Constructor and Description |
---|
KeyInfoConfirmationDataImpl() |
KeyInfoConfirmationDataImpl(Element element) |
KeyInfoConfirmationDataImpl(String xmlString) |
Modifier and Type | Method and Description |
---|---|
List |
getKeyInfo()
Returns the list of
KeyInfo object. |
void |
makeImmutable()
Makes the object immutable
|
void |
setKeyInfo(List info)
Sets the List of
KeyInfo object. |
String |
toXMLString()
Returns a String representation
|
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation of the element
|
getAddress, getContent, getContentType, getElementValue, getInResponseTo, getNotBefore, getNotOnOrAfter, getRecipient, isMutable, parseAttributes, parseContent, setAddress, setContent, setContentType, setInResponseTo, setNotBefore, setNotOnOrAfter, setRecipient
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAddress, getContent, getContentType, getInResponseTo, getNotBefore, getNotOnOrAfter, getRecipient, isMutable, setAddress, setContent, setContentType, setInResponseTo, setNotBefore, setNotOnOrAfter, setRecipient
public final String elementName
public KeyInfoConfirmationDataImpl()
public KeyInfoConfirmationDataImpl(Element element) throws SAML2Exception
SAML2Exception
public KeyInfoConfirmationDataImpl(String xmlString) throws SAML2Exception
SAML2Exception
public List getKeyInfo()
KeyInfo
object.getKeyInfo
in interface KeyInfoConfirmationData
KeyInfo
objects.setKeyInfo(List)
public void setKeyInfo(List info) throws SAML2Exception
KeyInfo
object.setKeyInfo
in interface KeyInfoConfirmationData
info
- List of KeyInfo
objects.SAML2Exception
- if the object is immutable.getKeyInfo()
public String toXMLString() throws SAML2Exception
toXMLString
in interface SubjectConfirmationData
toXMLString
in class SubjectConfirmationDataImpl
SAML2Exception
- if something is wrong during conversionpublic String toXMLString(boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
SubjectConfirmationDataImpl
toXMLString
in interface SubjectConfirmationData
toXMLString
in class SubjectConfirmationDataImpl
includeNSPrefix
- Determines whether the namespace qualifier is
prepended to the Element when converteddeclareNS
- Determines whether the namespace is declared
within the Element.SAML2Exception
- if something is wrong during conversionpublic void makeImmutable()
makeImmutable
in interface SubjectConfirmationData
makeImmutable
in class SubjectConfirmationDataImpl
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.