public class AssertionIDRequestImpl extends RequestAbstractImpl implements AssertionIDRequest
The following schema fragment specifies the expected content contained within this java content object.
<element name="AssertionIDRequest" type="{urn:oasis:names:tc:SAML:2.0:protocol}AssertionIDRequestType"/>
Modifier and Type | Field and Description |
---|---|
protected List |
assertionIDRefs |
consent, destinationURI, elementName, extensions, isMutable, isSignatureValid, isSigned, issueInstant, nameID, publicKey, requestId, signatureString, signedXMLString, version
Constructor and Description |
---|
AssertionIDRequestImpl()
Constructor to create
AssertionIDRequest Object . |
AssertionIDRequestImpl(Element element)
Constructor to create
AssertionIDRequest Object. |
AssertionIDRequestImpl(String xmlString)
Constructor to create
AssertionIDRequest Object. |
Modifier and Type | Method and Description |
---|---|
List |
getAssertionIDRefs()
Returns a list of
AssertionIDRef objects. |
protected void |
getXMLString(Set namespaces,
StringBuffer attrs,
StringBuffer childElements,
boolean includeNSPrefix,
boolean declareNS) |
protected void |
parseDOMAttributes(Element element)
Parses attributes of the Docuemnt Element for this object.
|
protected void |
parseDOMChileElements(ListIterator iter)
Parses child elements of the Docuemnt Element for this object.
|
void |
setAssertionIDRefs(List assertionIDRefs)
Sets a list of
AssertionIDRef Objects. |
protected void |
validateData() |
getAttributesString, getConsent, getDestination, getElements, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, isMutable, isSignatureValid, isSigned, makeImmutable, parseDOMElement, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setVersion, sign, toXMLString, toXMLString, validateID, validateIssueInstant, validateVersion
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, isMutable, isSignatureValid, isSigned, makeImmutable, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setVersion, sign, toXMLString, toXMLString
protected List assertionIDRefs
public AssertionIDRequestImpl()
AssertionIDRequest
Object .public AssertionIDRequestImpl(Element element) throws SAML2Exception
AssertionIDRequest
Object.element
- the Document Element Object.SAML2Exception
- if error creating AssertionIDRequest
Object.public AssertionIDRequestImpl(String xmlString) throws SAML2Exception
AssertionIDRequest
Object.xmlString
- the XML String.SAML2Exception
- if error creating AssertionIDRequest
Object.public List getAssertionIDRefs()
AssertionIDRef
objects.getAssertionIDRefs
in interface AssertionIDRequest
AssertionIDRef
objects.setAssertionIDRefs(List)
public void setAssertionIDRefs(List assertionIDRefs) throws SAML2Exception
AssertionIDRef
Objects.setAssertionIDRefs
in interface AssertionIDRequest
assertionIDRefs
- the list of AssertionIDRef
objects.SAML2Exception
- if the object is immutable.getAssertionIDRefs()
protected void getXMLString(Set namespaces, StringBuffer attrs, StringBuffer childElements, boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
getXMLString
in class RequestAbstractImpl
SAML2Exception
protected void validateData() throws SAML2Exception
validateData
in class RequestAbstractImpl
SAML2Exception
protected void parseDOMAttributes(Element element) throws SAML2Exception
parseDOMAttributes
in class RequestAbstractImpl
element
- the Document Element of this object.SAML2Exception
- if error parsing the Document Element.protected void parseDOMChileElements(ListIterator iter) throws SAML2Exception
parseDOMChileElements
in class RequestAbstractImpl
iter
- the child elements iterator.SAML2Exception
- if error parsing the Document Element.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.