[java-identity-provider] branch main updated: Javadoc clarification.

Codeberg noreply at shibboleth.net
Wed Jul 1 18:07:18 UTC 2026


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

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

View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/b75aa143c3bacaf1cd84a033de5d9e1b999b1a3c

The following commit(s) were added to refs/heads/main by this push:
     new b75aa143c Javadoc clarification.
b75aa143c is described below

commit b75aa143c3bacaf1cd84a033de5d9e1b999b1a3c
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Wed Jul 1 14:07:08 2026 -0400

    Javadoc clarification.
---
 .../src/main/java/net/shibboleth/idp/saml/profile/SAMLAuditFields.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/SAMLAuditFields.java b/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/SAMLAuditFields.java
index 7a7e313ea..0846913cf 100644
--- a/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/SAMLAuditFields.java
+++ b/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/SAMLAuditFields.java
@@ -119,7 +119,7 @@ public final class SAMLAuditFields {
     /** Signed inbound message field. @since 4.0.0 */
     @Nonnull @NotEmpty public static final String SIGNING = "XX";
 
-    /** Encryption field. */
+    /** Encrypted assertion indicator field. */
     @Nonnull @NotEmpty public static final String ENCRYPTION = "X";
 
     /** Encryption algorithm field. */

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


More information about the commits mailing list