public abstract class AbstractSAML2Artifact extends AbstractSAMLArtifact
修飾子 | コンストラクタと説明 |
---|---|
protected |
AbstractSAML2Artifact(byte[] artifactType)
Constructor.
|
|
AbstractSAML2Artifact(byte[] artifactType,
byte[] index)
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
byte[] |
getArtifactBytes()
Gets the bytes for the artifact.
|
byte[] |
getEndpointIndex()
Gets the 2 byte endpoint index for this artifact.
|
void |
setEndpointIndex(byte[] newIndex)
Sets the 2 byte endpoint index for this artifact.
|
base64Encode, equals, getRemainingArtifact, getTypeCode, hashCode, hexEncode, setTypeCode, toString
protected AbstractSAML2Artifact(byte[] artifactType)
artifactType
- artifact type codepublic AbstractSAML2Artifact(byte[] artifactType, byte[] index)
artifactType
- artifact type codeindex
- 2 byte endpoint index of the artifactIllegalArgumentException
- thrown if the endpoint index, source ID, or message handle arrays are not of the
right sizepublic byte[] getArtifactBytes()
getArtifactBytes
クラス内 AbstractSAMLArtifact
public byte[] getEndpointIndex()
public void setEndpointIndex(byte[] newIndex)
newIndex
- 2 byte endpoint index for this artifactIllegalArgumentException
- thrown if the given index is not 2 bytesCopyright © 2012. All Rights Reserved.