|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Artifact
This class represents the Artifact element in
SAMLv2 protocol schema.
<element name="Artifact" type="{http://www.w3.org/2001/XMLSchema}string"/>
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||