Uses of Interface
net.shibboleth.idp.plugin.IdPPlugin
Package | Description |
---|---|
net.shibboleth.idp.installer.plugin.impl |
Classes for handling plugins.
|
net.shibboleth.idp.plugin |
A set of APIs of general use in building IdP plugins.
|
net.shibboleth.idp.plugin.impl |
Implementation classes for plugins.
|
-
Uses of IdPPlugin in net.shibboleth.idp.installer.plugin.impl
Fields in net.shibboleth.idp.installer.plugin.impl declared as IdPPlugin Modifier and Type Field Description private IdPPlugin
PluginInstaller. description
The plugin's story about itself.private IdPPlugin
PluginState. plugin
The plug in in question.Methods in net.shibboleth.idp.installer.plugin.impl that return IdPPlugin Modifier and Type Method Description IdPPlugin
PluginInstaller. getInstalledPlugin(String name)
Find theIdPPlugin
with the provided Id.Methods in net.shibboleth.idp.installer.plugin.impl that return types with arguments of type IdPPlugin Modifier and Type Method Description List<IdPPlugin>
PluginInstaller. getInstalledPlugins()
Return a list of the installed plugins.Methods in net.shibboleth.idp.installer.plugin.impl with parameters of type IdPPlugin Modifier and Type Method Description private PluginVersion
PluginInstallerCLI. getBestVersion(IdPPlugin plugin, PluginState state)
Find the best update version.private void
PluginInstallerCLI. printDetails(IdPPlugin plugin)
Print our more information about a plugin.Constructors in net.shibboleth.idp.installer.plugin.impl with parameters of type IdPPlugin Constructor Description PluginState(IdPPlugin description, List<URL> updateOverrides)
Constructor. -
Uses of IdPPlugin in net.shibboleth.idp.plugin
Classes in net.shibboleth.idp.plugin that implement IdPPlugin Modifier and Type Class Description class
AbstractIdPPlugin
A base class implementingIdPPlugin
that defaults common settings.class
PropertyDrivenIdPPlugin
Implementation ofIdPPlugin
relying on JavaProperties
.Constructors in net.shibboleth.idp.plugin with parameters of type IdPPlugin Constructor Description PluginVersion(IdPPlugin plugin)
Constructor.Constructor parameters in net.shibboleth.idp.plugin with type arguments of type IdPPlugin Constructor Description PropertyDrivenIdPPlugin(Class<? extends IdPPlugin> claz)
Constructor. -
Uses of IdPPlugin in net.shibboleth.idp.plugin.impl
Classes in net.shibboleth.idp.plugin.impl that implement IdPPlugin Modifier and Type Class Description class
FirstPartyIdPPlugin
Implementation class for plugins from the project itself to centralize update handling.Constructor parameters in net.shibboleth.idp.plugin.impl with type arguments of type IdPPlugin Constructor Description FirstPartyIdPPlugin(Class<? extends IdPPlugin> claz)
Constructor.