Uses of Interface
net.shibboleth.idp.plugin.IdPPlugin
-
Packages that use 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 IdPPluginPluginInstaller. descriptionThe plugin's story about itself.private IdPPluginPluginState. pluginThe plug in in question.Methods in net.shibboleth.idp.installer.plugin.impl that return IdPPlugin Modifier and Type Method Description IdPPluginPluginInstaller. getInstalledPlugin(String name)Find theIdPPluginwith 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 voidPluginInstallerCLI. 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 classAbstractIdPPluginA base class implementingIdPPluginthat defaults common settings.classPropertyDrivenIdPPluginImplementation ofIdPPluginrelying 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 classFirstPartyIdPPluginImplementation 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.
-