Uses of Interface
net.shibboleth.idp.module.IdPModule
-
Packages that use IdPModule Package Description net.shibboleth.idp.module APIs for representing units of IdP functionality as modules.net.shibboleth.idp.plugin A set of APIs of general use in building IdP plugins. -
-
Uses of IdPModule in net.shibboleth.idp.module
Classes in net.shibboleth.idp.module that implement IdPModule Modifier and Type Class Description classAbstractIdPModuleIdPModulebase class implementing basic file management.classPropertyDrivenIdPModuleImplementation ofIdPModulerelying on JavaProperties.Constructor parameters in net.shibboleth.idp.module with type arguments of type IdPModule Constructor Description PropertyDrivenIdPModule(Class<? extends IdPModule> claz)Constructor. -
Uses of IdPModule in net.shibboleth.idp.plugin
Fields in net.shibboleth.idp.plugin with type parameters of type IdPModule Modifier and Type Field Description private Set<IdPModule>AbstractIdPPlugin. disableModulesModules to disable on removal.private Set<IdPModule>AbstractIdPPlugin. enableModulesModules to enable on install.Methods in net.shibboleth.idp.plugin that return types with arguments of type IdPModule Modifier and Type Method Description Set<IdPModule>AbstractIdPPlugin. getDisableOnRemoval()Get the modules to disable after plugin removal.Set<IdPModule>IdPPlugin. getDisableOnRemoval()Get the modules to disable after plugin removal.Set<IdPModule>AbstractIdPPlugin. getEnableOnInstall()Get the modules to enable after plugin installation or upgrade.Set<IdPModule>IdPPlugin. getEnableOnInstall()Get the modules to enable after plugin installation or upgrade.Method parameters in net.shibboleth.idp.plugin with type arguments of type IdPModule Modifier and Type Method Description protected voidAbstractIdPPlugin. setDisableOnRemoval(Set<IdPModule> modules)Set the modules to disable on removal.protected voidAbstractIdPPlugin. setEnableOnInstall(Set<IdPModule> modules)Set the modules to enable on install.
-