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. modulesDisabled
The modules disabled when theIdPPlugin
was installed.private List<IdPModule>
RollbackPluginInstall. modulesEnabled
The modules enabled when theIdPPlugin
was 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 class
AbstractIdPModule
IdPModule
base class implementing basic file management.class
PropertyDrivenIdPModule
Implementation ofIdPModule
relying 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 class
Hello
IdPModule
implementation.class
UnlockKeys
IdPModule
implementation. -
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 class
Demo
IdPModule
implementation.class
Duo
IdPModule
implementation.class
External
IdPModule
implementation.class
Function
IdPModule
implementation.class
IPAddress
IdPModule
implementation.class
MFA
IdPModule
implementation.class
Password
IdPModule
implementation.class
RemoteUser
IdPModule
implementation.class
RemoteUserInternal
IdPModule
implementation.class
SPNEGO
IdPModule
implementation.class
X509
IdPModule
implementation. -
Uses of IdPModule in net.shibboleth.idp.module.impl
Classes in net.shibboleth.idp.module.impl that implement IdPModule Modifier and Type Class Description class
CoreIdPModule
Implementation base class forIdPModule
that lives within the core code and whose documentation URLs will float with the IdP's own.class
PluginIdPModule
Implementation base class forIdPModule
that 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 class
Consent
IdPModule
implementation.class
ContextCheck
IdPModule
implementation.class
ExpiringPassword
IdPModule
implementation.class
Impersonate
IdPModule
implementation.class
Warning
IdPModule
implementation. -
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 class
CAS
IdPModule
implementation. -
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. disableModules
Modules to disable on removal.private Set<IdPModule>
AbstractIdPPlugin. enableModules
Modules 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 void
AbstractIdPPlugin. setDisableOnRemoval(Set<IdPModule> modules)
Set the modules to disable on removal.protected void
AbstractIdPPlugin. setEnableOnInstall(Set<IdPModule> modules)
Set the modules to enable on install.
-