Uses of Interface
net.shibboleth.idp.plugin.authn.duo.DuoOIDCClientFactory
-
Packages that use DuoOIDCClientFactory Package Description net.shibboleth.idp.plugin.authn.duo.impl Duo OIDC 2FA login flow implementation 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 DuoOIDCClientFactory in net.shibboleth.idp.plugin.authn.duo.impl
Fields in net.shibboleth.idp.plugin.authn.duo.impl declared as DuoOIDCClientFactory Modifier and Type Field Description private DuoOIDCClientFactoryDefaultDuoOIDCClientRegistry. clientFactoryFactory to produce Duo clients.Methods in net.shibboleth.idp.plugin.authn.duo.impl that return DuoOIDCClientFactory Modifier and Type Method Description private DuoOIDCClientFactoryDefaultDuoOIDCClientRegistry. getClientFactory()Internally synchronized method for obtaining the 'current' client factory.Methods in net.shibboleth.idp.plugin.authn.duo.impl with parameters of type DuoOIDCClientFactory Modifier and Type Method Description voidDefaultDuoOIDCClientRegistry. setClientFactory(DuoOIDCClientFactory factory)Set the client factory to use. -
Uses of DuoOIDCClientFactory in net.shibboleth.idp.plugin.authn.duo.nimbus.impl
Classes in net.shibboleth.idp.plugin.authn.duo.nimbus.impl that implement DuoOIDCClientFactory Modifier and Type Class Description classNimbusClientFactoryAbstract factory implementation for creating newNimbusClients. -
Uses of DuoOIDCClientFactory in net.shibboleth.idp.plugin.authn.duo.sdk.impl
Classes in net.shibboleth.idp.plugin.authn.duo.sdk.impl that implement DuoOIDCClientFactory Modifier and Type Class Description classDuoSDKClientFactoryAbstract factory implementation for theDuoSDKClientAdaptor.
-