[java-plugin-shibd-saml] branch main updated: Javadoc errors.
Scott Cantor
cantor.2 at osu.edu
Mon Sep 8 20:40:18 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-plugin-shibd-saml.
View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-shibd-saml.git;a=commit;h=f4bfd9764811f3695f509024115e5f37cd6ce4ec
The following commit(s) were added to refs/heads/main by this push:
new f4bfd97 Javadoc errors.
f4bfd97 is described below
commit f4bfd9764811f3695f509024115e5f37cd6ce4ec
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Sep 8 16:40:16 2025 -0400
Javadoc errors.
---
.../sp/saml/saml2/profile/config/BrowserSSOProfileConfiguration.java | 3 ++-
.../saml2/profile/config/impl/BrowserSSOProfileConfiguration.java | 4 ++--
.../sp/saml/saml2/profile/impl/SAMLTokenContextConsumer.java | 1 +
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/sp-saml-api/src/main/java/net/shibboleth/sp/saml/saml2/profile/config/BrowserSSOProfileConfiguration.java b/sp-saml-api/src/main/java/net/shibboleth/sp/saml/saml2/profile/config/BrowserSSOProfileConfiguration.java
index 82576ed..f560362 100644
--- a/sp-saml-api/src/main/java/net/shibboleth/sp/saml/saml2/profile/config/BrowserSSOProfileConfiguration.java
+++ b/sp-saml-api/src/main/java/net/shibboleth/sp/saml/saml2/profile/config/BrowserSSOProfileConfiguration.java
@@ -30,6 +30,7 @@ import net.shibboleth.shared.annotation.constraint.Unmodifiable;
import org.opensaml.profile.context.ProfileRequestContext;
import org.opensaml.saml.common.xml.SAMLConstants;
+import org.opensaml.saml.saml2.core.Attribute;
import org.opensaml.saml.saml2.core.AuthnContextClassRef;
import org.opensaml.saml.saml2.core.AuthnRequest;
import org.opensaml.saml.saml2.core.SubjectConfirmationData;
@@ -102,7 +103,7 @@ public interface BrowserSSOProfileConfiguration extends SAMLArtifactConsumerProf
* Get a strategy function to apply to SAML responses to extract additional {@link IdPAttribute}
* objects from the data.
*
- * <p>This supplements the built-in behavior that decodes any SAML {@Attribute} objects in the
+ * <p>This supplements the built-in behavior that decodes any SAML {@link Attribute} objects in the
* validated assertion(s).</p>
*
* @param profileRequestContext profile request context
diff --git a/sp-saml-impl/src/main/java/net/shibboleth/sp/saml/saml2/profile/config/impl/BrowserSSOProfileConfiguration.java b/sp-saml-impl/src/main/java/net/shibboleth/sp/saml/saml2/profile/config/impl/BrowserSSOProfileConfiguration.java
index 0f85ff9..6220d5b 100644
--- a/sp-saml-impl/src/main/java/net/shibboleth/sp/saml/saml2/profile/config/impl/BrowserSSOProfileConfiguration.java
+++ b/sp-saml-impl/src/main/java/net/shibboleth/sp/saml/saml2/profile/config/impl/BrowserSSOProfileConfiguration.java
@@ -534,9 +534,9 @@ public class BrowserSSOProfileConfiguration extends AbstractSAML2AssertionConsum
}
/**
- * Set a lookup strategy for
+ * Set a lookup strategy for the response binding to place into the {@link AuthnRequest}.
*
- * @param strategy
+ * @param strategy lookup strategy
*/
public void setResponseBindingLookupStrategy(@Nonnull final Function<ProfileRequestContext,String> strategy) {
responseBindingLookupStrategy =
diff --git a/sp-saml-impl/src/main/java/net/shibboleth/sp/saml/saml2/profile/impl/SAMLTokenContextConsumer.java b/sp-saml-impl/src/main/java/net/shibboleth/sp/saml/saml2/profile/impl/SAMLTokenContextConsumer.java
index 942a0c7..6a2ab23 100644
--- a/sp-saml-impl/src/main/java/net/shibboleth/sp/saml/saml2/profile/impl/SAMLTokenContextConsumer.java
+++ b/sp-saml-impl/src/main/java/net/shibboleth/sp/saml/saml2/profile/impl/SAMLTokenContextConsumer.java
@@ -32,6 +32,7 @@ import net.shibboleth.sp.saml.saml2.context.SAMLTokenContext;
*/
public class SAMLTokenContextConsumer implements BiConsumer<ProfileRequestContext,AuthnStatement> {
+ /** Class logger. */
@Nonnull private final Logger log = LoggerFactory.getLogger(SAMLTokenContextConsumer.class);
/** {@inheritDoc} */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list