[java-identity-provider] 02/03: IDP-1595 Manifest constants for Support Level
Rod Widdowson
rdw at steadingsoftware.com
Sun Jul 5 13:46:00 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw 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=f7ded5d84e903ca705dd6bab93938ef7c21f34cd
commit f7ded5d84e903ca705dd6bab93938ef7c21f34cd
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Jul 5 14:36:29 2020 +0100
IDP-1595 Manifest constants for Support Level
https://issues.shibboleth.net/jira/browse/IDP-1595
---
.../shibboleth/idp/installer/plugin/PluginSupport.java | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/PluginSupport.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/PluginSupport.java
index e68827978..3066947ca 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/PluginSupport.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/PluginSupport.java
@@ -46,6 +46,22 @@ public final class PluginSupport {
/** Property Name for support level inside {@link #VERSION_INFO_PATH}. */
@Nonnull public static final String SUPPORT_LEVEL = "support.level";
+
+ /** Value for support level inside {@link #VERSION_INFO_PATH}. */
+ public static final int SUPPORT_LEVEL_CURRENT = 0;
+
+ /** Value for support level inside {@link #VERSION_INFO_PATH}. */
+ public static final int SUPPORT_LEVEL_OUT_OF_DATE = 1;
+
+ /** Value for support level inside {@link #VERSION_INFO_PATH}. */
+ public static final int SUPPORT_LEVEL_UNSUPPORTED = 2;
+
+ /** Value for support level inside {@link #VERSION_INFO_PATH}. */
+ public static final int SUPPORT_LEVEL_SECADV = 3;
+
+ /** Value for support level inside {@link #VERSION_INFO_PATH}. */
+ public static final int SUPPORT_LEVEL_WITHDRAWN = 4;
+
/** Class logger. */
@Nonnull private static Logger log = LoggerFactory.getLogger(PluginSupport.class);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list