[java-shib-attribute] 02/02: Fix missing comment.

Scott Cantor cantor.2 at osu.edu
Mon Sep 25 17:24:25 UTC 2023


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

scantor pushed a commit to branch main
in repository java-shib-attribute.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=1e03fc072e1ec60ef10089c0c5f7e60155fd39cb

commit 1e03fc072e1ec60ef10089c0c5f7e60155fd39cb
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Sep 25 13:24:20 2023 -0400

    Fix missing comment.
---
 .../resolver/impl/EntityAttributesDataConnector.java         | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/shib-saml-attribute-impl/src/main/java/net/shibboleth/idp/saml/attribute/resolver/impl/EntityAttributesDataConnector.java b/shib-saml-attribute-impl/src/main/java/net/shibboleth/idp/saml/attribute/resolver/impl/EntityAttributesDataConnector.java
index 91d6c6753..9ef334389 100644
--- a/shib-saml-attribute-impl/src/main/java/net/shibboleth/idp/saml/attribute/resolver/impl/EntityAttributesDataConnector.java
+++ b/shib-saml-attribute-impl/src/main/java/net/shibboleth/idp/saml/attribute/resolver/impl/EntityAttributesDataConnector.java
@@ -123,7 +123,15 @@ public class EntityAttributesDataConnector extends AbstractDataConnector {
         log.trace("{} Resolved attributes: {}", getLogPrefix(), results);
         return results;
     }
-    
+   
+    /**
+     * Pull in mapped tags as resolved attributes.
+     *
+     * @param parent parent object containing mapped tags
+     * @param results accumulator for results
+     *
+     * @throws CloneNotSupportedException if cloning the mapped tag fails
+     */ 
     private void resolveMappedTags(@Nonnull final XMLObject parent, @Nonnull final Map<String,IdPAttribute> results)
             throws CloneNotSupportedException {
         final List<AttributesMapContainer> containerList = parent.getObjectMetadata().get(AttributesMapContainer.class);
@@ -147,4 +155,4 @@ public class EntityAttributesDataConnector extends AbstractDataConnector {
         }
     }
     
-}
\ No newline at end of file
+}

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


More information about the commits mailing list