Uses of Class
net.shibboleth.idp.plugin.PluginVersion
Packages that use PluginVersion
Package
Description
Classes for handling plugins.
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 PluginVersionModifier and TypeFieldDescriptionprivate final PluginVersionPluginState.VersionInfo.maxSupportedMaximum version - this version is NOT SUPPORTED.private final PluginVersionPluginState.VersionInfo.minSupportedMinimum version - this version IS supported.private final PluginVersionPluginState.myPluginVersionThe version of this plugin.private PluginVersionPluginInstallerArguments.updateVersionFields in net.shibboleth.idp.installer.plugin.impl with type parameters of type PluginVersionModifier and TypeFieldDescriptionprivate final Map<PluginVersion,Pair<URL, String>> PluginInfo.downloadInfoThe Download information.private final Map<PluginVersion,PluginState.VersionInfo> PluginInfo.versionInfoThe support information.Methods in net.shibboleth.idp.installer.plugin.impl that return PluginVersionModifier and TypeMethodDescriptionprivate 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.PluginState.VersionInfo.getMaxSupported()get Maximum version - this version is NOT SUPPORTED.PluginState.VersionInfo.getMinSupported()get Minimum (IdP) version - this version IS supported.PluginInstallerArguments.getUpdateVersion()Return the version to update to or null.Methods in net.shibboleth.idp.installer.plugin.impl that return types with arguments of type PluginVersionModifier and TypeMethodDescriptionPluginInfo.getAvailableVersions()Get the raw version imfo for this plugin.Methods in net.shibboleth.idp.installer.plugin.impl with parameters of type PluginVersionModifier and TypeMethodDescriptionprivate voidPluginInstallerCLI.doUpdate(String pluginId, PluginVersion pluginVersion, boolean checkVersion) Update the plugin.private PluginVersionPluginInstallerCLI.getBestVersion(PluginVersion pluginVersion, PluginInfo pluginInfo) Find the best update version.PluginInfo.getUpdateBaseName(PluginVersion version) Get the base Name for this version.PluginInfo.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 PluginVersionModifierConstructorDescription(package private)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 PluginVersionModifier and TypeFieldDescriptionprivate PluginVersionPropertyDrivenIdPPlugin.pluginVersionHandles parsing of plugin version.Methods in net.shibboleth.idp.plugin that return PluginVersionModifier and TypeMethodDescriptionstatic PluginVersionPluginSupport.getIdPVersion()Get parse IdP Version (with fallback for testing).Methods in net.shibboleth.idp.plugin with parameters of type PluginVersionModifier and TypeMethodDescriptionintPluginVersion.compareTo(PluginVersion other) Compares this object with the specified object for order.