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. -
-
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.
-