Uses of Interface
net.shibboleth.idp.plugin.authn.duo.DuoOIDCClientCapabilities
Packages that use DuoOIDCClientCapabilities
Package
Description
Duo OIDC 2FA login flow API classes.
Native Nimbus based Duo OIDC 2FA client adaptor implementation classes.
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.duoModifier and TypeInterfaceDescriptioninterfaceA client for handling Duo OIDC 2FA interactions.Classes in net.shibboleth.idp.plugin.authn.duo that implement DuoOIDCClientCapabilitiesMethods in net.shibboleth.idp.plugin.authn.duo that return DuoOIDCClientCapabilitiesModifier and TypeMethodDescriptionAbstractDuoOIDCClient.getCapabilities()DuoOIDCClient.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 DuoOIDCClientCapabilitiesModifier and TypeClassDescriptionfinal classA 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 DuoOIDCClientCapabilitiesModifier and TypeClassDescriptionfinal classAn Object Adaptor class for bridging between the Duo SDK implementation and the internalDuoOIDCClientinterface.