Uses of Class
net.shibboleth.idp.module.ModuleException
Packages that use ModuleException
Package
Description
APIs for representing units of IdP functionality as modules.
Administrative modules.
Authentication modules.
Implementation classes supporting module system.
Interceptor modules.
Profile modules.
-
Uses of ModuleException in net.shibboleth.idp.module
Methods in net.shibboleth.idp.module that throw ModuleExceptionModifier and TypeMethodDescriptionprivate IdPModule.ResourceResultAbstractIdPModule.BasicModuleResource.disable(ModuleContext moduleContext, boolean clean) Disable the supplied resource, either removing or renaming.AbstractIdPModule.disable(ModuleContext moduleContext, boolean clean) Disable the module.IdPModule.disable(ModuleContext moduleContext, boolean clean) Disable the module.PropertyDrivenIdPModule.disable(ModuleContext moduleContext, boolean clean) Disable the module.private IdPModule.ResourceResultAbstractIdPModule.BasicModuleResource.enable(ModuleContext moduleContext) Enable the supplied resource.AbstractIdPModule.enable(ModuleContext moduleContext) Enable the module.IdPModule.enable(ModuleContext moduleContext) Enable the module.PropertyDrivenIdPModule.enable(ModuleContext moduleContext) Enable the module.protected voidPropertyDrivenIdPModule.load()Load module information from properties.Constructors in net.shibboleth.idp.module that throw ModuleExceptionModifierConstructorDescriptionPropertyDrivenIdPModule(InputStream inputStream) Constructor.PropertyDrivenIdPModule(Class<? extends IdPModule> claz) Constructor.PropertyDrivenIdPModule(Properties properties) Constructor. -
Uses of ModuleException in net.shibboleth.idp.module.admin.impl
Constructors in net.shibboleth.idp.module.admin.impl that throw ModuleException -
Uses of ModuleException in net.shibboleth.idp.module.authn.impl
Constructors in net.shibboleth.idp.module.authn.impl that throw ModuleException -
Uses of ModuleException in net.shibboleth.idp.module.impl
Methods in net.shibboleth.idp.module.impl that throw ModuleExceptionModifier and TypeMethodDescriptionprivate intModuleManagerCLI.doManage(ModuleContext moduleContext, ModuleManagerArguments args) Manage modules as directed.protected voidCoreIdPModule.load()Load module information from properties.protected voidPluginIdPModule.load()Load module information from properties.Constructors in net.shibboleth.idp.module.impl that throw ModuleExceptionModifierConstructorDescriptionCoreIdPModule(Class<? extends IdPModule> claz) Constructor.PluginIdPModule(Class<? extends IdPModule> claz) Constructor. -
Uses of ModuleException in net.shibboleth.idp.module.intercept.impl
Constructors in net.shibboleth.idp.module.intercept.impl that throw ModuleException -
Uses of ModuleException in net.shibboleth.idp.module.profile.impl
Constructors in net.shibboleth.idp.module.profile.impl that throw ModuleException