Class DuoOIDCNimbusPlugin
- java.lang.Object
-
- net.shibboleth.idp.plugin.AbstractIdPPlugin
-
- net.shibboleth.idp.plugin.PropertyDrivenIdPPlugin
-
- net.shibboleth.idp.plugin.impl.FirstPartyIdPPlugin
-
- net.shibboleth.idp.plugin.authn.duo.nimbus.DuoOIDCNimbusPlugin
-
- All Implemented Interfaces:
IdPPlugin
public class DuoOIDCNimbusPlugin extends FirstPartyIdPPlugin
Details about the Duo OIDC 2FA plugin using only Nimbus OIDC/JWT handling.
-
-
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 Constructor Description DuoOIDCNimbusPlugin()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
-
Methods inherited from class net.shibboleth.idp.plugin.AbstractIdPPlugin
equals, getDisableOnRemoval, getEnableOnInstall, hashCode, setDisableOnRemoval, setEnableOnInstall, toString
-
-
-
-
Constructor Detail
-
DuoOIDCNimbusPlugin
public DuoOIDCNimbusPlugin() throws IOException, PluginExceptionConstructor.- Throws:
IOException- if the properties fail to loadPluginException- if other errors occur
-
-