Package org.apache.ofbiz.ws.rs.resources
Class AuthenticationResource
java.lang.Object
org.apache.ofbiz.ws.rs.resources.OFBizResource
org.apache.ofbiz.ws.rs.resources.AuthenticationResource
- All Implemented Interfaces:
IOFBizResource
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.ofbiz.ws.rs.resources.IOFBizResource
getDelegator, getDispatcher
-
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)
-