GUACAMOLE-210: Update API to 0.9.13-incubating.

This commit is contained in:
Michael Jumper
2017-08-26 17:52:53 -07:00
parent 28cfc39c11
commit 724a6a9737
3 changed files with 8 additions and 3 deletions

View File

@@ -26,7 +26,7 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-openid</artifactId>
<packaging>jar</packaging>
<version>0.9.11-incubating</version>
<version>0.9.13-incubating</version>
<name>guacamole-auth-openid</name>
<url>http://guacamole.incubator.apache.org/</url>
@@ -130,7 +130,7 @@
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-ext</artifactId>
<version>0.9.11-incubating</version>
<version>0.9.13-incubating</version>
<scope>provided</scope>
</dependency>

View File

@@ -63,6 +63,11 @@ public class OpenIDAuthenticationProvider implements AuthenticationProvider {
return "openid";
}
@Override
public Object getResource() throws GuacamoleException {
return null;
}
@Override
public AuthenticatedUser authenticateUser(Credentials credentials)
throws GuacamoleException {

View File

@@ -1,6 +1,6 @@
{
"guacamoleVersion" : "0.9.11-incubating",
"guacamoleVersion" : "0.9.13-incubating",
"name" : "OpenID Authentication Extension",
"namespace" : "guac-openid",