|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sourceid.saml20.service.ArtifactPersistenceService.Handle
public static class ArtifactPersistenceService.Handle
A handle (or reference, or pointer) to a protocol message.
Constructor Summary | |
---|---|
ArtifactPersistenceService.Handle(byte[] messageHandle)
Equivalent to calling ArtifactPersistenceService.Handle with a value of 0 for the endpointIndex. |
|
ArtifactPersistenceService.Handle(byte[] messageHandle,
int endpointIndex)
Creates a new message handle. |
Method Summary | |
---|---|
int |
getEndpointIndex()
Gets the endpointIndex. |
byte[] |
getMessageHandle()
Gets the message handle. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArtifactPersistenceService.Handle(byte[] messageHandle)
ArtifactPersistenceService.Handle
with a value of 0 for the endpointIndex.
messageHandle
- the 20 bytes that are a unique reference to the protocol message.public ArtifactPersistenceService.Handle(byte[] messageHandle, int endpointIndex)
messageHandle
- the 20 bytes that are a unique reference to the protocol message.endpointIndex
- the endpointIndex.Method Detail |
---|
public byte[] getMessageHandle()
public int getEndpointIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |