Uses of Class
net.shibboleth.idp.authn.duo.impl.DuoAuthAPIResponse
-
Packages that use DuoAuthAPIResponse Package Description net.shibboleth.idp.authn.duo.impl Implementation of Duo authentication. -
-
Uses of DuoAuthAPIResponse in net.shibboleth.idp.authn.duo.impl
Classes in net.shibboleth.idp.authn.duo.impl with type parameters of type DuoAuthAPIResponse Modifier and Type Class Description classDuoResponseWrapper<T extends DuoAuthAPIResponse>Handle a generic object returned from the response that will come from the Duo AuthAPI.Subclasses of DuoAuthAPIResponse in net.shibboleth.idp.authn.duo.impl Modifier and Type Class Description classDuoAuthResponseDescribes the results of an authentication attempt via the Duo AuthAPI, intended for use with a jacksonObjectMapper.classDuoPreauthResponseDescribes the results of an pre-authentication attempt via the Duo AuthAPI.Fields in net.shibboleth.idp.authn.duo.impl declared as DuoAuthAPIResponse Modifier and Type Field Description private TDuoResponseWrapper. responsethe inner response.
-