Difference between revisions of "Authorization Client Library"

From Gcube Wiki
Jump to: navigation, search
Line 1: Line 1:
 
The Authorization Client library helps clients to generate and resolve <code>gCube Token</code> and also to add/remove <code>Policies</code> for service/user/role access.
 
The Authorization Client library helps clients to generate and resolve <code>gCube Token</code> and also to add/remove <code>Policies</code> for service/user/role access.
 +
 +
 +
== maven dependency ==
 +
The required dependency to be added to the pom is:
 +
 +
<source lang="xml">
 +
 +
  <dependency>
 +
  <groupId>org.gcube.common</groupId>
 +
  <artifactId>authorization-client</artifactId>
 +
  <version>2.0.0-SNAPSHOT</version>
 +
  </dependency>
 +
 +
</source>

Revision as of 18:05, 10 May 2016

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>