@PreMatching public class OAuth10aFilter extends Object implements javax.ws.rs.client.ClientRequestFilter
| Modifier and Type | Field and Description |
|---|---|
protected static char[] |
hexArray |
| Constructor and Description |
|---|
OAuth10aFilter(String consumerKey,
String consumerSecret) |
| Modifier and Type | Method and Description |
|---|---|
static String |
bytesToHex(byte[] bytes) |
void |
filter(javax.ws.rs.client.ClientRequestContext requestContext) |
String |
getConsumerKey() |
String |
getConsumerSecret() |
public static String bytesToHex(byte[] bytes)
public void filter(javax.ws.rs.client.ClientRequestContext requestContext)
throws IOException
filter in interface javax.ws.rs.client.ClientRequestFilterIOExceptionpublic String getConsumerSecret()
public String getConsumerKey()
Copyright © 2017 Netgrid. All rights reserved.