mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-292: Define and use standard attributes for user organization and role.
This commit is contained in:
@@ -49,6 +49,17 @@ public interface User extends Identifiable {
|
||||
*/
|
||||
public static String EMAIL_ADDRESS = "guac-email-address";
|
||||
|
||||
/**
|
||||
* The organization, company, group, etc. that the user belongs to.
|
||||
*/
|
||||
public static String ORGANIZATION = "guac-organization";
|
||||
|
||||
/**
|
||||
* The role that the user has at the organization, company, group, etc.
|
||||
* they belong to.
|
||||
*/
|
||||
public static String ORGANIZATIONAL_ROLE = "guac-organizational-role";
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user