Use truly generic HTTP-based credentials object, rename project to guacamole-auth (truly, this is a basic framework for extending Guacamole, a single webapp, NOT part of guacamole-common, which is the basis of the Guacamole webapp and potentially others).

This commit is contained in:
Michael Jumper
2012-03-22 22:44:02 -07:00
parent 451a09873d
commit 697c4601da
3 changed files with 43 additions and 8 deletions

View File

@@ -3,10 +3,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.guacamole</groupId>
<artifactId>guacamole-common-auth</artifactId>
<artifactId>guacamole-auth</artifactId>
<packaging>jar</packaging>
<version>0.6.0</version>
<name>guacamole-common-auth</name>
<name>guacamole-auth</name>
<url>http://guacamole.sourceforge.net/</url>
<properties>
@@ -31,6 +31,14 @@
<dependencies>
<!-- Java servlet API -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>
</dependency>
<!-- Guacamole Java API -->
<dependency>
<groupId>net.sourceforge.guacamole</groupId>