| Package | Description | 
|---|---|
| org.apache.guacamole.net.auth.permission | Provides classes which describe the various permissions a Guacamole user
 can be granted. | 
| org.apache.guacamole.net.auth.simple | Provides a basic AuthenticationProvider base class that can be used to create
 simple AuthenticationProviders in the same way allowed by the old
 authentication API. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ObjectPermissionSetA set of permissions which affect arbitrary objects, where each object has
 an associated unique identifier. | 
| interface  | SystemPermissionSetA set of permissions which affects the system as a whole. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SimpleObjectPermissionSetA read-only implementation of ObjectPermissionSet which uses a backing Set
 of Permissions to determine which permissions are present. | 
| class  | SimpleSystemPermissionSetA read-only implementation of SystemPermissionSet which uses a backing Set
 of Permissions to determine which permissions are present. | 
Copyright © 2016. All rights reserved.