Package org.apache.guacamole.net.auth
Class User.Attribute
- java.lang.Object
-
- org.apache.guacamole.net.auth.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 Summary
Fields Modifier and Type Field Description static StringEMAIL_ADDRESSThe email address of the user.static StringFULL_NAMEThe user's full name.static StringORGANIZATIONThe organization, company, group, etc.static StringORGANIZATIONAL_ROLEThe role that the user has at the organization, company, group, etc.
-
Constructor Summary
Constructors Constructor Description Attribute()
-
-
-
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.
-
-