Uses of Class
net.shibboleth.idp.plugin.authn.duo.DuoException
-
Packages that use DuoException 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 DuoException in net.shibboleth.idp.plugin.authn.duo
Subclasses of DuoException in net.shibboleth.idp.plugin.authn.duo Modifier and Type Class Description classDuoClientExceptionAn exception to signal an error condition during execution of a Duo client.classDuoRegistryExceptionIndicates an error during registry processing. -
Uses of DuoException in net.shibboleth.idp.plugin.authn.duo.impl
Methods in net.shibboleth.idp.plugin.authn.duo.impl that throw DuoException Modifier and Type Method Description private voidPopulateDuoAuthenticationContext. computeAndStoreRedirectURIIfSupported(DuoOIDCIntegration duoIntegration, javax.servlet.http.HttpServletRequest request, DuoOIDCAuthenticationContext context)ForDynamicDuoOIDCIntegrations, apply the redirect_uri creation strategy to compute a redirect_uri to use.(package private) static StringDuoSupport. extractKeyFromState(String state)Extract the key component from the state.(package private) static StringDuoSupport. extractNonceFromState(String state)Extract the nonce component from the state.
-