Package | Description |
---|---|
com.licensespring.dto |
com.licensespring.dto contains all data transfer objects used in API requests and API
responses. |
com.licensespring.model |
Package
com.licensespring.model contains all models used in LicenseSpring. |
Modifier and Type | Method and Description |
---|---|
ActivationLicense |
UnactivatedTrialLicense.createIdentity()
Creates License identity from License key.
|
Modifier and Type | Class and Description |
---|---|
static class |
ActivationLicense.ActivationLicenseBuilder<C extends ActivationLicense,B extends ActivationLicense.ActivationLicenseBuilder<C,B>> |
Modifier and Type | Method and Description |
---|---|
static ActivationLicense |
ActivationLicense.fromIdToken(String idToken,
String customerAccountCode)
Create license from SSO ID token and customer account code.
|
static ActivationLicense |
ActivationLicense.fromKey(String license)
Create license from license key
|
static ActivationLicense |
ActivationLicense.fromSsoCode(String ssoCode,
String customerAccountCode)
Create license from SSO authorization code and customer account code.
|
static ActivationLicense |
ActivationLicense.fromUsername(String username,
String password)
Create license from username and password.
|
Copyright © 2025 Cense Data Inc.. All rights reserved.