[java-idp-plugin-oidc-rp] branch main updated: Small cleanups of class names and comments
Phil Smart
philip.smart at jisc.ac.uk
Mon Dec 12 16:19:36 UTC 2022
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-oidc-rp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=925ee911ca72f6b82ecb83ec5dff4f2073def02d
The following commit(s) were added to refs/heads/main by this push:
new 925ee91 Small cleanups of class names and comments
925ee91 is described below
commit 925ee911ca72f6b82ecb83ec5dff4f2073def02d
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Dec 12 16:19:33 2022 +0000
Small cleanups of class names and comments
---
.../oidc/rp/metadata/impl/DefaultClientIDForIssuerLookupFunction.java | 1 +
...TokenResponseDecoderTest.java => DefaultMapResponseDecoderTest.java} | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/metadata/impl/DefaultClientIDForIssuerLookupFunction.java b/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/metadata/impl/DefaultClientIDForIssuerLookupFunction.java
index ecaef4b..2b852c1 100644
--- a/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/metadata/impl/DefaultClientIDForIssuerLookupFunction.java
+++ b/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/metadata/impl/DefaultClientIDForIssuerLookupFunction.java
@@ -38,6 +38,7 @@ import net.shibboleth.utilities.java.support.annotation.constraint.NonnullElemen
/**
* Strategy to pull out the ID of the OIDC Client registered to talk to the discovered/configured OP.
*/
+//TODO is this used?
public class DefaultClientIDForIssuerLookupFunction implements ContextDataLookupFunction<MessageContext, ClientID> {
/** A mapping between an OP Issuer and an RP Client.*/
diff --git a/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/decoding/impl/DefaultTokenResponseDecoderTest.java b/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/decoding/impl/DefaultMapResponseDecoderTest.java
similarity index 98%
rename from idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/decoding/impl/DefaultTokenResponseDecoderTest.java
rename to idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/decoding/impl/DefaultMapResponseDecoderTest.java
index 25587e5..7a81c8c 100644
--- a/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/decoding/impl/DefaultTokenResponseDecoderTest.java
+++ b/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/decoding/impl/DefaultMapResponseDecoderTest.java
@@ -38,7 +38,7 @@ import net.shibboleth.idp.plugin.authn.oidc.rp.impl.AbstractOIDCTest;
import net.shibboleth.utilities.java.support.component.ComponentInitializationException;
/** Tests for the DefaultTokenResponseDecoder.*/
-public class DefaultTokenResponseDecoderTest extends AbstractOIDCTest {
+public class DefaultMapResponseDecoderTest extends AbstractOIDCTest {
/** The encoder to test.*/
private DefaultMapResponseDecoder decoder;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list