Class U2fRegistrationWS

java.lang.Object
org.gluu.oxauth.ws.rs.fido.u2f.U2fRegistrationWS

@Path("/fido/u2f/registration") public class U2fRegistrationWS extends Object
The endpoint allows to start and finish U2F registration process
Version:
August 9, 2017
Author:
Yuriy Movchan
  • Constructor Details

    • U2fRegistrationWS

      public U2fRegistrationWS()
  • Method Details

    • startRegistration

      @GET @Produces("application/json") public javax.ws.rs.core.Response startRegistration(@QueryParam("username") String userName, @QueryParam("application") String appId, @QueryParam("session_id") String sessionId, @QueryParam("enrollment_code") String enrollmentCode)
    • finishRegistration

      @POST @Produces("application/json") public javax.ws.rs.core.Response finishRegistration(@FormParam("username") String userName, @FormParam("tokenResponse") String registerResponseString)