Apache CXF API

org.apache.cxf.rs.security.oauth.client
Class OAuthClientUtils.Token

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

public static class OAuthClientUtils.Token
extends Object

Simple token representation


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

Constructor Detail

OAuthClientUtils.Token

public OAuthClientUtils.Token(String token,
                              String secret)
Method Detail

getToken

public String getToken()

getSecret

public String getSecret()

Apache CXF API

Apache CXF