| Class | Description |
|---|---|
| AbstractDuoAuthenticator |
A base class for authentication actions which call a Duo AuthAPI endpont.
|
| DuoAuthAPIResponse |
Describes the results of a Duo AuthAPI call, intended for use with a jackson
ObjectMapper. |
| DuoAuthAuthenticator |
Implementation of the the Duo AuthApi /v2/auth endpoint.
|
| DuoAuthResponse |
Describes the results of an authentication attempt via the Duo AuthAPI, intended for use with a jackson
ObjectMapper. |
| DuoDevice |
Represents a Duo device, intended for use with a jackson
ObjectMapper. |
| DuoFailureResponse |
Describes the failure of a Duo AuthAPI call.
|
| DuoPreauthAuthenticator |
Implementation of the the Duo AuthAPI /v2/preauth endpoint.
|
| DuoPreauthResponse |
Describes the results of an pre-authentication attempt via the Duo AuthAPI.
|
| DuoPrincipalSerializer |
Principal serializer for
DuoPrincipal. |
| DuoResponseWrapper<T extends DuoAuthAPIResponse> |
Handle a generic object returned from the response that will come from the Duo
AuthAPI.
|
| DuoSupport |
Helpers for DuoWeb and Duo AuthAPI operations.
|
| ExtractDuoAuthenticationFromHeaders<InboundMessageType,OutboundMessageType> |
An action that extracts the Duo factor and device or passcode from HTTP request headers into a
DuoAuthenticationContext, and attaches it to the AuthenticationContext. |
| ValidateDuoAuthAPI |
An action that checks for a
DuoAuthenticationContext and directly produces an
AuthenticationResult based on that identity by authenticating against the Duo
AuthAPI. |
| ValidateDuoWebResponse |
An action that validates a DuoWeb response message and produces an
AuthenticationResult or records error state. |
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.