Uses of Class
net.shibboleth.idp.authn.duo.context.DuoAuthenticationContext
Packages that use DuoAuthenticationContext
Package
Description
Context classes related to Duo authentication.
Implementation of Duo authentication.
-
Uses of DuoAuthenticationContext in net.shibboleth.idp.authn.duo.context
Methods in net.shibboleth.idp.authn.duo.context that return DuoAuthenticationContextModifier and TypeMethodDescriptionDuoAuthenticationContext.setClientAddress(String address) Set the client address.DuoAuthenticationContext.setDeviceID(String deviceId) Set the device ID.Set the factor to use.DuoAuthenticationContext.setPasscode(String passcode) Set the passcode.DuoAuthenticationContext.setUsername(String name) Set the username. -
Uses of DuoAuthenticationContext in net.shibboleth.idp.authn.duo.impl
Fields in net.shibboleth.idp.authn.duo.impl declared as DuoAuthenticationContextModifier and TypeFieldDescriptionprivate DuoAuthenticationContextValidateDuoAuthAPI.duoContextDuoApi context for tokens.Methods in net.shibboleth.idp.authn.duo.impl with parameters of type DuoAuthenticationContextModifier and TypeMethodDescriptionDuoAuthAuthenticator.authenticate(DuoAuthenticationContext duoContext, DuoIntegration duoIntegration) Perform an authentication action via the Duo AuthApi /auth endpoint.DuoPreauthAuthenticator.authenticate(DuoAuthenticationContext duoContext, DuoIntegration duoIntegration) Perform an authentication action via the Duo AuthAPI /preauth endpoint.protected voidExtractDuoAuthenticationFromHeaders.extractHeaders(DuoAuthenticationContext context) Extracts the Duo API arguments passed in via the request headers.