A java client library and a command line tool for accessing OpenTox authentication and authorization services.
The core classes are org.opentox.aa.opensso.OpenSSOToken and org.opentox.aa.opensso.OpenToxPolicy
Use as Maven dependency:
<dependency>
<groupId>ambit</groupId>
<artifactId>opentox-opensso</artifactId>
<version>1.0.4</version>
</dependency>
<repository>
<id>ambit-plovdiv-releases</id>
<url>http://ambit.uni-plovdiv.bg:8083/nexus/content/repositories/releases</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<dependency>
<groupId>ambit</groupId>
<artifactId>opentox-opensso</artifactId>
<version>1.0.4-SNAPSHOT</version>
</dependency>
<repository>
<id>ambit-plovdiv-snapshots</id>
<url>http://ambit.uni-plovdiv.bg:8083/nexus/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>