Package com.sun.identity.saml2.protocol
Interface AssertionIDRequest
- All Superinterfaces:
RequestAbstract
,XmlSerializable
This class represents the AssertionIDRequestType complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="AssertionIDRequestType"> <complexContent> <extension base="{urn:oasis:names:tc:SAML:2.0:protocol}RequestAbstractType"> <sequence> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AssertionIDRef" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list ofAssertionIDRef
objects.void
setAssertionIDRefs
(List<AssertionIDRef> assertionIDRefs) Sets a list ofAssertionIDRef
Objects.Methods inherited from interface com.sun.identity.saml2.protocol.RequestAbstract
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, isMutable, isSignatureValid, isSigned, makeImmutable, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setVersion, sign
Methods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString
-
Method Details
-
getAssertionIDRefs
List<AssertionIDRef> getAssertionIDRefs()Returns a list ofAssertionIDRef
objects.- Returns:
- list of
AssertionIDRef
objects. - See Also:
-
setAssertionIDRefs
void setAssertionIDRefs(List<AssertionIDRef> assertionIDRefs) throws com.sun.identity.saml2.common.SAML2Exception Sets a list ofAssertionIDRef
Objects.- Parameters:
assertionIDRefs
- the list ofAssertionIDRef
objects.- Throws:
com.sun.identity.saml2.common.SAML2Exception
- if the object is immutable.- See Also:
-