NOTE: Opening this method up to everyone, as we have nothing we can reliably verify in the method signature. Instead we have to figure out what owner this consumer is destined for (due to backward compatability with existing clients which do not specify an owner during registration), and then check the access to the specified owner in the method itself. @param consumer Consumer metadata @return a Consumer object @throws BadRequestException generic exception type for web services Weare calling this "registerConsumer" in the api discussions @httpcode 400 @httpcode 403 @httpcode 404 @httpcode 200
|
|
|
|