Package nzilbb.labbcat.server.api.admin
Class TestPassword
- java.lang.Object
-
- nzilbb.labbcat.server.api.admin.TestPassword
-
public class TestPassword extends Object
These tests assume that there is a working LaBB-CAT instance with the latest version of nzilbb.labbcat.server.jar installed.
-
-
Constructor Summary
Constructors Constructor Description TestPassword()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)voidreadonlyAccessEnforced()static voidsetBaseUrl()voidsetPassword()voidvalidation()
-
-
-
Method Detail
-
setBaseUrl
public static void setBaseUrl() throws MalformedURLException- Throws:
MalformedURLException
-
readonlyAccessEnforced
public void readonlyAccessEnforced() throws IOException, nzilbb.ag.StoreException, nzilbb.ag.PermissionException- Throws:
IOExceptionnzilbb.ag.StoreExceptionnzilbb.ag.PermissionException
-
main
public static void main(String[] args)
-
-