10Duke Scale SDK for Java
|
Model class that declares the custom JWT claims used in the 10Duke Scale license token.
Static Public Member Functions | |
static boolean | isLicenseTokenDateTimeClaim (final String claim) |
Checks if the claim name represents a value of a date-time type. | |
Static Public Attributes | |
static final JwtClaim | CLIENT_CLAIMS = new JwtClaim("clientClaims", Map.class) |
static final JwtClaim | ERROR_CODE = new JwtClaim("errorCode") |
static final JwtClaim | ERROR_DESCRIPTION = new JwtClaim("errorDescription") |
static final JwtClaim | FEATURES = new JwtClaim("features", List.class) |
static final JwtClaim | HEARTBEAT_NOT_BEFORE = new JwtClaim("hbnbf", Long.class) |
static final JwtClaim | LEASE_ID = new JwtClaim("leaseId") |
static final JwtClaim | LICENSE_CONSUMER_CONNECTED_IDENTITY = new JwtClaim("licenseConsumerConnectedIdentityId") |
static final JwtClaim | LICENSE_CONSUMER_EMAIL = new JwtClaim("licenseConsumerEmail") |
static final JwtClaim | LICENSE_CONSUMER_EXT_REFERENCE = new JwtClaim("licenseConsumerExternalReference") |
static final JwtClaim | LICENSE_CONSUMER_ID = new JwtClaim("licenseConsumerId") |
static final JwtClaim | LICENSE_TYPE = new JwtClaim("type") |
static final JwtClaim | OLD_LEASE_ID = new JwtClaim("oldLeaseId") |
static final JwtClaim | PRODUCT_CONFIG_NAME = new JwtClaim("productConfigurationName") |
static final JwtClaim | PRODUCT_NAME = new JwtClaim("productName") |
static final JwtClaim | QTY_ENFORCEMENT_TYPE = new JwtClaim("qtyEnforcementType") |
static final JwtClaim | QTY_PRE_ALLOCATED = new JwtClaim("qtyPreAlloc", Long.class) |
static final JwtClaim | QTY_VERIFIED = new JwtClaim("qtyVerified", Long.class) |
static final JwtClaim | STATUS = new JwtClaim("status") |
static final JwtClaim | TIME_OF_EVENT = new JwtClaim("toe", Long.class) |
|
static |
Checks if the claim name represents a value of a date-time type.
claim | The claim name to inspect. |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |