mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-23 21:38:15 +00:00
Both AuthenticationService and AuthorizationService are currently interfaces with single implementations. This is unnecessary, and makes it harder to deguice. This change removes the abstractions and leaves just AuthenticationService and AuthorizationService. Original commit: elastic/x-pack-elasticsearch@d04c897ae4
= Elasticsearch Security Plugin This plugins adds security features to elasticsearch You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.