Class Version

java.lang.Object
net.shibboleth.idp.Version

public final class Version extends Object
Class for getting and printing the version of the IdP.
  • Field Details

    • MDC_ATTRIBUTE

      @Nonnull public static final String MDC_ATTRIBUTE
      Name of MDC attribute that holds the IdP's version string: idp.version.
      See Also:
    • VERSION

      @Nullable private static final String VERSION
      IdP version.
  • Constructor Details

    • Version

      private Version()
      Constructor.
  • Method Details

    • main

      public static void main(String[] args)
      Main entry point to program.
      Parameters:
      args - command line arguments
    • getVersion

      @Nullable public static String getVersion()
      Get the version of the IdP.
      Returns:
      version of the IdP