public class ArtifactResponseImpl extends StatusResponseImpl implements ArtifactResponse
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>
consent, destination, extensions, inResponseTo, isMutable, isSignatureValid, isSigned, issueInstant, issuer, publicKey, responseId, signatureString, signedXMLString, status, version
Constructor and Description |
---|
ArtifactResponseImpl()
Constructor.
|
ArtifactResponseImpl(Element element)
Constructor with
ArtifactResponse in
Element format. |
ArtifactResponseImpl(String xmlString)
Constructor with
ArtifactResponse in xml string
format. |
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. |
String |
toXMLString()
Returns a String representation of this Object.
|
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation of this Object.
|
getConsent, getDestination, getExtensions, getID, getInResponseTo, getIssueInstant, getIssuer, getSignature, getStatus, getVersion, isMutable, isSignatureValid, isSigned, makeImmutable, setConsent, setDestination, setExtensions, setID, setInResponseTo, setIssueInstant, setIssuer, setStatus, setVersion, sign, validateData, validateID, validateIssueInstant, validateStatus, validateVersion
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConsent, getDestination, getExtensions, getID, getInResponseTo, getIssueInstant, getIssuer, getSignature, getStatus, getVersion, isMutable, isSignatureValid, isSigned, makeImmutable, setConsent, setDestination, setExtensions, setID, setInResponseTo, setIssueInstant, setIssuer, setStatus, setVersion, sign
public ArtifactResponseImpl()
public ArtifactResponseImpl(Element element) throws SAML2Exception
ArtifactResponse
in
Element
format.element
- the Document ElementSAML2Exception
- if there is an error.public ArtifactResponseImpl(String xmlString) throws SAML2Exception
ArtifactResponse
in xml string
format.SAML2Exception
public String getAny()
any
element of the response.getAny
in interface ArtifactResponse
any
element in xml string format.setAny(String)
public void setAny(String value) throws SAML2Exception
any
element of the response.setAny
in interface ArtifactResponse
value
- new any
element in xml string format.SAML2Exception
- if the object is immutable.getAny()
public String toXMLString() throws SAML2Exception
toXMLString
in interface StatusResponse
toXMLString
in class StatusResponseImpl
SAML2Exception
- if it could not create String objectpublic String toXMLString(boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
toXMLString
in interface StatusResponse
toXMLString
in class StatusResponseImpl
includeNSPrefix
- determines whether or not the namespace
qualifier is prepended to the Element when converteddeclareNS
- determines whether or not the namespace is declared
within the Element.SAML2Exception
- if it could not create String object.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.