Uses of Class
net.shibboleth.idp.authn.duo.impl.DuoAuthResponse
Packages that use DuoAuthResponse
-
Uses of DuoAuthResponse in net.shibboleth.idp.authn.duo.impl
Fields in net.shibboleth.idp.authn.duo.impl with type parameters of type DuoAuthResponseModifier and TypeFieldDescriptionprivate final com.fasterxml.jackson.core.type.TypeReference<DuoResponseWrapper<DuoAuthResponse>>
DuoAuthAuthenticator.wrapperTypeRef
a TypeReference for the repsonse generated by the endpoint.Methods in net.shibboleth.idp.authn.duo.impl that return DuoAuthResponseModifier and TypeMethodDescriptionDuoAuthAuthenticator.authenticate
(DuoAuthenticationContext duoContext, DuoIntegration duoIntegration) Perform an authentication action via the Duo AuthApi /auth endpoint.