Uses of Class
net.oauth.OAuth.Parameter
-
Packages that use OAuth.Parameter Package Description net.oauth -
-
Uses of OAuth.Parameter in net.oauth
Methods in net.oauth that return types with arguments of type OAuth.Parameter Modifier and Type Method Description static List<OAuth.Parameter>OAuthMessage. decodeAuthorization(String authorization)Parse the parameters from an OAuth Authorization or WWW-Authenticate header.static List<OAuth.Parameter>OAuth. decodeForm(String form)Parse a form-urlencoded document.static List<OAuth.Parameter>OAuth. newList(String... parameters)Construct a list of Parameters from name, value, name, value...
-