Apache CXF API

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

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

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

Subclasses of Token in org.apache.cxf.rs.security.oauth.data
 class AccessToken
          Access Token representation
 class RequestToken
          Request Token representation
 

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

Methods in org.apache.cxf.rs.security.oauth.provider with parameters of type Token
 void OAuthDataProvider.removeToken(Token token)
          Removes the token
 void DefaultOAuthValidator.validateToken(Token token, OAuthDataProvider provider)
           
 

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

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


Apache CXF API

Apache CXF