Uses of Interface
net.shibboleth.idp.module.IdPModule
Packages that use IdPModule
Package
Description
Classes for handling plugins.
APIs for representing units of IdP functionality as modules.
Administrative modules.
Authentication modules.
Implementation classes supporting module system.
Interceptor modules.
Profile modules.
A set of APIs of general use in building IdP plugins.
-
Uses of IdPModule in net.shibboleth.idp.installer.plugin.impl
Fields in net.shibboleth.idp.installer.plugin.impl with type parameters of type IdPModuleModifier and TypeFieldDescriptionRollbackPluginInstall.modulesDisabledThe modules disabled when theIdPPluginwas installed.RollbackPluginInstall.modulesEnabledThe modules enabled when theIdPPluginwas installed.Methods in net.shibboleth.idp.installer.plugin.impl that return types with arguments of type IdPModuleModifier and TypeMethodDescriptionRollbackPluginInstall.getModulesDisabled()What was enabled?RollbackPluginInstall.getModulesEnabled()What was enabled? -
Uses of IdPModule in net.shibboleth.idp.module
Classes in net.shibboleth.idp.module that implement IdPModuleModifier and TypeClassDescriptionclassIdPModulebase class implementing basic file management.classImplementation ofIdPModulerelying on JavaProperties.Constructor parameters in net.shibboleth.idp.module with type arguments of type IdPModuleModifierConstructorDescriptionPropertyDrivenIdPModule(Class<? extends IdPModule> claz) Constructor. -
Uses of IdPModule in net.shibboleth.idp.module.admin.impl
Classes in net.shibboleth.idp.module.admin.impl that implement IdPModule -
Uses of IdPModule in net.shibboleth.idp.module.authn.impl
Classes in net.shibboleth.idp.module.authn.impl that implement IdPModuleModifier and TypeClassDescriptionfinal classIdPModuleimplementation.final classIdPModuleimplementation.final classIdPModuleimplementation.final classIdPModuleimplementation.final classIdPModuleimplementation.final classIdPModuleimplementation.final classIdPModuleimplementation.final classIdPModuleimplementation.final classIdPModuleimplementation.final classIdPModuleimplementation.final classIdPModuleimplementation. -
Uses of IdPModule in net.shibboleth.idp.module.impl
Classes in net.shibboleth.idp.module.impl that implement IdPModuleModifier and TypeClassDescriptionclassImplementation base class forIdPModulethat lives within the core code and whose documentation URLs will float with the IdP's own.classImplementation base class forIdPModulethat is shipped in a plugin produced by the Shibboleth Project ourselves and for which the documentation will be in the wiki in a fixed location.Constructor parameters in net.shibboleth.idp.module.impl with type arguments of type IdPModuleModifierConstructorDescriptionCoreIdPModule(Class<? extends IdPModule> claz) Constructor.PluginIdPModule(Class<? extends IdPModule> claz) Constructor. -
Uses of IdPModule in net.shibboleth.idp.module.intercept.impl
Classes in net.shibboleth.idp.module.intercept.impl that implement IdPModule -
Uses of IdPModule in net.shibboleth.idp.module.profile.impl
Classes in net.shibboleth.idp.module.profile.impl that implement IdPModule -
Uses of IdPModule in net.shibboleth.idp.plugin
Fields in net.shibboleth.idp.plugin with type parameters of type IdPModuleModifier and TypeFieldDescriptionAbstractIdPPlugin.disableModulesModules to disable on removal.AbstractIdPPlugin.enableModulesModules to enable on install.Methods in net.shibboleth.idp.plugin that return types with arguments of type IdPModuleModifier and TypeMethodDescriptionAbstractIdPPlugin.getDisableOnRemoval()Get the modules to disable after plugin removal.IdPPlugin.getDisableOnRemoval()Get the modules to disable after plugin removal.AbstractIdPPlugin.getEnableOnInstall()Get the modules to enable after plugin installation or upgrade.IdPPlugin.getEnableOnInstall()Get the modules to enable after plugin installation or upgrade.Method parameters in net.shibboleth.idp.plugin with type arguments of type IdPModuleModifier and TypeMethodDescriptionprotected 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.