| Constructor and Description |
|---|
LegacyIdentity(String clientId) |
| 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.
|
public LegacyIdentity(String clientId)
public IdentityType getType()
Identitypublic byte[] getClientId()
throws UnsupportedEncodingException
IdentitygetClientId in interface IdentityUnsupportedEncodingExceptionpublic String getDecodedClientId()
IdentitygetDecodedClientId in interface Identitypublic byte[] getMachineId()
IdentitygetMachineId in interface Identitypublic String getDecodedMachineId()
IdentitygetDecodedMachineId in interface Identitypublic Long getSequenceNumber()
IdentitygetSequenceNumber in interface Identitypublic Long getRequestTime()
IdentitygetRequestTime in interface IdentityCopyright © 2024 Guardtime. All rights reserved.