Class PluginState.VersionInfo

  • Enclosing class:
    PluginState

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

      • maxSupported

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

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

      • 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.