|
|||||||||
| 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.SAMLArtifactType0002.RemainingArtifact
public static final class SAMLArtifactType0002.RemainingArtifact
An implementation of Artifact.RemainingArtifact
for type 0x0002 artifacts (via extension of
SAMLArtifact.RemainingArtifact).
This class defines two properties
(assertionHandle and sourceLocation).
| Constructor Summary | |
|---|---|
SAMLArtifactType0002.RemainingArtifact(byte[] assertionHandle,
URI sourceLocation)
This constructor initializes the properties of this RemainingArtifact
object to the given values. |
|
SAMLArtifactType0002.RemainingArtifact(URI sourceLocation)
This constructor initializes the sourceLocation
property of this RemainingArtifact
object to the given value. |
|
| Method Summary | |
|---|---|
byte[] |
getAssertionHandle()
Get the assertionHandle property of this
Artifact.RemainingArtifact object. |
byte[] |
getBytes()
Get the actual bytes of this sequence of bytes. |
URI |
getSourceLocation()
Get the sourceLocation 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 SAMLArtifactType0002.RemainingArtifact(URI sourceLocation)
sourceLocation
property of this RemainingArtifact
object to the given value. The assertionHandle
property is initialized to a sequence of random bytes.
sourceLocation - a source location
public SAMLArtifactType0002.RemainingArtifact(byte[] assertionHandle,
URI sourceLocation)
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.
assertionHandle - an assertion handlesourceLocation - a source locationNullArgumentException,
InvalidArgumentException| Method Detail |
|---|
public byte[] getAssertionHandle()
assertionHandle property of this
Artifact.RemainingArtifact object.
return the assertionHandle property
public URI getSourceLocation()
sourceLocation property of this
Artifact.RemainingArtifact object.
return the sourceLocation property
public int size()
ByteSizedSequence
public byte[] getBytes()
ByteSizedSequence
public int hashCode()
ByteSizedSequence
hashCode in interface ByteSizedSequencehashCode in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||