Uses of Class
net.oauth.OAuth.Parameter

Packages that use OAuth.Parameter
net.oauth Fundamental classes and algorithms for implementing OAuth
 

Uses of OAuth.Parameter in net.oauth
 

Methods in net.oauth that return types with arguments of type OAuth.Parameter
static java.util.List<OAuth.Parameter> OAuthMessage.decodeAuthorization(java.lang.String authorization)
          Parse the parameters from an OAuth Authorization or WWW-Authenticate header.
static java.util.List<OAuth.Parameter> OAuth.decodeForm(java.lang.String form)
          Parse a form-urlencoded document.
static java.util.List<OAuth.Parameter> OAuth.newList(java.lang.String... parameters)
          Construct a list of Parameters from name, value, name, value...
 



Copyright © 2009. All Rights Reserved.