@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 | 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
protected FSAssertionArtifact()
public FSAssertionArtifact(String theArtifact) throws FSMsgException
AssertionArtifact
object.theArtifact
- is the string that is generated by a provider.FSMsgException
- 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.public FSAssertionArtifact(byte[] idBytes, byte[] handleBytes) throws FSMsgException
FSAssertionArtifact
object.idBytes
- the source identifier in the Assertion
handleBytes
- the assertion identifierFSMsgException
- if wrong input or couldn't encode the artifact.Copyright © 2010-2018, ForgeRock All Rights Reserved.