Authorization Client Library

From Gcube Wiki
Revision as of 18:05, 10 May 2016 by Lucio.lelii (Talk | contribs)

Jump to: navigation, search

The Authorization Client library helps clients to generate and resolve gCube Token and also to add/remove Policies for service/user/role access.


maven dependency

The required dependency to be added to the pom is:

  <dependency>
   <groupId>org.gcube.common</groupId>
   <artifactId>authorization-client</artifactId>
   <version>2.0.0-SNAPSHOT</version>
  </dependency>