Uses of Interface
net.shibboleth.idp.module.IdPModule.ModuleResource
Packages that use IdPModule.ModuleResource
Package
Description
Classes for handling plugins.
APIs for representing units of IdP functionality as modules.
Implementation classes supporting module system.
-
Uses of IdPModule.ModuleResource in net.shibboleth.idp.installer.plugin.impl
Fields in net.shibboleth.idp.installer.plugin.impl with type parameters of type IdPModule.ModuleResourceModifier and TypeFieldDescriptionprivate final Map<IdPModule.ModuleResource,IdPModule.ResourceResult> PluginInstaller.moduleChangesModule Changes.private final Map<IdPModule.ModuleResource,IdPModule.ResourceResult> RollbackPluginInstall.moduleChangesModule Changes.Methods in net.shibboleth.idp.installer.plugin.impl with parameters of type IdPModule.ModuleResourceModifier and TypeMethodDescriptionprivate voidPluginInstaller.doReportOperation(IdPModule.ModuleResource resource, IdPModule.ResourceResult result) Report on a resource result.Method parameters in net.shibboleth.idp.installer.plugin.impl with type arguments of type IdPModule.ModuleResourceModifier and TypeMethodDescriptionprivate voidPluginInstaller.captureChanges(Map<IdPModule.ModuleResource, IdPModule.ResourceResult> changes) Capture module changes.private voidRollbackPluginInstall.captureChanges(Map<IdPModule.ModuleResource, IdPModule.ResourceResult> changes) Capture module changes.Constructor parameters in net.shibboleth.idp.installer.plugin.impl with type arguments of type IdPModule.ModuleResourceModifierConstructorDescriptionRollbackPluginInstall(ModuleContext context, Map<IdPModule.ModuleResource, IdPModule.ResourceResult> changes) Constructor. -
Uses of IdPModule.ModuleResource in net.shibboleth.idp.module
Classes in net.shibboleth.idp.module that implement IdPModule.ModuleResourceModifier and TypeClassDescription(package private) classModels a specific resource managed by a module.Methods in net.shibboleth.idp.module that return types with arguments of type IdPModule.ModuleResourceModifier and TypeMethodDescriptionAbstractIdPModule.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.AbstractIdPModule.enable(ModuleContext moduleContext) Enable the module.IdPModule.enable(ModuleContext moduleContext) Enable the module.PropertyDrivenIdPModule.enable(ModuleContext moduleContext) Enable the module.AbstractIdPModule.getResources()Gets resources managed by this module.IdPModule.getResources()Gets resources managed by this module. -
Uses of IdPModule.ModuleResource in net.shibboleth.idp.module.impl
Methods in net.shibboleth.idp.module.impl with parameters of type IdPModule.ModuleResourceModifier and TypeMethodDescriptionprivate voidModuleManagerCLI.doReportOperation(IdPModule.ModuleResource resource, IdPModule.ResourceResult result) Report on a resource result.