Class SystemPermission

java.lang.Object
org.apache.guacamole.net.auth.permission.SystemPermission
All Implemented Interfaces:
Permission<SystemPermission.Type>

public class SystemPermission extends Object implements Permission<SystemPermission.Type>
A permission which affects the system as a whole, rather than an individual object.
  • Constructor Details

    • SystemPermission

      public SystemPermission(SystemPermission.Type type)
      Creates a new SystemPermission with the given type.
      Parameters:
      type - The type of operation controlled by this permission.
  • Method Details