Uses of Enum Class
net.shibboleth.profile.installablecomponent.InstallableComponentSupport.SupportLevel
Packages that use InstallableComponentSupport.SupportLevel
Package
Description
Classes for "Installable Components".
-
Uses of InstallableComponentSupport.SupportLevel in net.shibboleth.profile.installablecomponent
Fields in net.shibboleth.profile.installablecomponent declared as InstallableComponentSupport.SupportLevelModifier and TypeFieldDescriptionprivate final InstallableComponentSupport.SupportLevelInstallableComponentInfo.VersionInfo.supportLevelsupport level.Methods in net.shibboleth.profile.installablecomponent that return InstallableComponentSupport.SupportLevelModifier and TypeMethodDescriptionInstallableComponentInfo.VersionInfo.getSupportLevel()get support level.Returns the enum constant of this class with the specified name.InstallableComponentSupport.SupportLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.shibboleth.profile.installablecomponent with parameters of type InstallableComponentSupport.SupportLevelModifierConstructorDescriptionVersionInfo(InstallableComponentVersion max, InstallableComponentVersion min, InstallableComponentSupport.SupportLevel support) Constructor.