[java-identity-provider] branch master updated: Fix javadoc.
Scott Cantor
cantor.2 at osu.edu
Thu Jul 9 00:11:54 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=bc2f8aef126f350bbc90a4551b2ecbd167d19ab1
The following commit(s) were added to refs/heads/master by this push:
new bc2f8aef1 Fix javadoc.
bc2f8aef1 is described below
commit bc2f8aef126f350bbc90a4551b2ecbd167d19ab1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jul 8 20:12:03 2020 -0400
Fix javadoc.
---
.../attribute/resolver/ad/impl/DecryptedAttributeDefinition.java | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/ad/impl/DecryptedAttributeDefinition.java b/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/ad/impl/DecryptedAttributeDefinition.java
index ff8023940..b50b365d4 100644
--- a/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/ad/impl/DecryptedAttributeDefinition.java
+++ b/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/ad/impl/DecryptedAttributeDefinition.java
@@ -45,7 +45,11 @@ import org.slf4j.LoggerFactory;
/**
* An {@link AttributeDefinition} that creates an attribute whose values are the
- * values of all its dependencies.
+ * decrypted values of its dependencies.
+ *
+ * Empty values are copied through and non-string values are ignored.
+ *
+ * @since 4.1.0
*/
@ThreadSafe
public class DecryptedAttributeDefinition extends AbstractAttributeDefinition {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list