Uses of Class
net.shibboleth.idp.plugin.authn.duo.DuoAdminResponseWrapper
Packages that use DuoAdminResponseWrapper
Package
Description
Duo OIDC 2FA login flow API classes.
Duo OIDC 2FA login flow implementation classes.
-
Uses of DuoAdminResponseWrapper in net.shibboleth.idp.plugin.authn.duo
Subclasses of DuoAdminResponseWrapper in net.shibboleth.idp.plugin.authn.duoModifier and TypeClassDescriptionclassMethods in net.shibboleth.idp.plugin.authn.duo with type parameters of type DuoAdminResponseWrapperModifier and TypeMethodDescription<T extends DuoAdminResponseWrapper<?>>
TDuoAdminClient.retrieve(ProfileRequestContext context, String path, Map<String, String> parameters, com.fasterxml.jackson.core.type.TypeReference<T> wrapperTypeRef) Generic method for returning a type ofDuoAdminResponseWrapperresponse from the given path and parameters. -
Uses of DuoAdminResponseWrapper in net.shibboleth.idp.plugin.authn.duo.impl
Methods in net.shibboleth.idp.plugin.authn.duo.impl with type parameters of type DuoAdminResponseWrapperModifier and TypeMethodDescriptionprivate <T extends DuoAdminResponseWrapper<?>>
TDefaultDuoAdminClient.doAPIRequest(org.apache.hc.core5.http.ClassicHttpRequest request, com.fasterxml.jackson.core.type.TypeReference<T> wrapperTypeRef, int backoff) Performs a call to the Duo AdminAPI.<T extends DuoAdminResponseWrapper<?>>
TDefaultDuoAdminClient.retrieve(ProfileRequestContext context, String path, Map<String, String> parameters, com.fasterxml.jackson.core.type.TypeReference<T> wrapperTypeRef) Generic method for returning a type ofDuoAdminResponseWrapperresponse from the given path and parameters.