| commit | cb2d3f993458a5ab523dbf02d6bc8e61d3a4dcea | [log] [tgz] |
|---|---|---|
| author | Michael Hanl <micha.hanl@gmail.com> | Thu Jun 02 17:34:06 2016 +0200 |
| committer | Michael Hanl <micha.hanl@gmail.com> | Thu Jun 02 17:34:06 2016 +0200 |
| tree | 534d4b54c62d5a655a6bf068e0e1a4df284a145d | |
| parent | b3b4c060fff0a05c2201155ff96d09859c7c0528 [diff] [blame] |
resoure service error
diff --git a/src/test/java/de/ids_mannheim/korap/web/service/full/AuthServiceTest.java b/src/test/java/de/ids_mannheim/korap/web/service/full/AuthServiceTest.java index b394d68..47771b1 100644 --- a/src/test/java/de/ids_mannheim/korap/web/service/full/AuthServiceTest.java +++ b/src/test/java/de/ids_mannheim/korap/web/service/full/AuthServiceTest.java
@@ -51,6 +51,31 @@ } + + @Test + public void testOpenIDLogin () { + + } + + + @Test + public void testOpenIDLogout () { + + } + + + // -- are these even right? auth - authorization + @Test + public void testOAuth2Login () { + + } + + + @Test + public void testOAuth2Logout () { + + } + //todo: test basicauth via secure connection }