Class ConsumerService
- java.lang.Object
-
- com.sodius.oslc.server.oauth.services.ConsumerService
-
public class ConsumerService extends Object
Manages the edition of OAuth consumers by an administrator.- Since:
- 1.3.0
-
-
Constructor Summary
Constructors Constructor Description ConsumerService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponsecreateConsumer()ResponsedeleteConsumer(String consumerId)ResponsegetConsumer(String consumerId)ResponsegetConsumers()ResponsegetConsumersState()ResponseupdateConsumer(String consumerId)
-