Update Authorization
Update HelloWorldService, check if user is admin or registered and if input mail is equal to claim's mail at deleteBulkClaims
Add inputHandler package
Update HelloWorldService, check if user is admin or registerd and if user's mail is equal to claim's mail at deleteClaim
Update HelloWorldService, check if user is registered at fetchCategoryConcepts
Update HelloWorldService, check if user is registered at fetchCommunities, fetchCommunityCategories
Update HelloWorldService, check if user is registered at addBulkClaims
Update HelloWorldService, check if token is valid and user is registered at deleteClaim
Update HelloWorldService, check if token is valid and user is registered at getUserClaims
Update HelloWorldService, check if token is valid and user is admin at getResultClaims
Update HelloWorldService, check if token is valid and if user is admin at getContextClains
Update HelloWorldService, check if token is valid and if user is admin
Update HelloWorldService, check if user is admin at getAllClaims
Add Authorization.java
Added token in every API claim method.
Update pom.xml
Update JWTValidator, add a first draft with jwt's exception handling
Update JWTValidator, remove comments
Update HelloWorldService.java, Add Response isValid
Update JWTValidator, check if a jwt token is valid
Update JWTValidator, TODO plan about validation token and testing
Added security package
Adding bulk insert and delete methods
disabling thrift
minor changes
in insert claim method new parameters added for access rights and embargo date
More parameters added for fetch methods to include: sorting functionality, filtering by type, filtering by keyword / add the proper parameters in fetch
small changes in responses
correct xQueries for contexts
context related information added in the API
No need for thrifth
finalizing direct index claim
POST and DELET methods added to the connector API
add get claims by project, result, user, context, id.
First version of REST API for connector - get claims per project available
Creating branch for connector without thrift implementation. Introducing Jersey
Creating branch for the new claim schema migration
first implementation of claims for third parties are directly inserted in the index. Exisiting issues mentioned in #1803#note-4
Creating branch for direct claim indexFeed
Branching project to keep legacy import code