[java-oidc-common] branch dev/JCOMOIDC-66 updated (a3ae243 -> 65a8503)
Phil Smart
philip.smart at jisc.ac.uk
Tue Mar 28 15:26:27 UTC 2023
This is an automated email from the git hooks/post-receive script.
philsmart pushed a change to branch dev/JCOMOIDC-66
in repository java-oidc-common.
discard a3ae243 Change interface names to be compatible with existing concrete classes
discard 0eace34 Move profile ID to OIDC authentication profile interface
discard eb974e6 Seperate OIDCSSO profile into a provider and relying party
discard 50c05d3 Consolidate interfaces
discard ff0014a Move method inheritance onto interface
discard f52375e Move inherited methods onto interfaces
discard b1f1eaf Fix interface hierarchy.
discard e375ca7 Move to common encryption interface
discard 7991a4a Move factories to API
discard b929e95 Update logic functions and predicates to point to API interfaces
discard 84f9783 Complete interface first pass
discard b20eb00 Move concrete classes into impl
discard c474dfd Fix syntax
discard 02536b6 Latest attempt to re-organise interface definitions
discard 13bd145 Add marker interfaces for OAuth and OIDC
discard 01f7d99 Add more incorrect interfaces
discard 731f054 Add profile interfaces. Incorrect for now, WIP.
add 6568bba Fix a NPE when no data encryption algorithm is set.
add e955dba Validate content encryption algorithm against exclusion in all cases.
new fb19d03 Add profile interfaces. Incorrect for now, WIP.
new edd728d Add more incorrect interfaces
new bbf7be7 Add marker interfaces for OAuth and OIDC
new e0b0fc4 Latest attempt to re-organise interface definitions
new eec7663 Fix syntax
new 6766cc6 Move concrete classes into impl
new fa15401 Complete interface first pass
new 00e46a3 Update logic functions and predicates to point to API interfaces
new 4902819 Move factories to API
new 47d0f87 Move to common encryption interface
new 310c723 Fix interface hierarchy.
new 7b1a4dd Move inherited methods onto interfaces
new d4e1813 Move method inheritance onto interface
new 8da9ae7 Consolidate interfaces
new 03f7ad7 Seperate OIDCSSO profile into a provider and relying party
new b0cf0f9 Move profile ID to OIDC authentication profile interface
new 40fd725 Change interface names to be compatible with existing concrete classes
new 65a8503 Inline with main
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a3ae243)
\
N -- N -- N refs/heads/dev/JCOMOIDC-66 (65a8503)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 18 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../oidc/security/impl/JWETokenDecrypter.java | 38 ++++++++++++++------
.../impl/DefaultEncryptionParametersResolver.java | 4 +++
.../DefaultEncryptionParametersResolverTest.java | 42 ++++++++++++++++++----
.../impl/PopulateJWTDecryptionParameters.java | 38 ++++++++++++++++++--
4 files changed, 103 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list