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 Response
createConsumer()
Response
deleteConsumer(String consumerId)
Response
getConsumer(String consumerId)
Response
getConsumers()
Response
updateConsumer(String consumerId)
-