Package net.shibboleth.idp.plugin.impl
Class PluginInfo
java.lang.Object
net.shibboleth.profile.installablecomponent.InstallableComponentInfo
net.shibboleth.idp.plugin.impl.PluginInfo
Information about a Plugin.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.shibboleth.profile.installablecomponent.InstallableComponentInfo
InstallableComponentInfo.VersionInfo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected InstallableComponentVersiongetMaxVersion(Properties props, String version) protected InstallableComponentVersiongetMinVersion(Properties props, String version) Methods inherited from class net.shibboleth.profile.installablecomponent.InstallableComponentInfo
getAvailableVersions, getComponentId, getUpdateBaseName, getUpdateURL, isInfoComplete, isSupportedWithIdPVersion, isSupportedWithIdPVersion
-
Constructor Details
-
PluginInfo
Constructor.- Parameters:
id- the plugin Id to ask about.props- the properties file to load from
-
-
Method Details
-
getMaxVersion
@Nullable protected InstallableComponentVersion getMaxVersion(@Nonnull Properties props, @Nonnull String version) - Specified by:
getMaxVersionin classInstallableComponentInfo
-
getMinVersion
@Nullable protected InstallableComponentVersion getMinVersion(@Nonnull Properties props, @Nonnull String version) - Specified by:
getMinVersionin classInstallableComponentInfo
-