Uses of Interface
net.shibboleth.idp.plugin.authn.duo.DuoOIDCClientCapabilities
-
Packages that use DuoOIDCClientCapabilities Package Description net.shibboleth.idp.plugin.authn.duo Duo OIDC 2FA login flow API classes.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 DuoOIDCClientCapabilities in net.shibboleth.idp.plugin.authn.duo
Subinterfaces of DuoOIDCClientCapabilities in net.shibboleth.idp.plugin.authn.duo Modifier and Type Interface Description interfaceDuoOIDCClientA client for handling Duo OIDC 2FA interactions.Classes in net.shibboleth.idp.plugin.authn.duo that implement DuoOIDCClientCapabilities Modifier and Type Class Description classAbstractDuoOIDCClientAbstract base class forDuoOIDCClientimplementations.Methods in net.shibboleth.idp.plugin.authn.duo that return DuoOIDCClientCapabilities Modifier and Type Method Description DuoOIDCClientCapabilitiesAbstractDuoOIDCClient. getCapabilities()DuoOIDCClientCapabilitiesDuoOIDCClient. getCapabilities()Returns the capabilities of the underlying client. -
Uses of DuoOIDCClientCapabilities in net.shibboleth.idp.plugin.authn.duo.nimbus.impl
Classes in net.shibboleth.idp.plugin.authn.duo.nimbus.impl that implement DuoOIDCClientCapabilities Modifier and Type Class Description classNimbusClientA Duo client using the Nimbus OIDC library. -
Uses of DuoOIDCClientCapabilities in net.shibboleth.idp.plugin.authn.duo.sdk.impl
Classes in net.shibboleth.idp.plugin.authn.duo.sdk.impl that implement DuoOIDCClientCapabilities Modifier and Type Class Description classDuoSDKClientAdaptorAn Object Adaptor class for bridging between the Duo SDK implementation and the internalDuoOIDCClientinterface.
-