public interface ArtifactResponse extends StatusResponse
ArtifactResopnse
message has the complex type
ArtifactResponseType
.
<complexType name="ArtifactResponseType"> <complexContent> <extension base="{urn:oasis:names:tc:SAML:2.0:protocol}StatusResponseType"> <sequence> <any/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Method and Description |
---|---|
String |
getAny()
Gets the
any element of the response. |
void |
setAny(String value)
Sets the
any element of the response. |
getConsent, getDestination, getExtensions, getID, getInResponseTo, getIssueInstant, getIssuer, getSignature, getStatus, getVersion, isMutable, isSignatureValid, isSigned, makeImmutable, setConsent, setDestination, setExtensions, setID, setInResponseTo, setIssueInstant, setIssuer, setStatus, setVersion, sign, toXMLString, toXMLString
String getAny()
any
element of the response.any
element in xml string format.ArtifactResponse.setAny(String)
void setAny(String value) throws SAML2Exception
any
element of the response.value
- new any
element in xml string format.SAML2Exception
- if the object is immutable.ArtifactResponse.getAny()
Copyright © 2010-2018, ForgeRock All Rights Reserved.