Uses of Class
net.shibboleth.idp.module.impl.ModuleManagerArguments
-
Packages that use ModuleManagerArguments Package Description net.shibboleth.idp.module.impl Implementation classes supporting module system. -
-
Uses of ModuleManagerArguments in net.shibboleth.idp.module.impl
Methods in net.shibboleth.idp.module.impl that return types with arguments of type ModuleManagerArguments Modifier and Type Method Description protected Class<ModuleManagerArguments>ModuleManagerCLI. getArgumentClass()Methods in net.shibboleth.idp.module.impl with parameters of type ModuleManagerArguments Modifier and Type Method Description private intModuleManagerCLI. doList(ModuleContext moduleContext, ModuleManagerArguments args)List/report on modules.private intModuleManagerCLI. doManage(ModuleContext moduleContext, ModuleManagerArguments args)Manage modules as directed.protected intModuleManagerCLI. doRun(ModuleManagerArguments args)
-