[java-plugin-shibd] branch main updated: Move some constants to existing API class.
Codeberg
noreply at shibboleth.net
Wed May 27 19:18:27 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-plugin-shibd.
View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd/commit/757eb2542b926aac43ca54efcd9582a2d31790c2
The following commit(s) were added to refs/heads/main by this push:
new 757eb25 Move some constants to existing API class.
757eb25 is described below
commit 757eb2542b926aac43ca54efcd9582a2d31790c2
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Wed May 27 15:18:06 2026 -0400
Move some constants to existing API class.
---
.../main/java/net/shibboleth/sp/profile/ConsumerConstants.java | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/sp-server-api/src/main/java/net/shibboleth/sp/profile/ConsumerConstants.java b/sp-server-api/src/main/java/net/shibboleth/sp/profile/ConsumerConstants.java
index 09ee789..73434f8 100644
--- a/sp-server-api/src/main/java/net/shibboleth/sp/profile/ConsumerConstants.java
+++ b/sp-server-api/src/main/java/net/shibboleth/sp/profile/ConsumerConstants.java
@@ -19,7 +19,7 @@ import javax.annotation.Nonnull;
import net.shibboleth.shared.annotation.constraint.NotEmpty;
/**
- * Constants for token consumer operations.
+ * Constants for token and logout consumer operations.
*/
public final class ConsumerConstants {
@@ -38,6 +38,12 @@ public final class ConsumerConstants {
/** Session attributes data member. */
@Nonnull @NotEmpty public static final String SESSION_ATTRIBUTES = "session.attributes";
+ /** Logout consumer session matching indicator parameter name. */
+ @Nonnull @NotEmpty public static final String MATCHED_PARAM = "matched";
+
+ /** Logout consumer state token parameter name. */
+ @Nonnull @NotEmpty public static final String TOKEN_PARAM = "token";
+
/** Private constructor. */
private ConsumerConstants() {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list