Uses of Class
net.shibboleth.idp.plugin.authn.duo.AbstractDuoOIDCClient
Packages that use AbstractDuoOIDCClient
Package
Description
Native Nimbus based Duo OIDC 2FA client adaptor implementation classes.
Duo WebSDK v4 OIDC 2FA client adaptor implementation classes.
-
Uses of AbstractDuoOIDCClient in net.shibboleth.idp.plugin.authn.duo.nimbus.impl
Subclasses of AbstractDuoOIDCClient in net.shibboleth.idp.plugin.authn.duo.nimbus.implModifier and TypeClassDescriptionfinal classA Duo client using the Nimbus OIDC library. -
Uses of AbstractDuoOIDCClient in net.shibboleth.idp.plugin.authn.duo.sdk.impl
Subclasses of AbstractDuoOIDCClient in net.shibboleth.idp.plugin.authn.duo.sdk.implModifier and TypeClassDescriptionfinal classAn Object Adaptor class for bridging between the Duo SDK implementation and the internalDuoOIDCClientinterface.