Uses of Class
net.shibboleth.idp.plugin.authn.duo.AbstractDuoOIDCClient
-
Packages that use AbstractDuoOIDCClient Package Description net.shibboleth.idp.plugin.authn.duo.nimbus.impl Native Nimbus based Duo OIDC 2FA client adaptor implementation classes.net.shibboleth.idp.plugin.authn.duo.sdk.impl 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.impl Modifier and Type Class Description classNimbusClientA 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.impl Modifier and Type Class Description classDuoSDKClientAdaptorAn Object Adaptor class for bridging between the Duo SDK implementation and the internalDuoOIDCClientinterface.
-