Uses of Class
net.shibboleth.idp.authn.duo.impl.DuoPreauthResponse
-
Packages that use DuoPreauthResponse Package Description net.shibboleth.idp.authn.duo.impl Implementation of Duo authentication. -
-
Uses of DuoPreauthResponse in net.shibboleth.idp.authn.duo.impl
Fields in net.shibboleth.idp.authn.duo.impl with type parameters of type DuoPreauthResponse Modifier and Type Field Description 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 that return DuoPreauthResponse Modifier and Type Method Description DuoPreauthResponseDuoPreauthAuthenticator. authenticate(DuoAuthenticationContext duoContext, DuoIntegration duoIntegration)Perform an authentication action via the Duo AuthAPI /preauth endpoint.
-