public class HawkAuthorizationScheme extends Object
Constructor and Description |
---|
HawkAuthorizationScheme(HttpRequestProperties props,
AccessToken token) |
HawkAuthorizationScheme(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 HawkAuthorizationScheme(HttpRequestProperties props, AccessToken token)
public HawkAuthorizationScheme(HttpRequestProperties props, Map<String,String> schemeParams)
Apache CXF