Uses of Class
net.shibboleth.idp.plugin.PluginSupport.SupportLevel
-
Packages that use PluginSupport.SupportLevel Package Description net.shibboleth.idp.installer.plugin.impl Classes for handling plugins.net.shibboleth.idp.plugin A set of APIs of general use in building IdP plugins. -
-
Uses of PluginSupport.SupportLevel in net.shibboleth.idp.installer.plugin.impl
Fields in net.shibboleth.idp.installer.plugin.impl declared as PluginSupport.SupportLevel Modifier and Type Field Description private PluginSupport.SupportLevelPluginState.VersionInfo. supportLevelsupport level.Methods in net.shibboleth.idp.installer.plugin.impl that return PluginSupport.SupportLevel Modifier and Type Method Description PluginSupport.SupportLevelPluginState.VersionInfo. getSupportLevel()get support level.Constructors in net.shibboleth.idp.installer.plugin.impl with parameters of type PluginSupport.SupportLevel Constructor Description VersionInfo(PluginVersion max, PluginVersion min, PluginSupport.SupportLevel support)Constructor. -
Uses of PluginSupport.SupportLevel in net.shibboleth.idp.plugin
Methods in net.shibboleth.idp.plugin that return PluginSupport.SupportLevel Modifier and Type Method Description static PluginSupport.SupportLevelPluginSupport.SupportLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static PluginSupport.SupportLevel[]PluginSupport.SupportLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-