Uses of Interface
net.shibboleth.idp.module.IdPModule
-
Packages that use IdPModule Package Description net.shibboleth.idp.installer.plugin.impl Classes for handling plugins.net.shibboleth.idp.module APIs for representing units of IdP functionality as modules.net.shibboleth.idp.module.admin.impl Administrative modules.net.shibboleth.idp.module.authn.impl Authentication modules.net.shibboleth.idp.module.impl Implementation classes supporting module system.net.shibboleth.idp.module.intercept.impl Interceptor modules.net.shibboleth.idp.module.profile.impl Profile modules.net.shibboleth.idp.plugin 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 IdPModule Modifier and Type Field Description private List<IdPModule>RollbackPluginInstall. modulesDisabledThe modules disabled when theIdPPluginwas installed.private List<IdPModule>RollbackPluginInstall. modulesEnabledThe modules enabled when theIdPPluginwas installed.Methods in net.shibboleth.idp.installer.plugin.impl that return types with arguments of type IdPModule Modifier and Type Method Description List<IdPModule>RollbackPluginInstall. getModulesDisabled()What was enabled?List<IdPModule>RollbackPluginInstall. getModulesEnabled()What was enabled? -
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.module.admin.impl
Classes in net.shibboleth.idp.module.admin.impl that implement IdPModule Modifier and Type Class Description classHelloIdPModuleimplementation.classUnlockKeysIdPModuleimplementation. -
Uses of IdPModule in net.shibboleth.idp.module.authn.impl
Classes in net.shibboleth.idp.module.authn.impl that implement IdPModule Modifier and Type Class Description classDemoIdPModuleimplementation.classDuoIdPModuleimplementation.classExternalIdPModuleimplementation.classFunctionIdPModuleimplementation.classIPAddressIdPModuleimplementation.classMFAIdPModuleimplementation.classPasswordIdPModuleimplementation.classRemoteUserIdPModuleimplementation.classRemoteUserInternalIdPModuleimplementation.classSPNEGOIdPModuleimplementation.classX509IdPModuleimplementation. -
Uses of IdPModule in net.shibboleth.idp.module.impl
Classes in net.shibboleth.idp.module.impl that implement IdPModule Modifier and Type Class Description classCoreIdPModuleImplementation base class forIdPModulethat lives within the core code and whose documentation URLs will float with the IdP's own.classPluginIdPModuleImplementation 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 IdPModule Constructor Description CoreIdPModule(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 Modifier and Type Class Description classConsentIdPModuleimplementation.classContextCheckIdPModuleimplementation.classExpiringPasswordIdPModuleimplementation.classImpersonateIdPModuleimplementation.classWarningIdPModuleimplementation. -
Uses of IdPModule in net.shibboleth.idp.module.profile.impl
Classes in net.shibboleth.idp.module.profile.impl that implement IdPModule Modifier and Type Class Description classCASIdPModuleimplementation. -
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.
-