mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +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