|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.artifact.SAMLArtifact.RemainingArtifact
org.opensaml.artifact.SAMLArtifactType0001.RemainingArtifact
An implementation of Artifact.RemainingArtifact
for type 0x0001 artifacts (via extension of
SAMLArtifact.RemainingArtifact
).
This class defines two properties
(sourceId
and assertionHandle
).
Constructor Summary | |
SAMLArtifactType0001.RemainingArtifact(byte[] sourceId)
This constructor initializes a property of this RemainingArtifact
object to the given value. |
|
SAMLArtifactType0001.RemainingArtifact(byte[] sourceId,
byte[] assertionHandle)
This constructor initializes the properties of this RemainingArtifact
object to the given values. |
Method Summary | |
byte[] |
getAssertionHandle()
Get the assertionHandle property of this
Artifact.RemainingArtifact object. |
byte[] |
getBytes()
Get the actual bytes of this sequence of bytes. |
byte[] |
getSourceId()
Get the sourceId property of this
Artifact.RemainingArtifact object. |
int |
hashCode()
Compute the hashcode of this sequences of bytes. |
int |
size()
Get the size of this sequence of bytes. |
Methods inherited from class org.opensaml.artifact.SAMLArtifact.RemainingArtifact |
equals, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SAMLArtifactType0001.RemainingArtifact(byte[] sourceId)
RemainingArtifact
object to the given value.
This constructor throws a NullArgumentException
or InvalidArgumentException
if its argument is
null or invalid, respectively. These exceptions are unchecked.
sourceId
- a source IdNullArgumentException
,
InvalidArgumentException
public SAMLArtifactType0001.RemainingArtifact(byte[] sourceId, byte[] assertionHandle)
RemainingArtifact
object to the given values.
This constructor throws a NullArgumentException
or InvalidArgumentException
if any of its
arguments are null or invalid, respectively.
These exceptions are unchecked.
sourceId
- a source IdassertionHandle
- an assertion handleNullArgumentException
,
InvalidArgumentException
Method Detail |
public byte[] getSourceId()
sourceId
property of this
Artifact.RemainingArtifact
object.
return the sourceId
property
public byte[] getAssertionHandle()
assertionHandle
property of this
Artifact.RemainingArtifact
object.
return the assertionHandle
property
public int size()
ByteSizedSequence
public byte[] getBytes()
ByteSizedSequence
public int hashCode()
ByteSizedSequence
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |