| commit | 0e8f4e72f323a87e03e87e79a256e6774d75d207 | [log] [tgz] |
|---|---|---|
| author | margaretha <margaretha@ids-mannheim.de> | Thu Apr 05 14:11:52 2018 +0200 |
| committer | margaretha <margaretha@ids-mannheim.de> | Thu Apr 05 15:27:07 2018 +0200 |
| tree | a1aec1eb220fcaf29fb882b766c88344f68e2c99 | |
| parent | 31a9f52ce9131f8cee8bc4bb5ec9ff9c4ccefed8 [diff] [blame] |
Implemented OAuth2 client authentication. Change-Id: Ia8b10116e72c3702f369d1cc04561bab5e269f95
diff --git a/full/src/test/java/de/ids_mannheim/korap/web/FilterTest.java b/full/src/test/java/de/ids_mannheim/korap/web/FilterTest.java index 7dcfa32..64000cc 100644 --- a/full/src/test/java/de/ids_mannheim/korap/web/FilterTest.java +++ b/full/src/test/java/de/ids_mannheim/korap/web/FilterTest.java
@@ -13,8 +13,8 @@ import de.ids_mannheim.korap.authentication.http.HttpAuthorizationHandler; import de.ids_mannheim.korap.config.Attributes; -import de.ids_mannheim.korap.config.TokenType; import de.ids_mannheim.korap.config.TestHelper; +import de.ids_mannheim.korap.constant.TokenType; import de.ids_mannheim.korap.exceptions.KustvaktException; /** EM: fix tests. new DB does not save users.