Uses of Class
net.oauth.OAuth.Parameter
-
Packages that use OAuth.Parameter Package Description ca.bc.gov.open.cpf.api.security.oauth net.oauth -
-
Uses of OAuth.Parameter in ca.bc.gov.open.cpf.api.security.oauth
Methods in ca.bc.gov.open.cpf.api.security.oauth that return types with arguments of type OAuth.Parameter Modifier and Type Method Description static List<OAuth.Parameter>
HttpRequestMessage. getParameters(javax.servlet.http.HttpServletRequest request)
-
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...
-