Package org.apache.guacamole.net.auth
Class User.Attribute
java.lang.Object
org.apache.guacamole.net.auth.User.Attribute
- Enclosing interface:
User
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 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FULL_NAME
The user's full name. -
EMAIL_ADDRESS
The email address of the user. -
ORGANIZATION
The organization, company, group, etc. that the user belongs to. -
ORGANIZATIONAL_ROLE
The role that the user has at the organization, company, group, etc. they belong to.
-
-
Constructor Details
-
Attribute
public Attribute()
-