Uses of Class
net.shibboleth.idp.authn.duo.impl.DuoResponseWrapper
-
Packages that use DuoResponseWrapper Package Description net.shibboleth.idp.authn.duo.impl Implementation of Duo authentication. -
-
Uses of DuoResponseWrapper in net.shibboleth.idp.authn.duo.impl
Fields in net.shibboleth.idp.authn.duo.impl with type parameters of type DuoResponseWrapper Modifier and Type Field Description private com.fasterxml.jackson.core.type.TypeReference<DuoResponseWrapper<DuoAuthResponse>>DuoAuthAuthenticator. wrapperTypeRefa TypeReference for the repsonse generated by the endpoint.private 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 DuoResponseWrapper Modifier and Type Method Description protected <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.
-