Uses of Class
net.shibboleth.profile.installablecomponent.InstallableComponentInfo.VersionInfo
Packages that use InstallableComponentInfo.VersionInfo
Package
Description
Classes for "Installable Components".
-
Uses of InstallableComponentInfo.VersionInfo in net.shibboleth.profile.installablecomponent
Fields in net.shibboleth.profile.installablecomponent with type parameters of type InstallableComponentInfo.VersionInfoModifier and TypeFieldDescriptionprivate final Map<InstallableComponentVersion,InstallableComponentInfo.VersionInfo> InstallableComponentInfo.versionInfoThe support information.Methods in net.shibboleth.profile.installablecomponent that return types with arguments of type InstallableComponentInfo.VersionInfoModifier and TypeMethodDescriptionInstallableComponentInfo.getAvailableVersions()Get the raw version info for this component.Methods in net.shibboleth.profile.installablecomponent with parameters of type InstallableComponentInfo.VersionInfoModifier and TypeMethodDescriptionstatic booleanInstallableComponentInfo.isSupportedWithIdPVersion(InstallableComponentInfo.VersionInfo componentVersionInfo, InstallableComponentVersion installIntoVersion) Can the specified component be installed into this version? Worker method for all 'isSupportedWith' classes.