Uses of Interface
org.apache.guacamole.net.auth.permission.Permission
-
Packages that use Permission Package Description org.apache.guacamole.net.auth.permission 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 Permission Modifier and Type Interface Description interface
PermissionSet<PermissionType extends Permission>
An arbitrary set of permissions.Classes in org.apache.guacamole.net.auth.permission that implement Permission Modifier and Type Class Description class
ObjectPermission
A permission which affects a specific object, rather than the system as a whole.class
SystemPermission
A permission which affects the system as a whole, rather than an individual object.
-