Class AttestationController

java.lang.Object
io.jans.fido2.ws.rs.controller.AttestationController

@ApplicationScoped @Path("/attestation") public class AttestationController extends Object
serves request for /attestation endpoint exposed by FIDO2 sever
Version:
May 08, 2020
Author:
Yuriy Movchan
  • Constructor Details

    • AttestationController

      public AttestationController()
  • Method Details

    • register

      @POST @Consumes("application/json") @Produces("application/json") @Path("/options") public jakarta.ws.rs.core.Response register(@NotNull @NotNull AttestationOptions attestationOptions)
    • verify

      @POST @Consumes("application/json") @Produces("application/json") @Path("/result") public jakarta.ws.rs.core.Response verify(@NotNull @NotNull AttestationResult attestationResult)