Uses of Class
net.shibboleth.idp.plugin.PluginSupport.SupportLevel
-
Packages that use PluginSupport.SupportLevel Package Description net.shibboleth.idp.plugin A set of APIs of general use in building IdP plugins. -
-
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.
-