Class SystemPermission
java.lang.Object
org.apache.guacamole.net.auth.permission.SystemPermission
- All Implemented Interfaces:
Permission<SystemPermission.Type>
A permission which affects the system as a whole, rather than an individual
object.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumSpecific types of system-level permissions. -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new SystemPermission with the given type. -
Method Summary
-
Constructor Details
-
SystemPermission
Creates a new SystemPermission with the given type.- Parameters:
type- The type of operation controlled by this permission.
-
-
Method Details
-
getType
Description copied from interface:PermissionReturns the type of operation affected by this permission.- Specified by:
getTypein interfacePermission<SystemPermission.Type>- Returns:
- The type of operation affected by this permission.
-
hashCode
public int hashCode() -
equals
-