Uses of Enum
net.shibboleth.idp.plugin.PluginSupport.SupportLevel
Packages that use PluginSupport.SupportLevel
Package
Description
Classes for handling plugins.
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.SupportLevelModifier and TypeFieldDescriptionprivate final PluginSupport.SupportLevelPluginState.VersionInfo.supportLevelsupport level.Methods in net.shibboleth.idp.installer.plugin.impl that return PluginSupport.SupportLevelConstructors in net.shibboleth.idp.installer.plugin.impl with parameters of type PluginSupport.SupportLevelModifierConstructorDescription(package private)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.SupportLevelModifier and TypeMethodDescriptionstatic PluginSupport.SupportLevelReturns 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.