forked from opensearch-project/security
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Refactor] Adopt request builder patterns for SecurityRestApiActions …
…for consistency and clarity (opensearch-project#3123) Main differences are: - Using functional approach to handle requests instead of inheritance which (IMHO) simplify code support and reading - All checks and verification stay the same, I only changed names. - PATCH uses the same validation rules as PUT and DELETE methods Signed-off-by: Andrey Pleskach <ples@aiven.io>
- Loading branch information
1 parent
4c095d2
commit 0338cdd
Showing
52 changed files
with
3,920 additions
and
3,158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
715 changes: 353 additions & 362 deletions
715
src/main/java/org/opensearch/security/dlic/rest/api/AbstractApiAction.java
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.