|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.hsr.bieridee.test.http.AuthJsonHttp
public final class AuthJsonHttp
A factory that returns a default HttpHelper with support for HMAC authentication and JSON accept header.
Method Summary | |
---|---|
static HttpHelper |
create()
Create a new HttpHelper instance, add the AcceptRequestProcessor and the HMACAuthRequestProcessor to it and return it. |
static HttpHelper |
create(java.lang.String username,
java.lang.String password)
Create a new HttpHelper instance, add the AcceptRequestProcessor and the HMACAuthRequestProcessor with cusotm login data to it and return it. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static HttpHelper create()
public static HttpHelper create(java.lang.String username, java.lang.String password)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |