Package net.shibboleth.oidc.common
Class OIDCCommonPlugin
- java.lang.Object
-
- net.shibboleth.idp.plugin.AbstractIdPPlugin
-
- net.shibboleth.idp.plugin.PropertyDrivenIdPPlugin
-
- net.shibboleth.idp.plugin.impl.FirstPartyIdPPlugin
-
- net.shibboleth.oidc.common.OIDCCommonPlugin
-
- All Implemented Interfaces:
net.shibboleth.idp.plugin.IdPPlugin
public class OIDCCommonPlugin extends net.shibboleth.idp.plugin.impl.FirstPartyIdPPluginOIDC Common plugin implementation.
-
-
Constructor Summary
Constructors Constructor Description OIDCCommonPlugin()Constructor.
-
Method Summary
-
Methods inherited from class net.shibboleth.idp.plugin.impl.FirstPartyIdPPlugin
getDefaultUpdateURLs
-
Methods inherited from class net.shibboleth.idp.plugin.PropertyDrivenIdPPlugin
getLicenseFileLocation, getMajorVersion, getMinorVersion, getPatchVersion, getPluginId, getRequiredModules, getUpdateURLs, load
-
-
-
-
Constructor Detail
-
OIDCCommonPlugin
public OIDCCommonPlugin() throws IOException, net.shibboleth.idp.plugin.PluginExceptionConstructor.- Throws:
IOException- if the properties fail to loadnet.shibboleth.idp.plugin.PluginException- if other errors occur
-
-