Uses of Class
net.shibboleth.idp.module.IdPModule.ResourceResult
-
Packages that use IdPModule.ResourceResult Package Description net.shibboleth.idp.module APIs for representing units of IdP functionality as modules. -
-
Uses of IdPModule.ResourceResult in net.shibboleth.idp.module
Methods in net.shibboleth.idp.module that return IdPModule.ResourceResult Modifier and Type Method Description private IdPModule.ResourceResultAbstractIdPModule.BasicModuleResource. disable(ModuleContext moduleContext, boolean clean)Disable the supplied resource, either removing or renaming.private IdPModule.ResourceResultAbstractIdPModule.BasicModuleResource. enable(ModuleContext moduleContext)Enable the supplied resource.static IdPModule.ResourceResultIdPModule.ResourceResult. valueOf(String name)Returns the enum constant of this type with the specified name.static IdPModule.ResourceResult[]IdPModule.ResourceResult. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.shibboleth.idp.module that return types with arguments of type IdPModule.ResourceResult Modifier and Type Method Description Map<IdPModule.ModuleResource,IdPModule.ResourceResult>AbstractIdPModule. disable(ModuleContext moduleContext, boolean clean)Disable the module.Map<IdPModule.ModuleResource,IdPModule.ResourceResult>IdPModule. disable(ModuleContext moduleContext, boolean clean)Disable the module.Map<IdPModule.ModuleResource,IdPModule.ResourceResult>PropertyDrivenIdPModule. disable(ModuleContext moduleContext, boolean clean)Disable the module.Map<IdPModule.ModuleResource,IdPModule.ResourceResult>AbstractIdPModule. enable(ModuleContext moduleContext)Enable the module.Map<IdPModule.ModuleResource,IdPModule.ResourceResult>IdPModule. enable(ModuleContext moduleContext)Enable the module.Map<IdPModule.ModuleResource,IdPModule.ResourceResult>PropertyDrivenIdPModule. enable(ModuleContext moduleContext)Enable the module.
-