Package com.sun.identity.saml2.protocol
Interface ArtifactResolve
- All Superinterfaces:
RequestAbstract
,XmlSerializable
The
ArtifactResolve
message is used to request that a SAML
protocol message be returned in an ArtifactResponse
message
by specifying an artifact that represents the SAML protocol message.
It has the complex type ArtifactResolveType
.
<complexType name="ArtifactResolveType"> <complexContent> <extension base="{urn:oasis:names:tc:SAML:2.0:protocol}RequestAbstractType"> <sequence> <element ref="{urn:oasis:names:tc:SAML:2.0:protocol}Artifact"/> </sequence> </extension> </complexContent> </complexType>
-
Method Summary
Modifier and TypeMethodDescriptionGets theArtifact
of the request.void
setArtifact
(Artifact value) Sets theArtifact
of the request.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
-
getArtifact
Artifact getArtifact()Gets theArtifact
of the request.- Returns:
Artifact
of the request.- See Also:
-
setArtifact
Sets theArtifact
of the request.- Parameters:
value
- newArtifact
.- Throws:
com.sun.identity.saml2.common.SAML2Exception
- if the object is immutable.- See Also:
-