javax.ws.rs.core.Response |
ResourceDeletionTest.deleteAt(String uri,
AuthId authId) |
Requests a deletion of the web resource identified at the specified URI.
|
<C> C |
ResourceGettingTest.getAt(String uri,
AuthId authId,
Class<C> c) |
Gets the web resource at the specified URI with the given authentication identification as an
instance of the specified class.
|
<C> javax.ws.rs.core.Response |
ResourceCreationTest.post(C entity,
String atURI,
AuthId authId) |
Posts the specified web entity at the specified URI and with the given authentication
identification.
|
protected javax.ws.rs.client.Invocation.Builder |
RESTWebServiceTest.setUpHTTPRequest(String uri,
String mediaType,
AuthId authId) |
|
protected javax.ws.rs.client.Invocation.Builder |
RESTWebServiceTest.setUserIdent(AuthId authId,
javax.ws.rs.client.Invocation.Builder http) |
|
protected AuthId |
RESTWebServiceTest.withAsAuthId(AuthId credential) |
|