Package | Description |
---|---|
org.apache.cxf.rs.security.oauth2.client | |
org.apache.cxf.rs.security.oauth2.tokens.hawk |
Modifier and Type | Method and Description |
---|---|
static String |
OAuthClientUtils.createAuthorizationHeader(ClientAccessToken accessToken,
HttpRequestProperties httpProps)
Creates OAuth Authorization header with the scheme that
may require an access to the current HTTP request properties
|
Constructor and Description |
---|
HawkAuthorizationScheme(HttpRequestProperties props,
AccessToken token) |
HawkAuthorizationScheme(HttpRequestProperties props,
Map<String,String> schemeParams) |
Apache CXF