Uses of Class
net.shibboleth.idp.installer.plugin.impl.PluginState.VersionInfo
-
Packages that use PluginState.VersionInfo Package Description net.shibboleth.idp.installer.plugin.impl Classes for handling plugins. -
-
Uses of PluginState.VersionInfo in net.shibboleth.idp.installer.plugin.impl
Fields in net.shibboleth.idp.installer.plugin.impl with type parameters of type PluginState.VersionInfo Modifier and Type Field Description private Map<PluginVersion,PluginState.VersionInfo>PluginInfo. versionInfoThe support information.Methods in net.shibboleth.idp.installer.plugin.impl that return types with arguments of type PluginState.VersionInfo 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 PluginState.VersionInfo Modifier and Type Method Description static booleanPluginInfo. isSupportedWithIdPVersion(PluginState.VersionInfo pluginVersionInfo, PluginVersion idPVersion)Is the specified plugin supported with this IdP version.
-