[java-identity-provider] branch main updated: Fix method name.

Scott Cantor cantor.2 at osu.edu
Wed Feb 16 15:26:10 UTC 2022


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=2370fc78a985df5d63cd90668a9b6d2b9b17af46

The following commit(s) were added to refs/heads/main by this push:
     new 2370fc78a Fix method name.
2370fc78a is described below

commit 2370fc78a985df5d63cd90668a9b6d2b9b17af46
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Feb 16 10:26:07 2022 -0500

    Fix method name.
---
 .../src/main/java/net/shibboleth/idp/profile/impl/FilterAttributes.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/FilterAttributes.java b/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/FilterAttributes.java
index 64cb713c9..cff848126 100644
--- a/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/FilterAttributes.java
+++ b/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/FilterAttributes.java
@@ -322,7 +322,7 @@ public class FilterAttributes extends AbstractProfileAction {
      * 
      * @since 4.2.0
      */
-    public void setProxiedRequesterMetadataLookupStrategy(
+    public void setProxiedRequesterMetadataContextLookupStrategy(
             @Nullable final Function<ProfileRequestContext,SAMLMetadataContext> strategy) {
         ComponentSupport.ifInitializedThrowUnmodifiabledComponentException(this);
         

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


More information about the commits mailing list