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:
IdPPlugin
OIDC Common plugin implementation.
-
Field Summary
Fields inherited from class net.shibboleth.idp.plugin.PropertyDrivenIdPPlugin
DEFAULT_RESOURCE, PLUGIN_ID_PROPERTY, PLUGIN_LICENSE_PROPERTY, PLUGIN_REQ_MODULES_PROPERTY, PLUGIN_URL_PROPERTY, PLUGIN_VERSION_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.idp.plugin.impl.FirstPartyIdPPlugin
getDefaultUpdateURLsMethods inherited from class net.shibboleth.idp.plugin.PropertyDrivenIdPPlugin
getLicenseFileLocation, getMajorVersion, getMinorVersion, getPatchVersion, getPluginId, getRequiredModules, getUpdateURLs, loadMethods inherited from class net.shibboleth.idp.plugin.AbstractIdPPlugin
equals, getDisableOnRemoval, getEnableOnInstall, hashCode, setDisableOnRemoval, setEnableOnInstall, toString
-
Constructor Details
-
OIDCCommonPlugin
Constructor.- Throws:
IOException- if the properties fail to loadPluginException- if other errors occur
-