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.
General modules.
Implementation classes supporting module system.
Interceptor modules.
Profile modules.
-
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 IdPModuleConstructor parameters in net.shibboleth.idp.module with type arguments of type IdPModuleModifierConstructorDescriptionPropertyDrivenIdPModule(Class<? extends IdPModule> claz) Constructor.protectedPropertyDrivenIdPModule(String version, Class<? extends IdPModule> claz) Constructor for version-overriding subclasses. -
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 IdPModule -
Uses of IdPModule in net.shibboleth.idp.module.core.impl
Classes in net.shibboleth.idp.module.core.impl that implement IdPModule -
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) Deprecated, for removal: This API element is subject to removal in a future version.protectedPluginIdPModule(String version, Class<? extends IdPModule> claz) Constructor for concrete modules. -
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