-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Builder NestedCollection support (#841)
- Added Conjunctor, CollectionMutator, and NestedCollection - Added JwkBuilder#operations() NestedCollection builder and removed #operation(KeyOperation) and #operations(Collection<KeyOperation>) - KeyOperationPolicyBuilder now extends CollectionMutator - Replaced ProtectedHeaderMutator#critical* methods with critical() NestedCollection - Replaced JwtParserBuilder#critical* methods with critical() NestedCollection - Replaced ClaimsMutator#audience* methods with audience() AudienceCollection - Replaced JwtParserBuilder#add* methods with new collection builder methods: enc(), key(), sig() and zip()
- Loading branch information
1 parent
20b2fa9
commit 854bb89
Showing
74 changed files
with
1,214 additions
and
816 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
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
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
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
Oops, something went wrong.