Uses of Package
org.apache.guacamole.net.auth.permission
-
Packages that use org.apache.guacamole.net.auth.permission Package Description org.apache.guacamole.net.auth Provides classes which can be used to extend or replace the authentication functionality of the Guacamole web application.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. -
Classes in org.apache.guacamole.net.auth.permission used by org.apache.guacamole.net.auth Class Description ObjectPermissionSet A set of permissions which affect arbitrary objects, where each object has an associated unique identifier.SystemPermissionSet A set of permissions which affects the system as a whole. -
Classes in org.apache.guacamole.net.auth.permission used by org.apache.guacamole.net.auth.permission Class Description ObjectPermission A permission which affects a specific object, rather than the system as a whole.ObjectPermission.Type Specific types of object-level permissions.ObjectPermissionSet A set of permissions which affect arbitrary objects, where each object has an associated unique identifier.Permission A permission which affects a specific type of operation, where all available operation types are defined by an enumeration.PermissionSet An arbitrary set of permissions.SystemPermission A permission which affects the system as a whole, rather than an individual object.SystemPermission.Type Specific types of system-level permissions.SystemPermissionSet A set of permissions which affects the system as a whole. -
Classes in org.apache.guacamole.net.auth.permission used by org.apache.guacamole.net.auth.simple Class Description ObjectPermission A permission which affects a specific object, rather than the system as a whole.ObjectPermission.Type Specific types of object-level permissions.ObjectPermissionSet A set of permissions which affect arbitrary objects, where each object has an associated unique identifier.PermissionSet An arbitrary set of permissions.SystemPermission A permission which affects the system as a whole, rather than an individual object.SystemPermission.Type Specific types of system-level permissions.SystemPermissionSet A set of permissions which affects the system as a whole.