Package io.quarkus.security.webauthn
Class WebAuthnRegisterResponse
- java.lang.Object
-
- io.quarkus.security.webauthn.WebAuthnResponse
-
- io.quarkus.security.webauthn.WebAuthnRegisterResponse
-
public class WebAuthnRegisterResponse extends WebAuthnResponse
JAX-RS structure suitable for use as aBeanParamfor a POST response containing all the required fields for a form-based registration.- See Also:
for a JSON-based registration
-
-
Field Summary
Fields Modifier and Type Field Description StringwebAuthnResponseAttestationObjectCorresponds to the JSONresponse.attestationObjectfield-
Fields inherited from class io.quarkus.security.webauthn.WebAuthnResponse
webAuthnId, webAuthnRawId, webAuthnResponseClientDataJSON, webAuthnType
-
-
Constructor Summary
Constructors Constructor Description WebAuthnRegisterResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidtoJsonObject(io.vertx.core.json.JsonObject response)-
Methods inherited from class io.quarkus.security.webauthn.WebAuthnResponse
isSet, isValid, toJsonObject
-
-
-
-
Field Detail
-
webAuthnResponseAttestationObject
@FormParam("webAuthnResponseAttestationObject") public String webAuthnResponseAttestationObjectCorresponds to the JSONresponse.attestationObjectfield
-
-
Method Detail
-
toJsonObject
protected void toJsonObject(io.vertx.core.json.JsonObject response)
- Specified by:
toJsonObjectin classWebAuthnResponse
-
-