Uses of Interface
net.shibboleth.idp.plugin.authn.duo.DynamicDuoOIDCIntegration
-
Packages that use DynamicDuoOIDCIntegration Package Description net.shibboleth.idp.plugin.authn.duo Duo OIDC 2FA login flow API classes.net.shibboleth.idp.plugin.authn.duo.impl Duo OIDC 2FA login flow implementation classes. -
-
Uses of DynamicDuoOIDCIntegration in net.shibboleth.idp.plugin.authn.duo
Classes in net.shibboleth.idp.plugin.authn.duo that implement DynamicDuoOIDCIntegration Modifier and Type Class Description classDefaultDuoOIDCIntegrationData wrapper for use with Duo OIDC integrations. -
Uses of DynamicDuoOIDCIntegration in net.shibboleth.idp.plugin.authn.duo.impl
Fields in net.shibboleth.idp.plugin.authn.duo.impl with type parameters of type DynamicDuoOIDCIntegration Modifier and Type Field Description private BiFunction<javax.servlet.http.HttpServletRequest,DynamicDuoOIDCIntegration,String>PopulateDuoAuthenticationContext. redirectURICreationStrategyStrategy used to compute the redirectURI from the given Duo integration if supported.Methods in net.shibboleth.idp.plugin.authn.duo.impl with parameters of type DynamicDuoOIDCIntegration Modifier and Type Method Description StringDefaultRedirectURICreationStrategy. apply(javax.servlet.http.HttpServletRequest request, DynamicDuoOIDCIntegration integration)Method parameters in net.shibboleth.idp.plugin.authn.duo.impl with type arguments of type DynamicDuoOIDCIntegration Modifier and Type Method Description voidPopulateDuoAuthenticationContext. setRedirectURICreationStrategy(BiFunction<javax.servlet.http.HttpServletRequest,DynamicDuoOIDCIntegration,String> strategy)Set the redirect URI creation strategy.
-