Uses of Class
net.shibboleth.idp.authn.duo.context.DuoAuthenticationContext
-
Packages that use 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 DuoAuthenticationContextDuoAuthenticationContext. setClientAddress(String address)Set the client address.DuoAuthenticationContextDuoAuthenticationContext. setDeviceID(String deviceId)Set the device ID.DuoAuthenticationContextDuoAuthenticationContext. setFactor(String factor)Set the factor to use.DuoAuthenticationContextDuoAuthenticationContext. setPasscode(String passcode)Set the passcode.DuoAuthenticationContextDuoAuthenticationContext. 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 DuoAuthenticationContextValidateDuoAuthAPI. duoContextDuoApi context for tokens.Methods in net.shibboleth.idp.authn.duo.impl with parameters of type DuoAuthenticationContext Modifier and Type Method Description DuoAuthResponseDuoAuthAuthenticator. authenticate(DuoAuthenticationContext duoContext, DuoIntegration duoIntegration)Perform an authentication action via the Duo AuthApi /auth endpoint.DuoPreauthResponseDuoPreauthAuthenticator. 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.
-