Uses of Interface
net.shibboleth.idp.plugin.IdPPlugin
Packages that use IdPPlugin
Package
Description
Implementation classes for administrative profiles.
Classes for handling plugins.
A set of APIs of general use in building IdP plugins.
Implementation classes for plugins.
-
Uses of IdPPlugin in net.shibboleth.idp.admin.impl
Methods in net.shibboleth.idp.admin.impl with parameters of type IdPPluginModifier and TypeMethodDescriptionprivate PropertiesInstallableComponentGaugeSet.lookupIdPProperties(@NotNull IdPPlugin plugin, Map<URL, Properties> pluginInfoCache) Look in the cache for the URL and return the properties if it's there, otherwise reach out to the URL and load the properties. -
Uses of IdPPlugin in net.shibboleth.idp.installer.plugin.impl
Fields in net.shibboleth.idp.installer.plugin.impl declared as IdPPluginModifier and TypeFieldDescriptionprivate IdPPluginPluginInstaller.descriptionThe plugin's story about itself.private final IdPPluginPluginState.pluginThe plug in in question.Methods in net.shibboleth.idp.installer.plugin.impl that return IdPPluginModifier and TypeMethodDescriptionprivate IdPPluginPluginInstaller.getDescription()Check for non null and then if so return thePluginInstaller.description.PluginInstaller.getInstalledPlugin(String name) Find theIdPPluginwith the provided Id.Methods in net.shibboleth.idp.installer.plugin.impl that return types with arguments of type IdPPluginModifier and TypeMethodDescriptionPluginInstaller.getInstalledPlugins()Return a list of the installed plugins.Methods in net.shibboleth.idp.installer.plugin.impl with parameters of type IdPPluginModifier and TypeMethodDescriptionprivate voidPluginInstallerCLI.printDetails(IdPPlugin plugin) Print our more information about a plugin.Constructors in net.shibboleth.idp.installer.plugin.impl with parameters of type IdPPluginModifierConstructorDescriptionPluginState(IdPPlugin description, List<URL> updateOverrides) Constructor. -
Uses of IdPPlugin in net.shibboleth.idp.plugin
Classes in net.shibboleth.idp.plugin that implement IdPPluginConstructor parameters in net.shibboleth.idp.plugin with type arguments of type IdPPluginModifierConstructorDescriptionPropertyDrivenIdPPlugin(Class<? extends IdPPlugin> claz) Constructor. -
Uses of IdPPlugin in net.shibboleth.idp.plugin.impl
Classes in net.shibboleth.idp.plugin.impl that implement IdPPluginModifier and TypeClassDescriptionclassImplementation 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