Uses of Interface
net.shibboleth.idp.plugin.authn.duo.DuoOIDCClientRegistry
Packages that use DuoOIDCClientRegistry
Package
Description
Duo OIDC 2FA login flow implementation classes.
-
Uses of DuoOIDCClientRegistry in net.shibboleth.idp.plugin.authn.duo.impl
Classes in net.shibboleth.idp.plugin.authn.duo.impl that implement DuoOIDCClientRegistryModifier and TypeClassDescriptionclassThe default Duo Client registry for mapping aDuoOIDCIntegrationto either a new or existingDuoOIDCClient(assumed thread-safe) singleton instance.Fields in net.shibboleth.idp.plugin.authn.duo.impl declared as DuoOIDCClientRegistryModifier and TypeFieldDescriptionprivate DuoOIDCClientRegistryPopulateDuoAuthenticationContext.clientRegistryThe registry for locating the DuoClient for the established integration.Methods in net.shibboleth.idp.plugin.authn.duo.impl with parameters of type DuoOIDCClientRegistryModifier and TypeMethodDescriptionvoidPopulateDuoAuthenticationContext.setClientRegistry(DuoOIDCClientRegistry duoRegistry) Set the Duo client registry.