Uses of Interface
net.shibboleth.idp.plugin.authn.duo.DuoOIDCClient
Packages that use DuoOIDCClient
Package
Description
Duo OIDC 2FA login flow API classes.
Duo OIDC 2FA login flow API context classes.
-
Uses of DuoOIDCClient in net.shibboleth.idp.plugin.authn.duo
Classes in net.shibboleth.idp.plugin.authn.duo that implement DuoOIDCClientMethods in net.shibboleth.idp.plugin.authn.duo that return DuoOIDCClientModifier and TypeMethodDescriptionDuoOIDCClientFactory.createInstance(DuoOIDCIntegration integration) Create anDuoOIDCClientinstance from the supplied integration.DuoOIDCClientRegistry.getClientOrCreate(DuoOIDCIntegration integration) Retrieve an existing, or create a new, Duo client for the given Duo integration. -
Uses of DuoOIDCClient in net.shibboleth.idp.plugin.authn.duo.context
Fields in net.shibboleth.idp.plugin.authn.duo.context declared as DuoOIDCClientModifier and TypeFieldDescriptionprivate DuoOIDCClientDuoOIDCAuthenticationContext.clientThe Duo OIDC client to use for the lifetime of this authentication request.Methods in net.shibboleth.idp.plugin.authn.duo.context that return DuoOIDCClientModifier and TypeMethodDescriptionDuoOIDCAuthenticationContext.getClient()Get the client used to communicate with the Duo OIDC API.Methods in net.shibboleth.idp.plugin.authn.duo.context with parameters of type DuoOIDCClientModifier and TypeMethodDescriptionDuoOIDCAuthenticationContext.setClient(DuoOIDCClient duoClient) Set the client used to communicate with the Duo OIDC API.