[java-identity-provider] branch main updated: Correct misnamed setter.
Scott Cantor
cantor.2 at osu.edu
Fri Jun 25 13:05:00 UTC 2021
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=1f4e6b9a6862cd6ed59cd0d26cbe3b4173a665ca
The following commit(s) were added to refs/heads/main by this push:
new 1f4e6b9a6 Correct misnamed setter.
1f4e6b9a6 is described below
commit 1f4e6b9a6862cd6ed59cd0d26cbe3b4173a665ca
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jun 25 09:04:57 2021 -0400
Correct misnamed setter.
---
.../idp/saml/saml2/profile/config/BrowserSSOProfileConfiguration.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/BrowserSSOProfileConfiguration.java b/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/BrowserSSOProfileConfiguration.java
index 89cca6aea..ce34bd135 100644
--- a/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/BrowserSSOProfileConfiguration.java
+++ b/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/BrowserSSOProfileConfiguration.java
@@ -399,7 +399,7 @@ public class BrowserSSOProfileConfiguration extends AbstractSAML2ArtifactAwarePr
*
* @since 4.2.0
*/
- public void setSuppressAuthenticatingAuthority(@Nonnull final Predicate<ProfileRequestContext> condition) {
+ public void setSuppressAuthenticatingAuthorityPredicate(@Nonnull final Predicate<ProfileRequestContext> condition) {
suppressAuthenticatingAuthorityPredicate = Constraint.isNotNull(condition, "Condition cannot be null");
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list