Uses of Interface
net.shibboleth.profile.module.Module
Packages that use Module
Package
Description
Classes for "Installable Components".
Classes for Modules for the IdP and eventually other applications.
Classes for plugins.
-
Uses of Module in net.shibboleth.profile.installablecomponent
Constructor parameters in net.shibboleth.profile.installablecomponent with type arguments of type ModuleModifierConstructorDescriptionInstallableComponentVersion(Plugin<? extends Module> plugin) Constructor. -
Uses of Module in net.shibboleth.profile.module
Classes in net.shibboleth.profile.module that implement ModuleModifier and TypeClassDescriptionclassModulebase class implementing basic file management.classImplementation ofModulerelying on JavaProperties.Constructor parameters in net.shibboleth.profile.module with type arguments of type ModuleModifierConstructorDescriptionPropertyDrivenModule(String version, Class<? extends Module> claz) Constructor. -
Uses of Module in net.shibboleth.profile.plugin
Classes in net.shibboleth.profile.plugin with type parameters of type ModuleModifier and TypeClassDescriptionclassAbstractPlugin<T extends Module>A base class implementingPluginthat defaults common settings.interfaceThe base interface for plugins into the IdP and SP.classPropertyDrivenPlugin<T extends Module>Implementation ofPluginrelying on JavaProperties.