Package org.fcrepo.client
Class FcrepoClientAuthTest
- java.lang.Object
-
- org.fcrepo.client.FcrepoClientAuthTest
-
public class FcrepoClientAuthTest extends Object
- Author:
- acoburn
-
-
Constructor Summary
Constructors Constructor Description FcrepoClientAuthTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestAuthNoHost()voidtestAuthNoPassword()voidtestAuthWithHost()
-
-
-
Constructor Detail
-
FcrepoClientAuthTest
public FcrepoClientAuthTest()
-
-
Method Detail
-
testAuthNoHost
public void testAuthNoHost() throws IOException, org.fcrepo.client.FcrepoOperationFailedException
- Throws:
IOExceptionorg.fcrepo.client.FcrepoOperationFailedException
-
testAuthWithHost
public void testAuthWithHost() throws IOException, org.fcrepo.client.FcrepoOperationFailedException
- Throws:
IOExceptionorg.fcrepo.client.FcrepoOperationFailedException
-
testAuthNoPassword
public void testAuthNoPassword() throws IOException, org.fcrepo.client.FcrepoOperationFailedException
- Throws:
IOExceptionorg.fcrepo.client.FcrepoOperationFailedException
-
-