Class PluginState.VersionInfo

java.lang.Object
net.shibboleth.idp.installer.plugin.impl.PluginState.VersionInfo
Enclosing class:
PluginState

public static class PluginState.VersionInfo extends Object
Encapsulation of the information about a given IdP version.
  • Field Details

    • maxSupported

      private final PluginVersion maxSupported
      Maximum version - this version is NOT SUPPORTED.
    • minSupported

      private final PluginVersion minSupported
      Minimum version - this version IS supported.
    • supportLevel

      private final PluginSupport.SupportLevel supportLevel
      support level.
  • Constructor Details

  • Method Details

    • getMaxSupported

      public PluginVersion getMaxSupported()
      get Maximum version - this version is NOT SUPPORTED.
      Returns:
      Returns the maxSupported.
    • getMinSupported

      public PluginVersion getMinSupported()
      get Minimum (IdP) version - this version IS supported.
      Returns:
      Returns the minSupported.
    • getSupportLevel

      public PluginSupport.SupportLevel getSupportLevel()
      get support level.
      Returns:
      Returns the supportLevel.