public static final class LicenceUnlockInfo.Issue
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static LicenceUnlockInfo.Issue |
IncorrectTokenState
Token was not in `RequiresServerPermission` state when submitServerPermission was called
|
static LicenceUnlockInfo.Issue |
PayloadCorrupted
Server payload was corrupted
|
static LicenceUnlockInfo.Issue |
PayloadSignatureVerificationFailed
Unable to verify signature of the server response
|
static LicenceUnlockInfo.Issue |
PermissionExpired
Server permission has expired
|
static LicenceUnlockInfo.Issue |
RemoteLock
Server issued a remote lock on this license
|
Modifier and Type | Method and Description |
---|---|
static LicenceUnlockInfo.Issue |
fromStatus(int status) |
static LicenceUnlockInfo.Issue |
valueOf(java.lang.String name) |
static LicenceUnlockInfo.Issue[] |
values() |
public static final LicenceUnlockInfo.Issue RemoteLock
public static final LicenceUnlockInfo.Issue PermissionExpired
public static final LicenceUnlockInfo.Issue PayloadCorrupted
public static final LicenceUnlockInfo.Issue PayloadSignatureVerificationFailed
public static final LicenceUnlockInfo.Issue IncorrectTokenState
public static LicenceUnlockInfo.Issue[] values()
public static LicenceUnlockInfo.Issue valueOf(java.lang.String name)
public static LicenceUnlockInfo.Issue fromStatus(int status)