git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/Common/authorization-common-client@131124 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
382e2b32cb
commit
90edc18075
6
pom.xml
6
pom.xml
|
@ -11,7 +11,7 @@
|
|||
<groupId>org.gcube.tools</groupId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
|
||||
<!--
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
@ -24,6 +24,8 @@
|
|||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
-->
|
||||
|
||||
<properties>
|
||||
<distroDirectory>distro</distroDirectory>
|
||||
</properties>
|
||||
|
@ -32,11 +34,13 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>common-authorization</artifactId>
|
||||
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
<version>1.7.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
|
|
@ -13,7 +13,7 @@ import org.gcube.common.authorization.library.provider.UserInfo;
|
|||
|
||||
public class Binder {
|
||||
|
||||
private static JAXBContext context ;
|
||||
private static JAXBContext context;
|
||||
|
||||
public static JAXBContext getContext() throws JAXBException{
|
||||
if (context==null)
|
||||
|
|
|
@ -24,7 +24,7 @@ public class CallTest {
|
|||
|
||||
@Test
|
||||
public void requestNodeToken() throws Exception {
|
||||
String token = authorizationService().requestActivation(new ContainerInfo("dlib29.isti.cnr.it",8080), "/gcube/devNext/NextNext");
|
||||
String token = authorizationService().requestActivation(new ContainerInfo("dlib29.isti.cnr.it",8080), "/gcube");
|
||||
System.out.println(token);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue