Uses of Interface
net.shibboleth.profile.module.Module.ModuleResource
Packages that use Module.ModuleResource
Package
Description
Classes for Modules for the IdP and eventually other applications.
-
Uses of Module.ModuleResource in net.shibboleth.profile.module
Classes in net.shibboleth.profile.module that implement Module.ModuleResourceModifier and TypeClassDescriptionprotected classModels a specific resource managed by a module.Fields in net.shibboleth.profile.module with type parameters of type Module.ModuleResourceModifier and TypeFieldDescriptionprivate Collection<Module.ModuleResource>AbstractModule.moduleResourcesModule resources.Methods in net.shibboleth.profile.module that return types with arguments of type Module.ModuleResourceModifier 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.AbstractModule.getResources()Gets resources managed by this module.Module.getResources()Gets resources managed by this module.