Uses of Interface
org.apache.guacamole.net.auth.permission.Permission
Packages that use Permission
Package
Description
Provides classes which describe the various permissions a Guacamole user
can be granted.
-
Uses of Permission in org.apache.guacamole.net.auth.permission
Classes in org.apache.guacamole.net.auth.permission with type parameters of type PermissionModifier and TypeInterfaceDescriptioninterface
PermissionSet<PermissionType extends Permission>
An arbitrary set of permissions.Classes in org.apache.guacamole.net.auth.permission that implement PermissionModifier and TypeClassDescriptionclass
A permission which affects a specific object, rather than the system as a whole.class
A permission which affects the system as a whole, rather than an individual object.