Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property NameProperty Value DescriptionExample
<pluginid>.versions A list of versions in arbitrary order.  All three digits of the version must be present net.shibboleth.plugin.totp=1.0.0 2.0.0 2.1.0 2.1.1 2.1.2 
<pluginid>.downloadURL.<version>

Space separated list of directories where this version is to be found.

Multiple values allow redundancy. 

net.shibboleth.idp.plugin.rhino.downloadURL.1.1.0=\
  https://build.shibboleth.net/nexus/service/local/\
     repositories/releases/content/net/shibboleth/idp/plugin/idp-scripting
<pluginid>.baseName.<version>

The file name.  the following four suffixes will be added during download

  • .tar.gz  (Linux line endings)
  • .zip (Windows line endings)
  • .tar.gz.asc (signature)
  • .zip.asc
net.shibboleth.idp.plugin.rhino.baseName.1.1.0=\
   shibboleth-idp-plugin-rhino-1.1.0
<pluginid>.idpVersionMax.<version>

The maximum (exclusive) IdP version supported.

Trailing version and ppatch levels of zero are inferred

net.shibboleth.idp.plugin.rhino.idpVersionMax.1.1.0=5
<pluginid>.idpVersionMin.<version>

The minimum (inclusive) IdP version supported.

Trailing version and ppatch levels of zero are inferred.

net.shibboleth.idp.plugin.rhino.idpVersionMin.1.1.0=4.1.1
<pluginid>.supportLevel.<version>

Values are:

  • Supported, current
  • Supported, out of date
  • Unsupported (whatever that means)
  • Has security advisories
  • Withdrawn
    • Current
    • OutOfDate
    • Unsupported
    • Secadv
    • Withdrawn,
    net.shibboleth.idp.plugin.rhino.supportLevel.1.1.0=2Current

    Rules for version comparison

    ...