| Package | Description |
|---|---|
| com.atlassian.sal.api.license | |
| com.atlassian.sal.api.validate |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
LicenseHandler.validateProductLicense(String productKey,
String license,
Locale locale)
Validates that the given license is valid to add for the given product.
|
| Modifier and Type | Method and Description |
|---|---|
static ValidationResult |
ValidationResult.valid() |
static ValidationResult |
ValidationResult.withErrorAndWarningMessages(Iterable<String> errorMessages,
Iterable<String> warningMessages) |
static ValidationResult |
ValidationResult.withErrorMessages(Iterable<String> errorMessages) |
static ValidationResult |
ValidationResult.withWarningMessages(Iterable<String> warningMessages) |
Copyright © 2021 Atlassian. All rights reserved.