Class U2fConfigurationWS


  • @Path("/fido-configuration")
    public class U2fConfigurationWS
    extends java.lang.Object
    The endpoint at which the requester can obtain FIDO U2F metadata configuration
    Author:
    Yuriy Movchan Date: 05/13/2015
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.Response getConfiguration()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • U2fConfigurationWS

        public U2fConfigurationWS()
    • Method Detail

      • getConfiguration

        @GET
        @Produces("application/json")
        public javax.ws.rs.core.Response getConfiguration()