Apache CXF API

org.apache.cxf.rs.security.oauth2.client
Class OAuthClientUtils.Consumer

java.lang.Object
  extended by org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils.Consumer
Enclosing class:
OAuthClientUtils

public static class OAuthClientUtils.Consumer
extends Object

Simple consumer representation


Constructor Summary
OAuthClientUtils.Consumer(String key, String secret)
           
 
Method Summary
 String getKey()
           
 String getSecret()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuthClientUtils.Consumer

public OAuthClientUtils.Consumer(String key,
                                 String secret)
Method Detail

getKey

public String getKey()

getSecret

public String getSecret()

Apache CXF API

Apache CXF