Uses of Class
net.shibboleth.idp.authn.duo.context.DuoAuthenticationContext
Package | Description |
---|---|
net.shibboleth.idp.authn.duo.context |
Context classes related to Duo authentication.
|
net.shibboleth.idp.authn.duo.impl |
Implementation of Duo authentication.
|
-
Uses of DuoAuthenticationContext in net.shibboleth.idp.authn.duo.context
Methods in net.shibboleth.idp.authn.duo.context that return DuoAuthenticationContext Modifier and Type Method Description DuoAuthenticationContext
DuoAuthenticationContext. setClientAddress(String address)
Set the client address.DuoAuthenticationContext
DuoAuthenticationContext. setDeviceID(String deviceId)
Set the device ID.DuoAuthenticationContext
DuoAuthenticationContext. setFactor(String factor)
Set the factor to use.DuoAuthenticationContext
DuoAuthenticationContext. setPasscode(String passcode)
Set the passcode.DuoAuthenticationContext
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 DuoAuthenticationContext Modifier and Type Field Description private DuoAuthenticationContext
ValidateDuoAuthAPI. duoContext
DuoApi context for tokens.Methods in net.shibboleth.idp.authn.duo.impl with parameters of type DuoAuthenticationContext Modifier and Type Method Description DuoAuthResponse
DuoAuthAuthenticator. authenticate(DuoAuthenticationContext duoContext, DuoIntegration duoIntegration)
Perform an authentication action via the Duo AuthApi /auth endpoint.DuoPreauthResponse
DuoPreauthAuthenticator. authenticate(DuoAuthenticationContext duoContext, DuoIntegration duoIntegration)
Perform an authentication action via the Duo AuthAPI /preauth endpoint.protected void
ExtractDuoAuthenticationFromHeaders. extractHeaders(DuoAuthenticationContext context)
Extracts the Duo API arguments passed in via the request headers.