mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-21 12:27:37 +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