[java-idp-plugin-oidc-rp] branch main updated: Improve naming

Phil Smart philip.smart at jisc.ac.uk
Fri Apr 21 08:42:06 UTC 2023


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=5ff5c6d302303b378a6d55410d1b42a0aa3a1af6

The following commit(s) were added to refs/heads/main by this push:
     new 5ff5c6d  Improve naming
5ff5c6d is described below

commit 5ff5c6d302303b378a6d55410d1b42a0aa3a1af6
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Apr 21 09:42:04 2023 +0100

    Improve naming
---
 ...nticationPromptHandler.java => AddForceAuthenticationHandler.java} | 4 ++--
 .../flows/authn/OIDCRelyingParty/oidc-relying-party-authn-beans.xml   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/impl/AddForceAuthenticationPromptHandler.java b/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/impl/AddForceAuthenticationHandler.java
similarity index 94%
rename from idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/impl/AddForceAuthenticationPromptHandler.java
rename to idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/impl/AddForceAuthenticationHandler.java
index f3fb557..4e0c704 100644
--- a/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/impl/AddForceAuthenticationPromptHandler.java
+++ b/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/impl/AddForceAuthenticationHandler.java
@@ -33,10 +33,10 @@ import com.nimbusds.openid.connect.sdk.Prompt;
  * An action that sets the 'prompt' parameter to 'login' and max_age to 0 seconds, iff force authn was requested by the 
  * upstream SP (or is overridden in the profile config).
  */
-public class AddForceAuthenticationPromptHandler extends AbstractOIDCAuthenticationRequestActionMessageHandler {
+public class AddForceAuthenticationHandler extends AbstractOIDCAuthenticationRequestActionMessageHandler {
     
     /** Class logger. */
-    @Nonnull private final Logger log = LoggerFactory.getLogger(AddForceAuthenticationPromptHandler.class);
+    @Nonnull private final Logger log = LoggerFactory.getLogger(AddForceAuthenticationHandler.class);
     
     @Override protected void doInvoke(@Nonnull final MessageContext messageContext) 
             throws MessageHandlerException {
diff --git a/idp-oidc-rp-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/OIDCRelyingParty/oidc-relying-party-authn-beans.xml b/idp-oidc-rp-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/OIDCRelyingParty/oidc-relying-party-authn-beans.xml
index 086768a..7cb0046 100644
--- a/idp-oidc-rp-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/OIDCRelyingParty/oidc-relying-party-authn-beans.xml
+++ b/idp-oidc-rp-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/OIDCRelyingParty/oidc-relying-party-authn-beans.xml
@@ -135,8 +135,8 @@
                                 getObject('shibboleth.authn.oidc.rp.DefaultRedirectUriCreationStrategy')}" />
                         <bean id="AddAuthenticationContextClassReferences" scope="prototype"
                             class="net.shibboleth.idp.plugin.authn.oidc.rp.messaging.impl.AddAuthenticationContextClassReferencesHandler"/>
-                        <bean id="AddForceAuthenticationPrompt" scope="prototype"
-                            class="net.shibboleth.idp.plugin.authn.oidc.rp.messaging.impl.AddForceAuthenticationPromptHandler" />
+                        <bean id="AddForceAuthentication" scope="prototype"
+                            class="net.shibboleth.idp.plugin.authn.oidc.rp.messaging.impl.AddForceAuthenticationHandler" />
                     </list>
                 </property>
             </bean>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list