| Package | Description |
|---|---|
| net.shibboleth.idp.authn.duo.impl |
Implementation of Duo authentication.
|
| Modifier and Type | Field and Description |
|---|---|
private com.fasterxml.jackson.core.type.TypeReference<DuoResponseWrapper<DuoPreauthResponse>> |
DuoPreauthAuthenticator.wrapperTypeRef
TypeReference for the response generated by the endpoint.
|
private com.fasterxml.jackson.core.type.TypeReference<DuoResponseWrapper<DuoAuthResponse>> |
DuoAuthAuthenticator.wrapperTypeRef
a TypeReference for the repsonse generated by the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T extends DuoResponseWrapper<?>> |
AbstractDuoAuthenticator.doAPIRequest(HttpUriRequest request,
com.fasterxml.jackson.core.type.TypeReference<T> wrapperTypeRef)
Performs a call to the Duo AuthAPI.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.