Class PluginState.VersionInfo
java.lang.Object
net.shibboleth.idp.installer.plugin.impl.PluginState.VersionInfo
- Enclosing class:
- PluginState
Encapsulation of the information about a given IdP version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final PluginVersion
Maximum version - this version is NOT SUPPORTED.private final PluginVersion
Minimum version - this version IS supported.private final PluginSupport.SupportLevel
support level. -
Constructor Summary
ConstructorsConstructorDescriptionVersionInfo
(PluginVersion max, PluginVersion min, PluginSupport.SupportLevel support) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionget Maximum version - this version is NOT SUPPORTED.get Minimum (IdP) version - this version IS supported.get support level.
-
Field Details
-
maxSupported
Maximum version - this version is NOT SUPPORTED. -
minSupported
Minimum version - this version IS supported. -
supportLevel
support level.
-
-
Constructor Details
-
VersionInfo
VersionInfo(PluginVersion max, PluginVersion min, PluginSupport.SupportLevel support) Constructor.- Parameters:
max
- support levelmin
- support levelsupport
- support level
-
-
Method Details
-
getMaxSupported
get Maximum version - this version is NOT SUPPORTED.- Returns:
- Returns the maxSupported.
-
getMinSupported
get Minimum (IdP) version - this version IS supported.- Returns:
- Returns the minSupported.
-
getSupportLevel
get support level.- Returns:
- Returns the supportLevel.
-