| Package | Description |
|---|---|
| org.craftercms.commons.entitlements.exception | |
| org.craftercms.commons.entitlements.validator | |
| org.craftercms.commons.entitlements.validator.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
EntitlementExceededException
Exception thrown when the validation of an entitlement fails.
|
class |
UnsupportedEntitlementException
Exception thrown when an invalid module or entitlement is requested during a validation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DbIntegrityValidator.validate(Connection connection)
Checks the validation value for an existing database.
|
default void |
EntitlementValidator.validateEntitlement(EntitlementType entitlementType,
int newAmount)
Checks that an entitlement is below the value indicated in the configuration file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDbIntegrityValidatorImpl.validate(Connection connection)
Checks the validation value for an existing database.
|
Copyright © 2022 CrafterCMS. All rights reserved.