org.apache.cxf.rs.security.oauth.client
Class OAuthClientUtils.Consumer
java.lang.Object
org.apache.cxf.rs.security.oauth.client.OAuthClientUtils.Consumer
- Enclosing class:
- OAuthClientUtils
public static class OAuthClientUtils.Consumer
- extends Object
Simple consumer representation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OAuthClientUtils.Consumer
public OAuthClientUtils.Consumer(String key,
String secret)
getKey
public String getKey()
getSecret
public String getSecret()
Apache CXF