Class UserInfoEndpoint


  • public class UserInfoEndpoint
    extends Object
    Author:
    pedroigor
    • Method Detail

      • issueUserInfoPreflight

        @Path("/")
        @OPTIONS
        public javax.ws.rs.core.Response issueUserInfoPreflight()
      • issueUserInfoGet

        @Path("/")
        @GET
        @Produces("application/json")
        public javax.ws.rs.core.Response issueUserInfoGet()
      • issueUserInfoPost

        @Path("/")
        @POST
        @Produces("application/json")
        public javax.ws.rs.core.Response issueUserInfoPost()