Uses of Class
org.apache.guacamole.net.auth.permission.ObjectPermission
Packages that use ObjectPermission
Package
Description
Provides classes which describe the various permissions a Guacamole user
can be granted.
Provides a basic AuthenticationProvider base class that can be used to create
simple AuthenticationProviders in the same way allowed by the old
authentication API.
-
Uses of ObjectPermission in org.apache.guacamole.net.auth.permission
Methods in org.apache.guacamole.net.auth.permission that return types with arguments of type ObjectPermissionMethod parameters in org.apache.guacamole.net.auth.permission with type arguments of type ObjectPermissionModifier and TypeMethodDescriptionvoid
ObjectPermissionSet.addPermissions
(Set<ObjectPermission> permissions) void
ObjectPermissionSet.removePermissions
(Set<ObjectPermission> permissions) -
Uses of ObjectPermission in org.apache.guacamole.net.auth.simple
Methods in org.apache.guacamole.net.auth.simple that return types with arguments of type ObjectPermissionMethod parameters in org.apache.guacamole.net.auth.simple with type arguments of type ObjectPermissionModifier and TypeMethodDescriptionvoid
SimpleObjectPermissionSet.addPermissions
(Set<ObjectPermission> permissions) void
SimpleObjectPermissionSet.removePermissions
(Set<ObjectPermission> permissions) protected void
SimpleObjectPermissionSet.setPermissions
(Set<ObjectPermission> permissions) Sets the Set which backs this SimpleObjectPermissionSet.Constructor parameters in org.apache.guacamole.net.auth.simple with type arguments of type ObjectPermissionModifierConstructorDescriptionSimpleObjectPermissionSet
(Set<ObjectPermission> permissions) Creates a new SimpleObjectPermissionSet which contains the permissions within the given Set.