Package | Description |
---|---|
net.oauth |
Fundamental classes and algorithms for implementing OAuth.
|
net.oauth.server |
Classes for implementing an OAuth Service Provider; that is
a server that controls access to protected resources.
|
Modifier and Type | Method and 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...
|
Modifier and Type | Method and Description |
---|---|
static List<OAuth.Parameter> |
HttpRequestMessage.getParameters(javax.servlet.http.HttpServletRequest request) |
Copyright © 2023. All rights reserved.