Uses of Interface
net.shibboleth.idp.plugin.authn.duo.DuoOIDCIntegration
-
Packages that use DuoOIDCIntegration 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 DuoOIDCIntegration in net.shibboleth.idp.plugin.authn.duo
Subinterfaces of DuoOIDCIntegration in net.shibboleth.idp.plugin.authn.duo Modifier and Type Interface Description interfaceDynamicDuoOIDCIntegrationSpecialisedDuoOIDCIntegrationthat allows redirectURIs to be pre-registered or computed dynamically against a list of allowed origins.Classes in net.shibboleth.idp.plugin.authn.duo that implement DuoOIDCIntegration Modifier and Type Class Description classDefaultDuoOIDCIntegrationData wrapper for use with Duo OIDC integrations.classSimpleDuoOIDCIntegrationA data wrapper for use with Duo OIDC integrations which does not support redirectURI generation.Methods in net.shibboleth.idp.plugin.authn.duo with parameters of type DuoOIDCIntegration 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 DuoOIDCIntegration in net.shibboleth.idp.plugin.authn.duo.context
Fields in net.shibboleth.idp.plugin.authn.duo.context declared as DuoOIDCIntegration Modifier and Type Field Description private DuoOIDCIntegrationDuoOIDCAuthenticationContext. integrationThe selected Duo integration to use for the lifetime of this request.Methods in net.shibboleth.idp.plugin.authn.duo.context that return DuoOIDCIntegration Modifier and Type Method Description DuoOIDCIntegrationDuoOIDCAuthenticationContext. getIntegration()Get the Duo integration.Methods in net.shibboleth.idp.plugin.authn.duo.context with parameters of type DuoOIDCIntegration Modifier and Type Method Description DuoOIDCAuthenticationContextDuoOIDCAuthenticationContext. setIntegration(DuoOIDCIntegration duoIntegration)Set the Duo integration.
-