Uses of Class
net.shibboleth.profile.installablecomponent.InstallableComponentVersion
Packages that use InstallableComponentVersion
Package
Description
Classes for "Installable Components".
Classes for plugins.
-
Uses of InstallableComponentVersion in net.shibboleth.profile.installablecomponent
Fields in net.shibboleth.profile.installablecomponent declared as InstallableComponentVersionModifier and TypeFieldDescriptionprivate final InstallableComponentVersionInstallableComponentInfo.VersionInfo.maxSupportedMaximum version - this version is NOT SUPPORTED.private final InstallableComponentVersionInstallableComponentInfo.VersionInfo.minSupportedMinimum version - this version IS supported.Fields in net.shibboleth.profile.installablecomponent with type parameters of type InstallableComponentVersionModifier and TypeFieldDescriptionprivate final Map<InstallableComponentVersion,Pair<URL, String>> InstallableComponentInfo.downloadInfoThe Download information.private final Map<InstallableComponentVersion,InstallableComponentInfo.VersionInfo> InstallableComponentInfo.versionInfoThe support information.Methods in net.shibboleth.profile.installablecomponent that return InstallableComponentVersionModifier and TypeMethodDescriptionstatic InstallableComponentVersionInstallableComponentSupport.getBestVersion(InstallableComponentVersion installIntoVersion, InstallableComponentVersion instaleeVersion, InstallableComponentInfo instaleeInfo) Find the best update version (plugin or IdP - call it the instalee).InstallableComponentInfo.VersionInfo.getMaxSupported()get Maximum version - this version is NOT SUPPORTED.protected abstract InstallableComponentVersionInstallableComponentInfo.getMaxVersion(Properties props, String version) Find the max supported version version we can be installed into.InstallableComponentInfo.VersionInfo.getMinSupported()get Minimum (IdP) version - this version IS supported.protected abstract InstallableComponentVersionInstallableComponentInfo.getMinVersion(Properties props, String version) Find the min supported version we can be installed into.Methods in net.shibboleth.profile.installablecomponent that return types with arguments of type InstallableComponentVersionModifier and TypeMethodDescriptionInstallableComponentInfo.getAvailableVersions()Get the raw version info for this component.Methods in net.shibboleth.profile.installablecomponent with parameters of type InstallableComponentVersionModifier and TypeMethodDescriptionintInstallableComponentVersion.compareTo(InstallableComponentVersion other) Compares this object with the specified object for order.static InstallableComponentVersionInstallableComponentSupport.getBestVersion(InstallableComponentVersion installIntoVersion, InstallableComponentVersion instaleeVersion, InstallableComponentInfo instaleeInfo) Find the best update version (plugin or IdP - call it the instalee).InstallableComponentInfo.getUpdateBaseName(InstallableComponentVersion version) Get the base Name for this version.InstallableComponentInfo.getUpdateURL(InstallableComponentVersion version) Get the base URL for this version.static booleanInstallableComponentInfo.isSupportedWithIdPVersion(InstallableComponentInfo.VersionInfo componentVersionInfo, InstallableComponentVersion installIntoVersion) Can the specified component be installed into this version? Worker method for all 'isSupportedWith' classes.booleanInstallableComponentInfo.isSupportedWithIdPVersion(InstallableComponentVersion componentVersion, InstallableComponentVersion intsallIntoVersion) Can the specified component be installed into this version?Constructors in net.shibboleth.profile.installablecomponent with parameters of type InstallableComponentVersionModifierConstructorDescriptionVersionInfo(InstallableComponentVersion max, InstallableComponentVersion min, InstallableComponentSupport.SupportLevel support) Constructor. -
Uses of InstallableComponentVersion in net.shibboleth.profile.plugin
Fields in net.shibboleth.profile.plugin declared as InstallableComponentVersionModifier and TypeFieldDescriptionprivate InstallableComponentVersionPropertyDrivenPlugin.pluginVersionHandles parsing of plugin version.