Uses of Interface
net.shibboleth.idp.plugin.authn.duo.DuoOIDCClient
-
Packages that use DuoOIDCClient Package Description net.shibboleth.idp.plugin.authn.duo Duo OIDC 2FA login flow API classes.net.shibboleth.idp.plugin.authn.duo.context 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 DuoOIDCClient Modifier and Type Class Description classAbstractDuoOIDCClientAbstract base class forDuoOIDCClientimplementations.Methods in net.shibboleth.idp.plugin.authn.duo that return DuoOIDCClient Modifier and Type Method Description DuoOIDCClientDuoOIDCClientFactory. createInstance(DuoOIDCIntegration integration)Create anDuoOIDCClientinstance from the supplied integration.DuoOIDCClientDuoOIDCClientRegistry. 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 DuoOIDCClient Modifier and Type Field Description private 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 DuoOIDCClient Modifier and Type Method Description DuoOIDCClientDuoOIDCAuthenticationContext. 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 DuoOIDCClient Modifier and Type Method Description DuoOIDCAuthenticationContextDuoOIDCAuthenticationContext. setClient(DuoOIDCClient duoClient)Set the client used to communicate with the Duo OIDC API.
-