Uses of Class
net.shibboleth.idp.authn.duo.impl.DuoResponseWrapper
Packages that use DuoResponseWrapper
-
Uses of DuoResponseWrapper in net.shibboleth.idp.authn.duo.impl
Fields in net.shibboleth.idp.authn.duo.impl with type parameters of type DuoResponseWrapperModifier and TypeFieldDescriptionprivate final com.fasterxml.jackson.core.type.TypeReference<DuoResponseWrapper<DuoAuthResponse>>DuoAuthAuthenticator.wrapperTypeRefa TypeReference for the repsonse generated by the endpoint.private final com.fasterxml.jackson.core.type.TypeReference<DuoResponseWrapper<DuoPreauthResponse>>DuoPreauthAuthenticator.wrapperTypeRefTypeReference for the response generated by the endpoint.Methods in net.shibboleth.idp.authn.duo.impl with type parameters of type DuoResponseWrapperModifier and TypeMethodDescriptionprotected <T extends DuoResponseWrapper<?>>
TAbstractDuoAuthenticator.doAPIRequest(org.apache.http.client.methods.HttpUriRequest request, com.fasterxml.jackson.core.type.TypeReference<T> wrapperTypeRef) Performs a call to the Duo AuthAPI.