Uses of Class
net.shibboleth.idp.plugin.PluginException
-
Packages that use PluginException Package Description 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 PluginException in net.shibboleth.idp.plugin
Methods in net.shibboleth.idp.plugin that throw PluginException Modifier and Type Method Description protected List<URL>PropertyDrivenIdPPlugin. getDefaultUpdateURLs()Provides default update locations to use.protected voidPropertyDrivenIdPPlugin. load()Load plugin information from properties.Constructors in net.shibboleth.idp.plugin that throw PluginException Constructor Description PropertyDrivenIdPPlugin(InputStream inputStream)Constructor.PropertyDrivenIdPPlugin(Class<? extends IdPPlugin> claz)Constructor.PropertyDrivenIdPPlugin(Properties properties)Constructor. -
Uses of PluginException in net.shibboleth.idp.plugin.impl
Methods in net.shibboleth.idp.plugin.impl that throw PluginException Modifier and Type Method Description List<URL>FirstPartyIdPPlugin. getDefaultUpdateURLs()Provides default update locations to use.Constructors in net.shibboleth.idp.plugin.impl that throw PluginException Constructor Description FirstPartyIdPPlugin(Class<? extends IdPPlugin> claz)Constructor.
-