Class AuthenticationResource

java.lang.Object
org.apache.ofbiz.ws.rs.resources.OFBizResource
org.apache.ofbiz.ws.rs.resources.AuthenticationResource
All Implemented Interfaces:
IOFBizResource

@Path("/auth") @Provider public class AuthenticationResource extends OFBizResource
  • Constructor Details

    • AuthenticationResource

      public AuthenticationResource()
  • Method Details

    • getAuthToken

      @POST @Produces("application/json") @Path("/token") public javax.ws.rs.core.Response getAuthToken(@HeaderParam("Authorization") String creds)