Package org.fcrepo.auth.integration
Class AbstractResourceIT
java.lang.Object
org.fcrepo.auth.integration.AbstractResourceIT
- Direct Known Subclasses:
ServletContainerAuthenticatingRealmIT
@ContextConfiguration("/spring-test/test-container.xml")
public abstract class AbstractResourceIT
extends Object
Abstract AbstractResourceIT class.
- Author:
- gregjan
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.http.HttpResponseexecute(org.apache.http.client.methods.HttpUriRequest method) protected intgetStatus(org.apache.http.client.methods.HttpUriRequest method) protected static org.apache.http.client.methods.HttpPostpostObjMethod(String pid) protected static org.apache.http.client.methods.HttpPostpostObjMethod(String pid, String query) void
-
Field Details
-
serverAddress
-
-
Constructor Details
-
AbstractResourceIT
public AbstractResourceIT()
-
-
Method Details
-
setLogger
-
postObjMethod
-
postObjMethod
-
execute
protected org.apache.http.HttpResponse execute(org.apache.http.client.methods.HttpUriRequest method) throws IOException - Throws:
IOException
-
getStatus
- Throws:
IOException
-