Uses of Class
net.shibboleth.idp.plugin.PluginVersion
-
Packages that use PluginVersion Package Description net.shibboleth.idp.installer.plugin.impl Classes for handling plugins.net.shibboleth.idp.plugin A set of APIs of general use in building IdP plugins. -
-
Uses of PluginVersion in net.shibboleth.idp.installer.plugin.impl
Fields in net.shibboleth.idp.installer.plugin.impl declared as PluginVersion Modifier and Type Field Description private PluginVersionPluginState.VersionInfo. maxSupportedMaximum version - this version is NOT SUPPORTED.private PluginVersionPluginState.VersionInfo. minSupportedMinimum version - this version IS supported.private PluginVersionPluginState. myPluginVersionThe version of this plugin.private PluginVersionPluginInstallerArguments. updateVersionFields in net.shibboleth.idp.installer.plugin.impl with type parameters of type PluginVersion Modifier and Type Field Description private Map<PluginVersion,Pair<URL,String>>PluginInfo. downloadInfoThe Download information.private Map<PluginVersion,PluginState.VersionInfo>PluginInfo. versionInfoThe support information.Methods in net.shibboleth.idp.installer.plugin.impl that return PluginVersion Modifier and Type Method Description private PluginVersionPluginInstallerCLI. getBestVersion(PluginVersion pluginVersion, PluginInfo pluginInfo)Find the best update version.protected static PluginVersionPluginInstaller. getIdPVersion()Return a version we can use in a test proof manner.PluginVersionPluginState.VersionInfo. getMaxSupported()get Maximum version - this version is NOT SUPPORTED.PluginVersionPluginState.VersionInfo. getMinSupported()get Minimum (IdP) version - this version IS supported.PluginVersionPluginInstallerArguments. getUpdateVersion()Return the version to update to or null.Methods in net.shibboleth.idp.installer.plugin.impl that return types with arguments of type PluginVersion Modifier and Type Method Description Map<PluginVersion,PluginState.VersionInfo>PluginInfo. getAvailableVersions()Get the raw version imfo for this plugin.Methods in net.shibboleth.idp.installer.plugin.impl with parameters of type PluginVersion Modifier and Type Method Description private voidPluginInstallerCLI. doUpdate(String pluginId, PluginVersion pluginVersion, boolean checkVersion)Update the plugin.private PluginVersionPluginInstallerCLI. getBestVersion(PluginVersion pluginVersion, PluginInfo pluginInfo)Find the best update version.StringPluginInfo. getUpdateBaseName(PluginVersion version)Get the base Name for this version.URLPluginInfo. getUpdateURL(PluginVersion version)Get the base URL for this version.static booleanPluginInfo. isSupportedWithIdPVersion(PluginState.VersionInfo pluginVersionInfo, PluginVersion idPVersion)Is the specified plugin supported with this IdP version.booleanPluginInfo. isSupportedWithIdPVersion(PluginVersion pluginVersion, PluginVersion idPVersion)Is the specified plugin supported with this IdP version.Constructors in net.shibboleth.idp.installer.plugin.impl with parameters of type PluginVersion Constructor Description VersionInfo(PluginVersion max, PluginVersion min, PluginSupport.SupportLevel support)Constructor. -
Uses of PluginVersion in net.shibboleth.idp.plugin
Fields in net.shibboleth.idp.plugin declared as PluginVersion Modifier and Type Field Description private PluginVersionPropertyDrivenIdPPlugin. pluginVersionHandles parsing of plugin version.Methods in net.shibboleth.idp.plugin that return PluginVersion Modifier and Type Method Description static PluginVersionPluginSupport. getIdPVersion()Get parse IdP Version (with fallback for testing).Methods in net.shibboleth.idp.plugin with parameters of type PluginVersion Modifier and Type Method Description intPluginVersion. compareTo(PluginVersion other)Compares this object with the specified object for order.
-