org.apache.cxf.rs.security.oauth2.tokens.hawk
Class HawkAuthorizationScheme
java.lang.Object
org.apache.cxf.rs.security.oauth2.tokens.hawk.HawkAuthorizationScheme
public class HawkAuthorizationScheme
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HawkAuthorizationScheme
public HawkAuthorizationScheme(HttpRequestProperties props,
AccessToken token)
HawkAuthorizationScheme
public HawkAuthorizationScheme(HttpRequestProperties props,
Map<String,String> schemeParams)
getMacKey
public String getMacKey()
getTimestamp
public String getTimestamp()
getNonce
public String getNonce()
toAuthorizationHeader
public String toAuthorizationHeader(String macAlgo,
String macSecret)
getNormalizedRequestString
public String getNormalizedRequestString()
Apache CXF