Uses of Class
net.shibboleth.idp.authn.duo.impl.DuoAuthResponse
-
Packages that use DuoAuthResponse Package Description net.shibboleth.idp.authn.duo.impl Implementation of Duo authentication. -
-
Uses of DuoAuthResponse in net.shibboleth.idp.authn.duo.impl
Fields in net.shibboleth.idp.authn.duo.impl with type parameters of type DuoAuthResponse Modifier and Type Field Description private com.fasterxml.jackson.core.type.TypeReference<DuoResponseWrapper<DuoAuthResponse>>DuoAuthAuthenticator. wrapperTypeRefa TypeReference for the repsonse generated by the endpoint.Methods in net.shibboleth.idp.authn.duo.impl that return DuoAuthResponse Modifier and Type Method Description DuoAuthResponseDuoAuthAuthenticator. authenticate(DuoAuthenticationContext duoContext, DuoIntegration duoIntegration)Perform an authentication action via the Duo AuthApi /auth endpoint.
-