public class MacAuthorizationScheme extends Object
| Constructor and Description |
|---|
MacAuthorizationScheme(HttpRequestProperties props,
AccessToken token) |
MacAuthorizationScheme(HttpRequestProperties props,
Map<String,String> schemeParams) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMacKey() |
String |
getNonce() |
String |
getNormalizedRequestString() |
String |
getTimestamp() |
String |
toAuthorizationHeader(String macAlgo,
String macSecret) |
public MacAuthorizationScheme(HttpRequestProperties props, AccessToken token)
public MacAuthorizationScheme(HttpRequestProperties props, Map<String,String> schemeParams)
Apache CXF