public interface Artifact
Artifact
element in
SAMLv2 protocol schema.
<element name="Artifact" type="{http://www.w3.org/2001/XMLSchema}string"/>
Modifier and Type | Method and Description |
---|---|
String |
getArtifactValue()
Returns the artifact.
|
int |
getEndpointIndex()
Returns the
EndpointIndex of the artifact. |
String |
getMessageHandle()
Returns the
MessageHandle of the artifact. |
String |
getSourceID()
Returns the
SourceID of the artifact. |
byte[] |
getTypeCode()
Returns the
TypeCode of the artifact. |
String |
toXMLString()
Returns a String representation of the element.
|
String |
toXMLString(boolean includeNS,
boolean declareNS)
Returns a String representation of the element.
|
String getArtifactValue()
Base64
encoded.String getSourceID()
SourceID
of the artifact.SourceID
of the artifact.String getMessageHandle()
MessageHandle
of the artifact.
The result will be decoded.MessageHandle
of the artifact.byte[] getTypeCode()
TypeCode
of the artifact.TypeCode
for the artifact.int getEndpointIndex()
EndpointIndex
of the artifact.EndpointIndex
for the
artifact.String toXMLString() throws SAML2Exception
SAML2Exception
- if the object does not conform to the schema.String toXMLString(boolean includeNS, boolean declareNS) throws SAML2Exception
includeNS
- 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 the object does not conform to the schema.Copyright © 2010-2018, ForgeRock All Rights Reserved.