Class User.Attribute

  • Enclosing interface:
    User

    public static class User.Attribute
    extends Object
    All standard attribute names with semantics defined by the Guacamole web application. Extensions may additionally define their own attributes with completely arbitrary names and semantics, so long as those names do not conflict with the names listed here. All standard attribute names have a "guac-" prefix to avoid such conflicts.
    • Field Detail

      • FULL_NAME

        public static String FULL_NAME
        The user's full name.
      • EMAIL_ADDRESS

        public static String EMAIL_ADDRESS
        The email address of the user.
      • ORGANIZATION

        public static String ORGANIZATION
        The organization, company, group, etc. that the user belongs to.
      • ORGANIZATIONAL_ROLE

        public static String ORGANIZATIONAL_ROLE
        The role that the user has at the organization, company, group, etc. they belong to.
    • Constructor Detail

      • Attribute

        public Attribute()