Class Fido2RespondArgs
java.lang.Object
com.thalesgroup.gemalto.fido2.client.Fido2RespondArgs
An immutable container for the arguments required by
Fido2Client.respondWithArgs(com.thalesgroup.gemalto.fido2.client.Fido2RespondArgs, com.thalesgroup.gemalto.fido2.client.Fido2ResponseCallback).
Use the Fido2RespondArgs.Builder to construct an instance of this class.
- Since:
- 1.0.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA builder for creatingFido2RespondArgsinstances. -
Method Summary
Modifier and TypeMethodDescriptionGets the callback for the Biometric Authenticator.Gets the callback for the Passcode Authenticator.Gets the FIDO2 request to be processed.Gets the UI callback for handling delegated UI tasks.voidwipe()Securely wipes any sensitive data held by this object from memory.
-
Method Details
-
getRequest
Gets the FIDO2 request to be processed.- Returns:
- The
Fido2Request. - Since:
- 1.0.0
-
getUiCallback
Gets the UI callback for handling delegated UI tasks.- Returns:
- The
Fido2UiCallback. - Since:
- 1.0.0
-
getPasscodeAuthenticatorCallback
Gets the callback for the Passcode Authenticator.- Returns:
- The
PasscodeAuthenticatorCallback, ornullif not set. - Since:
- 1.0.0
-
getBiometricAuthenticatorCallback
Gets the callback for the Biometric Authenticator.- Returns:
- The
BiometricAuthenticatorCallback, ornullif not set. - Since:
- 1.1.0
-
wipe
public void wipe()Securely wipes any sensitive data held by this object from memory.- Since:
- 1.2.0
-