Uses of Interface
net.shibboleth.idp.plugin.authn.duo.DuoOIDCClientFactory
Packages that use DuoOIDCClientFactory
Package
Description
Duo OIDC 2FA login flow implementation classes.
Native Nimbus based Duo OIDC 2FA client adaptor implementation classes.
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 DuoOIDCClientFactoryModifier and TypeFieldDescriptionprivate DuoOIDCClientFactoryDefaultDuoOIDCClientRegistry.clientFactoryFactory to produce Duo clients.Methods in net.shibboleth.idp.plugin.authn.duo.impl that return DuoOIDCClientFactoryModifier and TypeMethodDescriptionprivate DuoOIDCClientFactoryDefaultDuoOIDCClientRegistry.getClientFactory()Internally synchronized method for obtaining the 'current' client factory.Methods in net.shibboleth.idp.plugin.authn.duo.impl with parameters of type DuoOIDCClientFactoryModifier and TypeMethodDescriptionvoidDefaultDuoOIDCClientRegistry.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 DuoOIDCClientFactoryModifier and TypeClassDescriptionfinal classAbstract 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 DuoOIDCClientFactoryModifier and TypeClassDescriptionfinal classAbstract factory implementation for theDuoSDKClientAdaptor.