mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
Add updateUserContext() function.
This commit is contained in:
@@ -179,4 +179,13 @@ public class MySQLAuthenticationProvider implements AuthenticationProvider {
|
||||
);
|
||||
} // end of constructor
|
||||
|
||||
@Override
|
||||
public UserContext updateUserContext(UserContext context,
|
||||
Credentials credentials) throws GuacamoleException {
|
||||
|
||||
// No need to update the context
|
||||
return context;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user