public interface Identity
Modifier and Type | Method and Description |
---|---|
byte[] |
getClientId()
Returns a byte array of the client id.
|
String |
getDecodedClientId()
Returns a human-readable textual representation of client identity;
|
String |
getDecodedMachineId()
Returns a human-readable textual representation of machine identity.
|
byte[] |
getMachineId()
Returns a identifier of the machine id.
|
Long |
getRequestTime()
Returns the time when the server received the request from the client.
|
Long |
getSequenceNumber()
Returns a local sequence number of a request assigned by the machine that created the aggregation link.
|
IdentityType |
getType()
Returns the type of the identity.
|
IdentityType getType()
byte[] getClientId() throws UnsupportedEncodingException
UnsupportedEncodingException
String getDecodedClientId()
byte[] getMachineId() throws UnsupportedEncodingException
UnsupportedEncodingException
String getDecodedMachineId()
Long getSequenceNumber()
Long getRequestTime()
Copyright © 2024 Guardtime. All rights reserved.