Uses of Class
net.shibboleth.profile.module.ModuleException
Packages that use ModuleException
Package
Description
Classes for Modules for the IdP and eventually other applications.
-
Uses of ModuleException in net.shibboleth.profile.module
Methods in net.shibboleth.profile.module that throw ModuleExceptionModifier and TypeMethodDescriptionprivate Module.ResourceResultAbstractModule.BasicModuleResource.disable(ModuleContext moduleContext, boolean clean) Disable the supplied resource, either removing or renaming.AbstractModule.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.private Module.ResourceResultAbstractModule.BasicModuleResource.enable(ModuleContext moduleContext) Enable the supplied resource.AbstractModule.enable(ModuleContext moduleContext) Enable the module.Module.enable(ModuleContext moduleContext) Enable the module.PropertyDrivenModule.enable(ModuleContext moduleContext) Enable the module.protected voidPropertyDrivenModule.load()Load module information from properties.Constructors in net.shibboleth.profile.module that throw ModuleExceptionModifierConstructorDescriptionPropertyDrivenModule(String version, InputStream inputStream) Constructor.PropertyDrivenModule(String version, Class<? extends Module> claz) Constructor.PropertyDrivenModule(String version, Properties properties) Constructor.