Apache CXF API

Uses of Class
org.apache.cxf.rs.security.oauth.data.Client

Packages that use Client
org.apache.cxf.rs.security.oauth.data   
org.apache.cxf.rs.security.oauth.provider   
org.apache.cxf.rs.security.oauth.services   
org.apache.cxf.rs.security.oauth.utils   
 

Uses of Client in org.apache.cxf.rs.security.oauth.data
 

Methods in org.apache.cxf.rs.security.oauth.data that return Client
 Client RequestTokenRegistration.getClient()
           
 Client Token.getClient()
          Returns the Client associated with this token
 

Methods in org.apache.cxf.rs.security.oauth.data with parameters of type Client
 void RequestTokenRegistration.setClient(Client client)
           
 

Constructors in org.apache.cxf.rs.security.oauth.data with parameters of type Client
AccessToken(Client client, String tokenString, String tokenSecret)
           
AccessToken(Client client, String tokenString, String tokenSecret, long lifetime, long issuedAt)
           
RequestToken(Client client, String tokenString, String tokenSecret)
           
RequestToken(Client client, String tokenString, String tokenSecret, long lifetime, long issuedAt)
           
Token(Client client, String tokenKey, String tokenSecret, long lifetime, long issuedAt)
           
 

Uses of Client in org.apache.cxf.rs.security.oauth.provider
 

Methods in org.apache.cxf.rs.security.oauth.provider that return Client
 Client OAuthDataProvider.getClient(String clientId)
          Returns the previously registered third-party Client
 

Uses of Client in org.apache.cxf.rs.security.oauth.services
 

Methods in org.apache.cxf.rs.security.oauth.services with parameters of type Client
protected  void RequestTokenHandler.validateCallbackURL(Client client, String oauthCallback)
           
 

Uses of Client in org.apache.cxf.rs.security.oauth.utils
 

Methods in org.apache.cxf.rs.security.oauth.utils with parameters of type Client
static void OAuthUtils.validateMessage(net.oauth.OAuthMessage oAuthMessage, Client client, Token token, OAuthDataProvider provider, net.oauth.OAuthValidator validator)
           
 


Apache CXF API

Apache CXF