Package org.apache.guacamole.net.auth.permission


package org.apache.guacamole.net.auth.permission
Provides classes which describe the various permissions a Guacamole user can be granted.
  • Class
    Description
    A permission which affects a specific object, rather than the system as a whole.
    Specific types of object-level permissions.
    A set of permissions which affect arbitrary objects, where each object has an associated unique identifier.
    Permission<Type extends Enum>
    A permission which affects a specific type of operation, where all available operation types are defined by an enumeration.
    PermissionSet<PermissionType extends Permission>
    An arbitrary set of permissions.
    A permission which affects the system as a whole, rather than an individual object.
    Specific types of system-level permissions.
    A set of permissions which affects the system as a whole.