mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUACAMOLE-78: Define a standard identifier for anonymous users.
This commit is contained in:
		| @@ -28,6 +28,12 @@ package org.apache.guacamole.net.auth; | ||||
|  */ | ||||
| public interface AuthenticatedUser extends Identifiable { | ||||
|  | ||||
|     /** | ||||
|      * The identifier reserved for representing a user that has authenticated | ||||
|      * anonymously. | ||||
|      */ | ||||
|     public static final String ANONYMOUS_IDENTIFIER = ""; | ||||
|  | ||||
|     /** | ||||
|      * Returns the AuthenticationProvider that authenticated this user. | ||||
|      * | ||||
|   | ||||
		Reference in New Issue
	
	Block a user