Uses of Class
com.labs64.netlicensing.domain.vo.Context
Packages that use Context
Package
Description
Service interfaces.
-
Uses of Context in com.labs64.netlicensing.domain.vo
Methods in com.labs64.netlicensing.domain.vo that return ContextModifier and TypeMethodDescriptionContext.setBaseUrl(String baseUrl) Context.setPassword(String password) Context.setSecurityMode(SecurityMode securityMode) Context.setUsername(String username) Context.setVendorNumber(String vendorNumber) -
Uses of Context in com.labs64.netlicensing.service
Methods in com.labs64.netlicensing.service with parameters of type ContextModifier and TypeMethodDescriptionstatic BundleCreates new bundle with given properties.static LicenseeCreates new licensee object with given properties.static LicenseLicenseService.create(Context context, String licenseeNumber, String licenseTemplateNumber, String transactionNumber, License license) Creates new license object with given properties.static LicenseTemplateLicenseTemplateService.create(Context context, String productModuleNumber, LicenseTemplate licenseTemplate) Creates new license template object with given properties.static NotificationNotificationService.create(Context context, Notification notification) Creates new notification with given properties.static ProductModuleProductModuleService.create(Context context, String productNumber, ProductModule productModule) Creates new product module object with given properties.static ProductCreates new product with given properties.static TokenCreates new token.static TransactionTransactionService.create(Context context, Transaction transaction) Creates new transaction object with given properties.static voidDeletes bundle.static voidDeletes licensee.static voidDeletes license.static voidDeletes license template.static voidDeletes notification.static voidDeletes product module.static voidDeletes product.static voidDelete token by its number.static BundleGets bundle by its number.static LicenseeGets licensee by its number.static LicenseGets license by its number.static LicenseTemplateGets license template by its number.static NotificationGets notification by its number.static PaymentMethodGets payment method by its number.static ProductModuleGets product module by its number.static ProductGets product by its number.static TokenGets token by its number.static TransactionGets transaction by its number.Returns bundles of a vendor.Returns all licensees of a vendor.Returns licenses of a vendor.static Page<LicenseTemplate>Returns all license templates of a vendor.static Page<Notification>Returns notifications of a vendor.static Page<PaymentMethod>Returns payment methods of a vendor.static Page<ProductModule>Returns all product modules of a vendor.Returns products of a vendor.Returns tokens of a vendor.static Page<Transaction>Returns all transactions of a vendor.UtilityService.listCountries(Context context, String filter) Returns all countries.UtilityService.listLicenseTypes(Context context) Returns all license types.UtilityService.listLicensingModels(Context context) Returns all licensing models.Obtain bundle(create licenses from a bundle license templates).BundleService.obtain(Context context, String number, String licenseeNumber, String transactionNumber) Obtain bundle(create licenses from a bundle license templates).NetLicensingService.request(Context context, HttpMethod method, String urlTemplate, Form request, Map<String, String> queryParams) Helper method for performing request to NetLicensing API services.static NetlicensingValidationService.retrieveValidationFile(Context context, String number, ValidationParameters validationParameters) Retrieves validation file for the given licensee from the server asNetlicensingobject.static voidTransfer licenses between licensees.static BundleUpdates bundle properties.static LicenseeUpdates licensee properties.static LicenseUpdates license properties.static LicenseTemplateLicenseTemplateService.update(Context context, String number, LicenseTemplate licenseTemplate) Updates license template properties.static NotificationNotificationService.update(Context context, String number, Notification notification) Updates notification properties.static PaymentMethodPaymentMethodService.update(Context context, String number, PaymentMethod paymentMethod) Updates payment method properties.static ProductModuleProductModuleService.update(Context context, String number, ProductModule productModule) Updates product module properties.static ProductUpdates product properties.static TransactionTransactionService.update(Context context, String number, Transaction transaction) Updates transaction properties.static ValidationResultLicenseeService.validate(Context context, String number, ValidationParameters validationParameters, MetaInfo... meta) Validates active licenses of the licensee.static ValidationResultLicenseeService.validate(Context context, String number, String productNumber, String licenseeName, ValidationParameters validationParameters, MetaInfo... meta) Deprecated.static ValidationResultValidationService.validate(Context context, String number, ValidationParameters validationParameters, MetaInfo... meta) Validates active licenses of the licensee.static ValidationResultValidationService.validateOffline(Context context, Netlicensing validationFile, MetaInfo... meta) Perform validation without connecting to the server (offline) using validation file previously retrieved byValidationService.retrieveValidationFile(com.labs64.netlicensing.domain.vo.Context, java.lang.String, com.labs64.netlicensing.domain.vo.ValidationParameters). -
Uses of Context in com.labs64.netlicensing.util
Methods in com.labs64.netlicensing.util with parameters of type ContextModifier and TypeMethodDescriptionstatic voidSignatureUtils.check(Context context, Netlicensing response) Verify response signature.static <T> List<T>Returns all entities of specified type, automatically retrieving all pages.Constructors in com.labs64.netlicensing.util with parameters of type Context