@Deprecated public class FSAssertionArtifact extends AssertionArtifact
AssertionArtifact
element in the
SAML
protocol schema. Current implementation supports
TYPE 1 artifact only. Other type of artifact can be supported by
extending this class.Modifier and Type | Field and Description |
---|---|
static int |
ARTIFACT_1_LENGTH
Deprecated.
Default Artifact length
|
static byte[] |
ARTIFACT_1_TYPE_CODE
Deprecated.
Default Artifact Type Code Byte Array
|
static byte |
ARTIFACT_1_TYPE_CODE_0
Deprecated.
Default Artifact Type Code 0 Constant
|
static byte |
ARTIFACT_1_TYPE_CODE_1
Deprecated.
Default Artifact Type Code 1 Constant
|
artifact, assertionHandle, sourceID, typeCode
Modifier | Constructor and Description |
---|---|
protected |
FSAssertionArtifact()
Deprecated.
Default Constructor.
|
|
FSAssertionArtifact(byte[] idBytes,
byte[] handleBytes)
Deprecated.
Constructor to create
FSAssertionArtifact object. |
|
FSAssertionArtifact(String theArtifact)
Deprecated.
Constructor to create
AssertionArtifact object. |
getAssertionArtifact, getAssertionHandle, getSourceID, getTypeCode, toString, toString
public static final int ARTIFACT_1_LENGTH
public static final byte ARTIFACT_1_TYPE_CODE_0
public static final byte ARTIFACT_1_TYPE_CODE_1
public static final byte[] ARTIFACT_1_TYPE_CODE
protected FSAssertionArtifact()
public FSAssertionArtifact(String theArtifact) throws FSMsgException
AssertionArtifact
object.theArtifact
- is the string that is generated by a provider.SAMLException
- if there is an error decoding
the artifact string , the length of the artifact string
is incorrect , the TYPE CODE
in the artifact
or other errors which prevent creation of
this object.FSMsgException
public FSAssertionArtifact(byte[] idBytes, byte[] handleBytes) throws FSMsgException
FSAssertionArtifact
object.idBytes
- the source identifier in the Assertion
handleBytes
- the assertion identifierSAMLException
- if wrong input or couldn't encode the artifact.FSMsgException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.