Uses of Enum Class
net.shibboleth.profile.module.Module.ResourceResult
Packages that use Module.ResourceResult
Package
Description
Classes for Modules for the IdP and eventually other applications.
-
Uses of Module.ResourceResult in net.shibboleth.profile.module
Methods in net.shibboleth.profile.module that return Module.ResourceResultModifier and TypeMethodDescriptionprivate Module.ResourceResultAbstractModule.BasicModuleResource.disable(ModuleContext moduleContext, boolean clean) Disable the supplied resource, either removing or renaming.private Module.ResourceResultAbstractModule.BasicModuleResource.enable(ModuleContext moduleContext) Enable the supplied resource.static Module.ResourceResultReturns the enum constant of this class with the specified name.static Module.ResourceResult[]Module.ResourceResult.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.shibboleth.profile.module that return types with arguments of type Module.ResourceResultModifier and TypeMethodDescriptionAbstractModule.disable(ModuleContext moduleContext, boolean clean) Disable the module.Module.disable(ModuleContext moduleContext, boolean clean) Disable the module.PropertyDrivenModule.disable(ModuleContext moduleContext, boolean clean) Disable the module.AbstractModule.enable(ModuleContext moduleContext) Enable the module.Module.enable(ModuleContext moduleContext) Enable the module.Module.enable(ModuleContext moduleContext, boolean isReEnable) Enable the module - with information as to whether this is a re-enable.PropertyDrivenModule.enable(ModuleContext moduleContext) Enable the module.