public class Consumer extends Object
Constructor and Description |
---|
Consumer() |
Consumer(String id) |
Consumer(String id,
String secret) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getClientId() |
String |
getClientSecret() |
int |
hashCode() |
void |
setClientId(String id) |
void |
setClientSecret(String secret) |
Apache CXF