Package org.fcrepo.client.integration
Class FcrepoAuthenticationIT
- java.lang.Object
-
- org.fcrepo.client.integration.AbstractResourceIT
-
- org.fcrepo.client.integration.FcrepoAuthenticationIT
-
public class FcrepoAuthenticationIT extends AbstractResourceIT
- Author:
- mohideen
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.fcrepo.client.FcrepoClientauthClient-
Fields inherited from class org.fcrepo.client.integration.AbstractResourceIT
client, connectionManager, HOSTNAME, SERVER_PORT, serverAddress
-
-
Constructor Summary
Constructors Constructor Description FcrepoAuthenticationIT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestAuthUserCanGet()voidtestAuthUserCanPatch()voidtestAuthUserCanPost()voidtestAuthUserCanPut()voidtestUnAuthUserCannotGet()voidtestUnAuthUserCannotPatch()voidtestUnAuthUserCannotPost()voidtestUnAuthUserCannotPut()-
Methods inherited from class org.fcrepo.client.integration.AbstractResourceIT
getResponseModel
-
-
-
-
Field Detail
-
authClient
protected static org.fcrepo.client.FcrepoClient authClient
-
-
Constructor Detail
-
FcrepoAuthenticationIT
public FcrepoAuthenticationIT() throws Exception
- Throws:
Exception
-
-
Method Detail
-
testAuthUserCanPut
public void testAuthUserCanPut() throws Exception
- Throws:
Exception
-
testUnAuthUserCannotPut
public void testUnAuthUserCannotPut() throws Exception
- Throws:
Exception
-
testAuthUserCanPatch
public void testAuthUserCanPatch() throws Exception
- Throws:
Exception
-
testUnAuthUserCannotPatch
public void testUnAuthUserCannotPatch() throws Exception
- Throws:
Exception
-
testAuthUserCanPost
public void testAuthUserCanPost() throws Exception
- Throws:
Exception
-
testUnAuthUserCannotPost
public void testUnAuthUserCannotPost() throws Exception
- Throws:
Exception
-
testAuthUserCanGet
public void testAuthUserCanGet() throws Exception
- Throws:
Exception
-
testUnAuthUserCannotGet
public void testUnAuthUserCannotGet() throws Exception
- Throws:
Exception
-
-