Uses of Interface
net.shibboleth.idp.plugin.authn.duo.DuoOIDCClientRegistry
-
Packages that use DuoOIDCClientRegistry Package Description net.shibboleth.idp.plugin.authn.duo.impl 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 DuoOIDCClientRegistry Modifier and Type Class Description classDefaultDuoOIDCClientRegistryThe 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 DuoOIDCClientRegistry Modifier and Type Field Description private DuoOIDCClientRegistryPopulateDuoAuthenticationContext. clientRegistryThe registry for locating the DuoClient for the established integration.Methods in net.shibboleth.idp.plugin.authn.duo.impl with parameters of type DuoOIDCClientRegistry Modifier and Type Method Description voidPopulateDuoAuthenticationContext. setClientRegistry(DuoOIDCClientRegistry duoRegistry)Set the Duo client registry.
-