GUACAMOLE-210: Update for recent sharing-related changes to AuthenticationProvider on 0.9.9-incubating (current upstream git).

This commit is contained in:
Michael Jumper
2016-08-14 19:25:11 -07:00
parent faa327824b
commit c5bd3390bf

View File

@@ -94,7 +94,8 @@ public class OAuthAuthenticationProvider implements AuthenticationProvider {
@Override
public UserContext updateUserContext(UserContext context,
AuthenticatedUser authenticatedUser) throws GuacamoleException {
AuthenticatedUser authenticatedUser, Credentials credentials)
throws GuacamoleException {
// No update necessary
return context;