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:
net.shibboleth.idp.plugin.IdPPlugin
public class DuoOIDCNimbusPlugin extends net.shibboleth.idp.plugin.impl.FirstPartyIdPPluginDetails about the Duo OIDC 2FA plugin using only Nimbus OIDC/JWT handling.
-
-
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
-
-
-
-
Constructor Detail
-
DuoOIDCNimbusPlugin
public DuoOIDCNimbusPlugin() throws IOException, net.shibboleth.idp.plugin.PluginExceptionConstructor.- Throws:
IOException- if the properties fail to loadnet.shibboleth.idp.plugin.PluginException- if other errors occur
-
-