f6a613fa88
- Added the notion of `Licensee.Status` (holds both the `License.OperationMode` and the `LicenseState`) - Added a support base class for all `Licensee` implementations. The idea behind this is that implementations will centralized the licensing logic in one class (same as `MarvelLicensee` does), but if there's a requirement for more "proactiveness" on license status change, different components can register a `Licensee.Listener` to be notified on license changes. - Since we introduced `License.OperationMode` as part of the license refactoring, there's no need anymore for Marvel's `Mode` enum. Closes elastic/elasticsearch#690 Original commit: elastic/x-pack-elasticsearch@8a66bc163f |
||
---|---|---|
marvel | ||
qa | ||
shield | ||
watcher | ||
x-dev-tools | ||
LICENSE.txt | ||
README.asciidoc | ||
pom.xml |
README.asciidoc
= Elasticsearch X Plugins A set of Elastic's commercial plugins: - License - Shield - Watcher - Marvel